COLOR #7C4809

HEX: #7C4809
RGB: (124,72,9)

Color info

#7C4809 contains mainly red and green colors. Web safe color of #7C4809 is #663300 (or #630).

RGB color model

#7C4809 color RGB value is (124,72,9).

  • red value is 124;
  • green value is 72;
  • blue value is 9.
RGB:
(124,72,9)
(49%,28%,4%)

RGB channels and saturation

R 124 of 255 = 49%
G 72 of 255 = 28%
B 9 of 255 = 4%

124
72
9

R + G + B ~ 27%. #7C4809 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 72 + 9 = 205 (100%)
R 124 of 205 ~ 60.49%
G 72 of 205 ~ 35.12%
B 9 of 205 ~ 4.39%

%60.49
%35.12

CMYK color model

#7C4809 color CMYK value is (0,42,93,51).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 92.74%
  • key color value is 51.37%
CMYK:
(0,42,93,51)
C0M42Y93K51 
(0%,42%,93%,51%)
(0.00/0.42/0.93/0.51)	

CMYK percentages

%0
%41.94
%92.74
%51.37

Codes

Color #7C4809 in popluar color models

7C4809
RGB124729
HSL33°86.47%26.08%
HSB/HSV33°92.74%48.63%
CMYK0.00%41.94%92.74%
51.37%

Color #7C4809 in popluar number systems.

HEX7C4809
Decimal124729
Binary111110010010001001
Octal17411011

Shades and tints

Shades of #7C4809

#7C4809
(124,72,9)
#714209
(113,66,9)
#663C09
(102,60,9)
#5B3609
(91,54,9)
#503009
(80,48,9)
#452A09
(69,42,9)
#3A2409
(58,36,9)
#2F1E09
(47,30,9)
#241809
(36,24,9)
#191209
(25,18,9)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #7C4809

#7C4809
(124,72,9)
#87581F
(135,88,31)
#926835
(146,104,53)
#9D784B
(157,120,75)
#A88861
(168,136,97)
#B39877
(179,152,119)
#BEA88D
(190,168,141)
#C9B8A3
(201,184,163)
#D4C8B9
(212,200,185)
#DFD8CF
(223,216,207)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C4809 color. Also use rgb(124,72,9) instead hex code.

Text Font Color

.myTextColor { color: #7C4809; }

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

This text font color is #7C4809.


Background Color

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

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

This div background color is #7C4809.


Border color

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

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

This div border color is #7C4809.


Opacity

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

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

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

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

This text has shadow with #7C4809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4809 on black background.


Color preview on white background

This text has color #7C4809 on white background.



Black color preview on #7C4809 background

This text has black color on #7C4809 background.


White color preview on #7C4809 background

This text has white color on #7C4809 background.