COLOR #7C5A14

HEX: #7C5A14
RGB: (124,90,20)

Color info

#7C5A14 contains mainly red and green colors. Web safe color of #7C5A14 is #666600 (or #660).

RGB color model

#7C5A14 color RGB value is (124,90,20).

  • red value is 124;
  • green value is 90;
  • blue value is 20.
RGB:
(124,90,20)
(49%,35%,8%)

RGB channels and saturation

R 124 of 255 = 49%
G 90 of 255 = 35%
B 20 of 255 = 8%

124
90
20

R + G + B ~ 31%. #7C5A14 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 90 + 20 = 234 (100%)
R 124 of 234 ~ 52.99%
G 90 of 234 ~ 38.46%
B 20 of 234 ~ 8.55%

%52.99
%38.46

CMYK color model

#7C5A14 color CMYK value is (0,27,84,51).

  • cyan value is 0.00%
  • magenta value is 27.42%
  • yellow value is 83.87%
  • key color value is 51.37%
CMYK:
(0,27,84,51)
C0M27Y84K51 
(0%,27%,84%,51%)
(0.00/0.27/0.84/0.51)	

CMYK percentages

%0
%27.42
%83.87
%51.37

Codes

Color #7C5A14 in popluar color models

7C5A14
RGB1249020
HSL40°72.22%28.24%
HSB/HSV40°83.87%48.63%
CMYK0.00%27.42%83.87%
51.37%

Color #7C5A14 in popluar number systems.

HEX7C5A14
Decimal1249020
Binary1111100101101010100
Octal17413224

Shades and tints

Shades of #7C5A14

#7C5A14
(124,90,20)
#715213
(113,82,19)
#664A12
(102,74,18)
#5B4211
(91,66,17)
#503A10
(80,58,16)
#45320F
(69,50,15)
#3A2A0E
(58,42,14)
#2F220D
(47,34,13)
#241A0C
(36,26,12)
#19120B
(25,18,11)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #7C5A14

#7C5A14
(124,90,20)
#876929
(135,105,41)
#92783E
(146,120,62)
#9D8753
(157,135,83)
#A89668
(168,150,104)
#B3A57D
(179,165,125)
#BEB492
(190,180,146)
#C9C3A7
(201,195,167)
#D4D2BC
(212,210,188)
#DFE1D1
(223,225,209)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5A14 color. Also use rgb(124,90,20) instead hex code.

Text Font Color

.myTextColor { color: #7C5A14; }

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

This text font color is #7C5A14.


Background Color

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

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

This div background color is #7C5A14.


Border color

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

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

This div border color is #7C5A14.


Opacity

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

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

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

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

This text has shadow with #7C5A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5A14 on black background.


Color preview on white background

This text has color #7C5A14 on white background.



Black color preview on #7C5A14 background

This text has black color on #7C5A14 background.


White color preview on #7C5A14 background

This text has white color on #7C5A14 background.