COLOR #7C5403

HEX: #7C5403
RGB: (124,84,3)

Color info

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

RGB color model

#7C5403 color RGB value is (124,84,3).

  • red value is 124;
  • green value is 84;
  • blue value is 3.
RGB:
(124,84,3)
(49%,33%,1%)

RGB channels and saturation

R 124 of 255 = 49%
G 84 of 255 = 33%
B 3 of 255 = 1%

124
84
3

R + G + B ~ 28%. #7C5403 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 84 + 3 = 211 (100%)
R 124 of 211 ~ 58.77%
G 84 of 211 ~ 39.81%
B 3 of 211 ~ 1.42%

%58.77
%39.81

CMYK color model

#7C5403 color CMYK value is (0,32,98,51).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 97.58%
  • key color value is 51.37%
CMYK:
(0,32,98,51)
C0M32Y98K51 
(0%,32%,98%,51%)
(0.00/0.32/0.98/0.51)	

CMYK percentages

%0
%32.26
%97.58
%51.37

Codes

Color #7C5403 in popluar color models

7C5403
RGB124843
HSL40°95.28%24.90%
HSB/HSV40°97.58%48.63%
CMYK0.00%32.26%97.58%
51.37%

Color #7C5403 in popluar number systems.

HEX7C5403
Decimal124843
Binary1111100101010011
Octal1741243

Shades and tints

Shades of #7C5403

#7C5403
(124,84,3)
#714D03
(113,77,3)
#664603
(102,70,3)
#5B3F03
(91,63,3)
#503803
(80,56,3)
#453103
(69,49,3)
#3A2A03
(58,42,3)
#2F2303
(47,35,3)
#241C03
(36,28,3)
#191503
(25,21,3)
#0E0E03
(14,14,3)
#000000
(0,0,0)

Tints of #7C5403

#7C5403
(124,84,3)
#876319
(135,99,25)
#92722F
(146,114,47)
#9D8145
(157,129,69)
#A8905B
(168,144,91)
#B39F71
(179,159,113)
#BEAE87
(190,174,135)
#C9BD9D
(201,189,157)
#D4CCB3
(212,204,179)
#DFDBC9
(223,219,201)
#EAEADF
(234,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5403 color. Also use rgb(124,84,3) instead hex code.

Text Font Color

.myTextColor { color: #7C5403; }

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

This text font color is #7C5403.


Background Color

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

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

This div background color is #7C5403.


Border color

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

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

This div border color is #7C5403.


Opacity

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

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

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

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

This text has shadow with #7C5403 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5403 on black background.


Color preview on white background

This text has color #7C5403 on white background.



Black color preview on #7C5403 background

This text has black color on #7C5403 background.


White color preview on #7C5403 background

This text has white color on #7C5403 background.