COLOR #7C4F07

HEX: #7C4F07
RGB: (124,79,7)

Color info

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

RGB color model

#7C4F07 color RGB value is (124,79,7).

  • red value is 124;
  • green value is 79;
  • blue value is 7.
RGB:
(124,79,7)
(49%,31%,3%)

RGB channels and saturation

R 124 of 255 = 49%
G 79 of 255 = 31%
B 7 of 255 = 3%

124
79
7

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

Portions of RGB colors in percentages

R + G + B =
124 + 79 + 7 = 210 (100%)
R 124 of 210 ~ 59.05%
G 79 of 210 ~ 37.62%
B 7 of 210 ~ 3.33%

%59.05
%37.62

CMYK color model

#7C4F07 color CMYK value is (0,36,94,51).

  • cyan value is 0.00%
  • magenta value is 36.29%
  • yellow value is 94.35%
  • key color value is 51.37%
CMYK:
(0,36,94,51)
C0M36Y94K51 
(0%,36%,94%,51%)
(0.00/0.36/0.94/0.51)	

CMYK percentages

%0
%36.29
%94.35
%51.37

Codes

Color #7C4F07 in popluar color models

7C4F07
RGB124797
HSL37°89.31%25.69%
HSB/HSV37°94.35%48.63%
CMYK0.00%36.29%94.35%
51.37%

Color #7C4F07 in popluar number systems.

HEX7C4F07
Decimal124797
Binary11111001001111111
Octal1741177

Shades and tints

Shades of #7C4F07

#7C4F07
(124,79,7)
#714807
(113,72,7)
#664107
(102,65,7)
#5B3A07
(91,58,7)
#503307
(80,51,7)
#452C07
(69,44,7)
#3A2507
(58,37,7)
#2F1E07
(47,30,7)
#241707
(36,23,7)
#191007
(25,16,7)
#0E0907
(14,9,7)
#000000
(0,0,0)

Tints of #7C4F07

#7C4F07
(124,79,7)
#875F1D
(135,95,29)
#926F33
(146,111,51)
#9D7F49
(157,127,73)
#A88F5F
(168,143,95)
#B39F75
(179,159,117)
#BEAF8B
(190,175,139)
#C9BFA1
(201,191,161)
#D4CFB7
(212,207,183)
#DFDFCD
(223,223,205)
#EAEFE3
(234,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4F07; }

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

This text font color is #7C4F07.


Background Color

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

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

This div background color is #7C4F07.


Border color

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

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

This div border color is #7C4F07.


Opacity

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

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

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

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

This text has shadow with #7C4F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4F07 on black background.


Color preview on white background

This text has color #7C4F07 on white background.



Black color preview on #7C4F07 background

This text has black color on #7C4F07 background.


White color preview on #7C4F07 background

This text has white color on #7C4F07 background.