COLOR #819E77

HEX: #819E77
RGB: (129,158,119)

Color info

#819E77 contains red, green and blue colors in about the same proportion. Web safe color of #819E77 is #999966 (or #996).

RGB color model

#819E77 color RGB value is (129,158,119).

  • red value is 129;
  • green value is 158;
  • blue value is 119.
RGB:
(129,158,119)
(51%,62%,47%)

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 119 of 255 = 47%

129
158
119

R + G + B ~ 53%. #819E77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 158 + 119 = 406 (100%)
R 129 of 406 ~ 31.77%
G 158 of 406 ~ 38.92%
B 119 of 406 ~ 29.31%

%31.77
%38.92
%29.31

CMYK color model

#819E77 color CMYK value is (18,0,25,38).

  • cyan value is 18.35%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 38.04%
CMYK:
(18,0,25,38)
C18M0Y25K38 
(18%,0%,25%,38%)
(0.18/0.00/0.25/0.38)	

CMYK percentages

%18.35
%0
%24.68
%38.04

Codes

Color #819E77 in popluar color models

819E77
RGB129158119
HSL105°16.74%54.31%
HSB/HSV105°24.68%61.96%
CMYK18.35%0.00%24.68%
38.04%

Color #819E77 in popluar number systems.

HEX819E77
Decimal129158119
Binary10000001100111101110111
Octal201236167

Shades and tints

Shades of #819E77

#819E77
(129,158,119)
#76906D
(118,144,109)
#6B8263
(107,130,99)
#607459
(96,116,89)
#55664F
(85,102,79)
#4A5845
(74,88,69)
#3F4A3B
(63,74,59)
#343C31
(52,60,49)
#292E27
(41,46,39)
#1E201D
(30,32,29)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #819E77

#819E77
(129,158,119)
#8CA683
(140,166,131)
#97AE8F
(151,174,143)
#A2B69B
(162,182,155)
#ADBEA7
(173,190,167)
#B8C6B3
(184,198,179)
#C3CEBF
(195,206,191)
#CED6CB
(206,214,203)
#D9DED7
(217,222,215)
#E4E6E3
(228,230,227)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819E77 color. Also use rgb(129,158,119) instead hex code.

Text Font Color

.myTextColor { color: #819E77; }

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

This text font color is #819E77.


Background Color

.myBgColor { background-color: #819E77; }

<div style="background-color:#819E77">Inner text</div>

This div background color is #819E77.


Border color

.myBorderColor { border: 1px solid #819E77; }

<div style="border:3px solid #819E77">Div</div>

This div border color is #819E77.


Opacity

.myOpacity80 { color: #819E77; opacity: 0.8; }

<p style="color:#819E77;opacity:0.8;">80%</p>

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

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

This text has shadow with #819E77 color.

.textShadow {text-shadow: 3px 3px 1px #819E77, 3px 3px 1px red;}

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

This text has shadow with #819E77 primary color and red secondary color.


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

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

This text has shadow with #819E77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819E77 on black background.


Color preview on white background

This text has color #819E77 on white background.



Black color preview on #819E77 background

This text has black color on #819E77 background.


White color preview on #819E77 background

This text has white color on #819E77 background.