COLOR #7C5B36

HEX: #7C5B36
RGB: (124,91,54)

Color info

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

RGB color model

#7C5B36 color RGB value is (124,91,54).

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

RGB channels and saturation

R 124 of 255 = 49%
G 91 of 255 = 36%
B 54 of 255 = 21%

124
91
54

R + G + B ~ 35%. #7C5B36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 91 + 54 = 269 (100%)
R 124 of 269 ~ 46.1%
G 91 of 269 ~ 33.83%
B 54 of 269 ~ 20.07%

%46.1
%33.83
%20.07

CMYK color model

#7C5B36 color CMYK value is (0,27,56,51).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 56.45%
  • key color value is 51.37%
CMYK:
(0,27,56,51)
C0M27Y56K51 
(0%,27%,56%,51%)
(0.00/0.27/0.56/0.51)	

CMYK percentages

%0
%26.61
%56.45
%51.37

Codes

Color #7C5B36 in popluar color models

7C5B36
RGB1249154
HSL32°39.33%34.90%
HSB/HSV32°56.45%48.63%
CMYK0.00%26.61%56.45%
51.37%

Color #7C5B36 in popluar number systems.

HEX7C5B36
Decimal1249154
Binary11111001011011110110
Octal17413366

Shades and tints

Shades of #7C5B36

#7C5B36
(124,91,54)
#715332
(113,83,50)
#664B2E
(102,75,46)
#5B432A
(91,67,42)
#503B26
(80,59,38)
#453322
(69,51,34)
#3A2B1E
(58,43,30)
#2F231A
(47,35,26)
#241B16
(36,27,22)
#191312
(25,19,18)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #7C5B36

#7C5B36
(124,91,54)
#876948
(135,105,72)
#92775A
(146,119,90)
#9D856C
(157,133,108)
#A8937E
(168,147,126)
#B3A190
(179,161,144)
#BEAFA2
(190,175,162)
#C9BDB4
(201,189,180)
#D4CBC6
(212,203,198)
#DFD9D8
(223,217,216)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5B36; }

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

This text font color is #7C5B36.


Background Color

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

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

This div background color is #7C5B36.


Border color

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

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

This div border color is #7C5B36.


Opacity

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

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

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

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

This text has shadow with #7C5B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5B36 on black background.


Color preview on white background

This text has color #7C5B36 on white background.



Black color preview on #7C5B36 background

This text has black color on #7C5B36 background.


White color preview on #7C5B36 background

This text has white color on #7C5B36 background.