COLOR #4C816E

HEX: #4C816E
RGB: (76,129,110)

Color info

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

RGB color model

#4C816E color RGB value is (76,129,110).

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

RGB channels and saturation

R 76 of 255 = 30%
G 129 of 255 = 51%
B 110 of 255 = 43%

76
129
110

R + G + B ~ 41%. #4C816E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 129 + 110 = 315 (100%)
R 76 of 315 ~ 24.13%
G 129 of 315 ~ 40.95%
B 110 of 315 ~ 34.92%

%24.13
%40.95
%34.92

CMYK color model

#4C816E color CMYK value is (41,0,15,49).

  • cyan value is 41.09%
  • magenta value is 0.00%
  • yellow value is 14.73%
  • key color value is 49.41%
CMYK:
(41,0,15,49)
C41M0Y15K49 
(41%,0%,15%,49%)
(0.41/0.00/0.15/0.49)	

CMYK percentages

%41.09
%0
%14.73
%49.41

Codes

Color #4C816E in popluar color models

4C816E
RGB76129110
HSL158°25.85%40.20%
HSB/HSV158°41.09%50.59%
CMYK41.09%0.00%14.73%
49.41%

Color #4C816E in popluar number systems.

HEX4C816E
Decimal76129110
Binary1001100100000011101110
Octal114201156

Shades and tints

Shades of #4C816E

#4C816E
(76,129,110)
#467664
(70,118,100)
#406B5A
(64,107,90)
#3A6050
(58,96,80)
#345546
(52,85,70)
#2E4A3C
(46,74,60)
#283F32
(40,63,50)
#223428
(34,52,40)
#1C291E
(28,41,30)
#161E14
(22,30,20)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #4C816E

#4C816E
(76,129,110)
#5C8C7B
(92,140,123)
#6C9788
(108,151,136)
#7CA295
(124,162,149)
#8CADA2
(140,173,162)
#9CB8AF
(156,184,175)
#ACC3BC
(172,195,188)
#BCCEC9
(188,206,201)
#CCD9D6
(204,217,214)
#DCE4E3
(220,228,227)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C816E; }

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

This text font color is #4C816E.


Background Color

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

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

This div background color is #4C816E.


Border color

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

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

This div border color is #4C816E.


Opacity

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

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

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

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

This text has shadow with #4C816E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C816E on black background.


Color preview on white background

This text has color #4C816E on white background.



Black color preview on #4C816E background

This text has black color on #4C816E background.


White color preview on #4C816E background

This text has white color on #4C816E background.