COLOR #7C812F

HEX: #7C812F RGB: (124,129,47)

Color info

#7C812F contains mainly red and green colors. Web safe color of #7C812F is #669933 (or #693).

RGB color model

#7C812F color RGB value is (124,129,47).

RGB: (124,129,47) (49%, 51%, 18%)

RGB channels and saturation

R 124 of 255 = 49%
G 129 of 255 = 51%
B 47 of 255 = 18%

124
129
47

R + G + B ~ 39%. #7C812F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 124 + 129 + 47 = 300 (100%)
R 124 of 300 ~ 41.33%
G 129 of 300 ~ 43%
B 47 of 300 ~ 15.67'%

%41.33
%43
%15.67

CMYK color model

#7C812F color CMYK value is (4,0,64,49).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 63.57%
  • key color value is 49.41%
CMYK: (4,0,64,49) C4M0Y64K49 (4%,0%,64%,49%) (0.04/0.00/0.64/0.49) 

CMYK percentages

%3.88
%0
%63.57
%49.41

Codes

Color #7C812F in popluar color models

7C 81 2F
RGB 124 129 47
HSL 64° 46.59% 34.51%
HSB/HSV 64° 63.57% 50.59%
CMYK 3.88% 0.00% 63.57%
49.41%

Color #7C812F in popluar number systems.

HEX 7C 81 2F
Decimal 124 129 47
Binary 1111100 10000001 101111
Octal 174 201 57

Shades and tints

Shades of #7C812F

#7C812F
(124,129,47)
#71762B
(113,118,43)
#666B27
(102,107,39)
#5B6023
(91,96,35)
#50551F
(80,85,31)
#454A1B
(69,74,27)
#3A3F17
(58,63,23)
#2F3413
(47,52,19)
#24290F
(36,41,15)
#191E0B
(25,30,11)
#0E1307
(14,19,7)
#000000
(0,0,0)

Tints of #7C812F

#7C812F
(124,129,47)
#878C41
(135,140,65)
#929753
(146,151,83)
#9DA265
(157,162,101)
#A8AD77
(168,173,119)
#B3B889
(179,184,137)
#BEC39B
(190,195,155)
#C9CEAD
(201,206,173)
#D4D9BF
(212,217,191)
#DFE4D1
(223,228,209)
#EAEFE3
(234,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C812F; }

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

This text font color is #7C812F.

Background Color

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

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

This div background color is #7C812F.

Border color

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

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

This div border color is #7C812F.

Opacity

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

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

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

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

This text has shadow with #7C812F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C812F.

Preview

Color preview on black background

This text has color #7C812F on black background.


Color preview on white background

This text has color #7C812F on white background.


Black color preview on #7C812F background

This text has black color on #7C812F background.


White color preview on #7C812F background

This text has white color on #7C812F background.


Related colors

Complementary color

Complementary color for #hex is #837ED0.


I love getcolorcode.com

Triadic colors

1 #2F7C81 and #812F7C with #7C812F are triadic colors.

2 #2F817C and #817C2F with #7C812F are triadic colors.