COLOR #7C5539

HEX: #7C5539
RGB: (124,85,57)

Color info

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

RGB color model

#7C5539 color RGB value is (124,85,57).

  • red value is 124;
  • green value is 85;
  • blue value is 57.
RGB:
(124,85,57)
(49%,33%,22%)

RGB channels and saturation

R 124 of 255 = 49%
G 85 of 255 = 33%
B 57 of 255 = 22%

124
85
57

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

Portions of RGB colors in percentages

R + G + B =
124 + 85 + 57 = 266 (100%)
R 124 of 266 ~ 46.62%
G 85 of 266 ~ 31.95%
B 57 of 266 ~ 21.43%

%46.62
%31.95
%21.43

CMYK color model

#7C5539 color CMYK value is (0,31,54,51).

  • cyan value is 0.00%
  • magenta value is 31.45%
  • yellow value is 54.03%
  • key color value is 51.37%
CMYK:
(0,31,54,51)
C0M31Y54K51 
(0%,31%,54%,51%)
(0.00/0.31/0.54/0.51)	

CMYK percentages

%0
%31.45
%54.03
%51.37

Codes

Color #7C5539 in popluar color models

7C5539
RGB1248557
HSL25°37.02%35.49%
HSB/HSV25°54.03%48.63%
CMYK0.00%31.45%54.03%
51.37%

Color #7C5539 in popluar number systems.

HEX7C5539
Decimal1248557
Binary11111001010101111001
Octal17412571

Shades and tints

Shades of #7C5539

#7C5539
(124,85,57)
#714E34
(113,78,52)
#66472F
(102,71,47)
#5B402A
(91,64,42)
#503925
(80,57,37)
#453220
(69,50,32)
#3A2B1B
(58,43,27)
#2F2416
(47,36,22)
#241D11
(36,29,17)
#19160C
(25,22,12)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #7C5539

#7C5539
(124,85,57)
#87644B
(135,100,75)
#92735D
(146,115,93)
#9D826F
(157,130,111)
#A89181
(168,145,129)
#B3A093
(179,160,147)
#BEAFA5
(190,175,165)
#C9BEB7
(201,190,183)
#D4CDC9
(212,205,201)
#DFDCDB
(223,220,219)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5539 color. Also use rgb(124,85,57) instead hex code.

Text Font Color

.myTextColor { color: #7C5539; }

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

This text font color is #7C5539.


Background Color

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

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

This div background color is #7C5539.


Border color

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

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

This div border color is #7C5539.


Opacity

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

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

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

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

This text has shadow with #7C5539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5539 on black background.


Color preview on white background

This text has color #7C5539 on white background.



Black color preview on #7C5539 background

This text has black color on #7C5539 background.


White color preview on #7C5539 background

This text has white color on #7C5539 background.