COLOR #4C712A

HEX: #4C712A RGB: (76,113,42)

Color info

#4C712A contains mainly red and green colors. Web safe color of #4C712A is #336633 (or #363).

RGB color model

#4C712A color RGB value is (76,113,42).

RGB: (76,113,42) (30%, 44%, 16%)

RGB channels and saturation

R 76 of 255 = 30%
G 113 of 255 = 44%
B 42 of 255 = 16%

76
113
42

R + G + B ~ 30%. #4C712A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 113 + 42 = 231 (100%)
R 76 of 231 ~ 32.9%
G 113 of 231 ~ 48.92%
B 42 of 231 ~ 18.18'%

%32.9
%48.92
%18.18

CMYK color model

#4C712A color CMYK value is (33,0,63,56).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 62.83%
  • key color value is 55.69%

CMYK: (33,0,63,56)
C33M0Y63K56 (33%, 0%, 63%, 56%)
(0.33 / 0.00 / 0.63 / 0.56)

CMYK percentages

%32.74
%0
%62.83
%55.69

Codes

Color #4C712A in popluar color models

4C 71 2A
RGB 76 113 42
HSL 91° 45.81% 30.39%
HSB/HSV 91° 62.83% 44.31%
CMYK 32.74% 0.00% 62.83%
55.69%

Color #4C712A in popluar number systems.

HEX 4C 71 2A
Decimal 76 113 42
Binary 1001100 1110001 101010
Octal 114 161 52

Shades and tints

Shades of #4C712A

#4C712A
(76,113,42)
#466727
(70,103,39)
#405D24
(64,93,36)
#3A5321
(58,83,33)
#34491E
(52,73,30)
#2E3F1B
(46,63,27)
#283518
(40,53,24)
#222B15
(34,43,21)
#1C2112
(28,33,18)
#16170F
(22,23,15)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #4C712A

#4C712A
(76,113,42)
#5C7D3D
(92,125,61)
#6C8950
(108,137,80)
#7C9563
(124,149,99)
#8CA176
(140,161,118)
#9CAD89
(156,173,137)
#ACB99C
(172,185,156)
#BCC5AF
(188,197,175)
#CCD1C2
(204,209,194)
#DCDDD5
(220,221,213)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C712A color. Also use rgb(76,113,42) instead hex code.

Text Font Color

.myTextColor { color: #4C712A; }

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

This text font color is #4C712A.

Background Color

.myBgColor { background-color: #4C712A; }

<div style="background-color:#4C712A">Inner text</div>

This div background color is #4C712A.

Border color

.myBorderColor { border: 1px solid #4C712A; }

<div style="border:3px solid #4C712A">Div</div>

This div border color is #4C712A.

Opacity

.myOpacity80 { color: #4C712A; opacity: 0.8; }

<p style="color:#4C712A;opacity:0.8;">80%</p>

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

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

This text has shadow with #4C712A color.


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

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

This text has shadow with #4C712A primary color and red secondary color.


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

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

This text has shadow with #4C712A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4C712A.

Preview

Color preview on black background

This text has color #4C712A on black background.


Color preview on white background

This text has color #4C712A on white background.


Black color preview on #4C712A background

This text has black color on #4C712A background.


White color preview on #4C712A background

This text has white color on #4C712A background.


Related colors

Complementary color

Complementary color for #hex is #B38ED5.


I love getcolorcode.com

Triadic colors

1 #2A4C71 and #712A4C with #4C712A are triadic colors.

2 #2A714C and #714C2A with #4C712A are triadic colors.