COLOR #7C5B2B

HEX: #7C5B2B
RGB: (124,91,43)

Color info

#7C5B2B contains mainly red and green colors. Web safe color of #7C5B2B is #666633 (or #663).

RGB color model

#7C5B2B color RGB value is (124,91,43).

  • red value is 124;
  • green value is 91;
  • blue value is 43.
RGB:
(124,91,43)
(49%,36%,17%)

RGB channels and saturation

R 124 of 255 = 49%
G 91 of 255 = 36%
B 43 of 255 = 17%

124
91
43

R + G + B ~ 34%. #7C5B2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 91 + 43 = 258 (100%)
R 124 of 258 ~ 48.06%
G 91 of 258 ~ 35.27%
B 43 of 258 ~ 16.67%

%48.06
%35.27
%16.67

CMYK color model

#7C5B2B color CMYK value is (0,27,65,51).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 65.32%
  • key color value is 51.37%
CMYK:
(0,27,65,51)
C0M27Y65K51 
(0%,27%,65%,51%)
(0.00/0.27/0.65/0.51)	

CMYK percentages

%0
%26.61
%65.32
%51.37

Codes

Color #7C5B2B in popluar color models

7C5B2B
RGB1249143
HSL36°48.50%32.75%
HSB/HSV36°65.32%48.63%
CMYK0.00%26.61%65.32%
51.37%

Color #7C5B2B in popluar number systems.

HEX7C5B2B
Decimal1249143
Binary11111001011011101011
Octal17413353

Shades and tints

Shades of #7C5B2B

#7C5B2B
(124,91,43)
#715328
(113,83,40)
#664B25
(102,75,37)
#5B4322
(91,67,34)
#503B1F
(80,59,31)
#45331C
(69,51,28)
#3A2B19
(58,43,25)
#2F2316
(47,35,22)
#241B13
(36,27,19)
#191310
(25,19,16)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #7C5B2B

#7C5B2B
(124,91,43)
#87693E
(135,105,62)
#927751
(146,119,81)
#9D8564
(157,133,100)
#A89377
(168,147,119)
#B3A18A
(179,161,138)
#BEAF9D
(190,175,157)
#C9BDB0
(201,189,176)
#D4CBC3
(212,203,195)
#DFD9D6
(223,217,214)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5B2B color. Also use rgb(124,91,43) instead hex code.

Text Font Color

.myTextColor { color: #7C5B2B; }

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

This text font color is #7C5B2B.


Background Color

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

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

This div background color is #7C5B2B.


Border color

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

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

This div border color is #7C5B2B.


Opacity

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

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

Text with #7C5B2B 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 #7C5B2B;}

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

This text has shadow with #7C5B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5B2B on black background.


Color preview on white background

This text has color #7C5B2B on white background.



Black color preview on #7C5B2B background

This text has black color on #7C5B2B background.


White color preview on #7C5B2B background

This text has white color on #7C5B2B background.