COLOR #7B4E51

HEX: #7B4E51
RGB: (123,78,81)

Color info

#7B4E51 contains red, green and blue colors in about the same proportion. Web safe color of #7B4E51 is #666666 (or #666).

RGB color model

#7B4E51 color RGB value is (123,78,81).

  • red value is 123;
  • green value is 78;
  • blue value is 81.
RGB:
(123,78,81)
(48%,31%,32%)

RGB channels and saturation

R 123 of 255 = 48%
G 78 of 255 = 31%
B 81 of 255 = 32%

123
78
81

R + G + B ~ 37%. #7B4E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 78 + 81 = 282 (100%)
R 123 of 282 ~ 43.62%
G 78 of 282 ~ 27.66%
B 81 of 282 ~ 28.72%

%43.62
%27.66
%28.72

CMYK color model

#7B4E51 color CMYK value is (0,37,34,52).

  • cyan value is 0.00%
  • magenta value is 36.59%
  • yellow value is 34.15%
  • key color value is 51.76%
CMYK:
(0,37,34,52)
C0M37Y34K52 
(0%,37%,34%,52%)
(0.00/0.37/0.34/0.52)	

CMYK percentages

%0
%36.59
%34.15
%51.76

Codes

Color #7B4E51 in popluar color models

7B4E51
RGB1237881
HSL356°22.39%39.41%
HSB/HSV356°36.59%48.24%
CMYK0.00%36.59%34.15%
51.76%

Color #7B4E51 in popluar number systems.

HEX7B4E51
Decimal1237881
Binary111101110011101010001
Octal173116121

Shades and tints

Shades of #7B4E51

#7B4E51
(123,78,81)
#70474A
(112,71,74)
#654043
(101,64,67)
#5A393C
(90,57,60)
#4F3235
(79,50,53)
#442B2E
(68,43,46)
#392427
(57,36,39)
#2E1D20
(46,29,32)
#231619
(35,22,25)
#180F12
(24,15,18)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #7B4E51

#7B4E51
(123,78,81)
#875E60
(135,94,96)
#936E6F
(147,110,111)
#9F7E7E
(159,126,126)
#AB8E8D
(171,142,141)
#B79E9C
(183,158,156)
#C3AEAB
(195,174,171)
#CFBEBA
(207,190,186)
#DBCEC9
(219,206,201)
#E7DED8
(231,222,216)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4E51 color. Also use rgb(123,78,81) instead hex code.

Text Font Color

.myTextColor { color: #7B4E51; }

<p style="color:#7B4E51">This sample text font color is #7B4E51.</p>

This text font color is #7B4E51.


Background Color

.myBgColor { background-color: #7B4E51; }

<div style="background-color:#7B4E51">Inner text</div>

This div background color is #7B4E51.


Border color

.myBorderColor { border: 1px solid #7B4E51; }

<div style="border:3px solid #7B4E51">Div</div>

This div border color is #7B4E51.


Opacity

.myOpacity80 { color: #7B4E51; opacity: 0.8; }

<p style="color:#7B4E51;opacity:0.8;">80%</p>

Text with #7B4E51 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7B4E51;}

<p style="text-shadow: 3px 3px 1px #7B4E51">Text here.</p>

This text has shadow with #7B4E51 color.

.textShadow {text-shadow: 3px 3px 1px #7B4E51, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7B4E51, 5px 5px 20px red">Text here.</p>

This text has shadow with #7B4E51 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7B4E51, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7B4E51, Direction=45, Strength=4)">Text</p>

This text has shadow with #7B4E51 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7B4E51;
  -webkit-box-shadow:	1px 1px 3px 2px #7B4E51;
  box-shadow:		1px 1px 3px 2px #7B4E51;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7B4E51;
-webkit-box-shadow: 1px 1px 3px 2px #7B4E51;
box-shadow:1px 1px 3px 2px #7B4E51;">
Div content here</div>
This div box has shadow with color #7B4E51.

Preview

Color preview on black background

This text has color #7B4E51 on black background.


Color preview on white background

This text has color #7B4E51 on white background.



Black color preview on #7B4E51 background

This text has black color on #7B4E51 background.


White color preview on #7B4E51 background

This text has white color on #7B4E51 background.