COLOR #4C815E

HEX: #4C815E
RGB: (76,129,94)

Color info

#4C815E contains red, green and blue colors in about the same proportion. Web safe color of #4C815E is #339966 (or #396).

RGB color model

#4C815E color RGB value is (76,129,94).

  • red value is 76;
  • green value is 129;
  • blue value is 94.
RGB:
(76,129,94)
(30%,51%,37%)

RGB channels and saturation

R 76 of 255 = 30%
G 129 of 255 = 51%
B 94 of 255 = 37%

76
129
94

R + G + B ~ 39%. #4C815E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 129 + 94 = 299 (100%)
R 76 of 299 ~ 25.42%
G 129 of 299 ~ 43.14%
B 94 of 299 ~ 31.44%

%25.42
%43.14
%31.44

CMYK color model

#4C815E color CMYK value is (41,0,27,49).

  • cyan value is 41.09%
  • magenta value is 0.00%
  • yellow value is 27.13%
  • key color value is 49.41%
CMYK:
(41,0,27,49)
C41M0Y27K49 
(41%,0%,27%,49%)
(0.41/0.00/0.27/0.49)	

CMYK percentages

%41.09
%0
%27.13
%49.41

Codes

Color #4C815E in popluar color models

4C815E
RGB7612994
HSL140°25.85%40.20%
HSB/HSV140°41.09%50.59%
CMYK41.09%0.00%27.13%
49.41%

Color #4C815E in popluar number systems.

HEX4C815E
Decimal7612994
Binary1001100100000011011110
Octal114201136

Shades and tints

Shades of #4C815E

#4C815E
(76,129,94)
#467656
(70,118,86)
#406B4E
(64,107,78)
#3A6046
(58,96,70)
#34553E
(52,85,62)
#2E4A36
(46,74,54)
#283F2E
(40,63,46)
#223426
(34,52,38)
#1C291E
(28,41,30)
#161E16
(22,30,22)
#10130E
(16,19,14)
#000000
(0,0,0)

Tints of #4C815E

#4C815E
(76,129,94)
#5C8C6C
(92,140,108)
#6C977A
(108,151,122)
#7CA288
(124,162,136)
#8CAD96
(140,173,150)
#9CB8A4
(156,184,164)
#ACC3B2
(172,195,178)
#BCCEC0
(188,206,192)
#CCD9CE
(204,217,206)
#DCE4DC
(220,228,220)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C815E color. Also use rgb(76,129,94) instead hex code.

Text Font Color

.myTextColor { color: #4C815E; }

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

This text font color is #4C815E.


Background Color

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

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

This div background color is #4C815E.


Border color

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

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

This div border color is #4C815E.


Opacity

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

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

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

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

This text has shadow with #4C815E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C815E on black background.


Color preview on white background

This text has color #4C815E on white background.



Black color preview on #4C815E background

This text has black color on #4C815E background.


White color preview on #4C815E background

This text has white color on #4C815E background.