COLOR #4C704B

HEX: #4C704B
RGB: (76,112,75)

Color info

#4C704B contains red, green and blue colors in about the same proportion. Web safe color of #4C704B is #336633 (or #363).

RGB color model

#4C704B color RGB value is (76,112,75).

  • red value is 76;
  • green value is 112;
  • blue value is 75.
RGB:
(76,112,75)
(30%,44%,29%)

RGB channels and saturation

R 76 of 255 = 30%
G 112 of 255 = 44%
B 75 of 255 = 29%

76
112
75

R + G + B ~ 34%. #4C704B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 112 + 75 = 263 (100%)
R 76 of 263 ~ 28.9%
G 112 of 263 ~ 42.59%
B 75 of 263 ~ 28.52%

%28.9
%42.59
%28.52

CMYK color model

#4C704B color CMYK value is (32,0,33,56).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 33.04%
  • key color value is 56.08%
CMYK:
(32,0,33,56)
C32M0Y33K56 
(32%,0%,33%,56%)
(0.32/0.00/0.33/0.56)	

CMYK percentages

%32.14
%0
%33.04
%56.08

Codes

Color #4C704B in popluar color models

4C704B
RGB7611275
HSL118°19.79%36.67%
HSB/HSV118°33.04%43.92%
CMYK32.14%0.00%33.04%
56.08%

Color #4C704B in popluar number systems.

HEX4C704B
Decimal7611275
Binary100110011100001001011
Octal114160113

Shades and tints

Shades of #4C704B

#4C704B
(76,112,75)
#466645
(70,102,69)
#405C3F
(64,92,63)
#3A5239
(58,82,57)
#344833
(52,72,51)
#2E3E2D
(46,62,45)
#283427
(40,52,39)
#222A21
(34,42,33)
#1C201B
(28,32,27)
#161615
(22,22,21)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #4C704B

#4C704B
(76,112,75)
#5C7D5B
(92,125,91)
#6C8A6B
(108,138,107)
#7C977B
(124,151,123)
#8CA48B
(140,164,139)
#9CB19B
(156,177,155)
#ACBEAB
(172,190,171)
#BCCBBB
(188,203,187)
#CCD8CB
(204,216,203)
#DCE5DB
(220,229,219)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C704B color. Also use rgb(76,112,75) instead hex code.

Text Font Color

.myTextColor { color: #4C704B; }

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

This text font color is #4C704B.


Background Color

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

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

This div background color is #4C704B.


Border color

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

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

This div border color is #4C704B.


Opacity

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

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

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

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

This text has shadow with #4C704B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C704B on black background.


Color preview on white background

This text has color #4C704B on white background.



Black color preview on #4C704B background

This text has black color on #4C704B background.


White color preview on #4C704B background

This text has white color on #4C704B background.