COLOR #819C81

HEX: #819C81
RGB: (129,156,129)

Color info

#819C81 contains red, green and blue colors in about the same proportion. Web safe color of #819C81 is #999999 (or #999).

RGB color model

#819C81 color RGB value is (129,156,129).

  • red value is 129;
  • green value is 156;
  • blue value is 129.
RGB:
(129,156,129)
(51%,61%,51%)

RGB channels and saturation

R 129 of 255 = 51%
G 156 of 255 = 61%
B 129 of 255 = 51%

129
156
129

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

Portions of RGB colors in percentages

R + G + B =
129 + 156 + 129 = 414 (100%)
R 129 of 414 ~ 31.16%
G 156 of 414 ~ 37.68%
B 129 of 414 ~ 31.16%

%31.16
%37.68
%31.16

CMYK color model

#819C81 color CMYK value is (17,0,17,39).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 17.31%
  • key color value is 38.82%
CMYK:
(17,0,17,39)
C17M0Y17K39 
(17%,0%,17%,39%)
(0.17/0.00/0.17/0.39)	

CMYK percentages

%17.31
%0
%17.31
%38.82

Codes

Color #819C81 in popluar color models

819C81
RGB129156129
HSL120°12.00%55.88%
HSB/HSV120°17.31%61.18%
CMYK17.31%0.00%17.31%
38.82%

Color #819C81 in popluar number systems.

HEX819C81
Decimal129156129
Binary100000011001110010000001
Octal201234201

Shades and tints

Shades of #819C81

#819C81
(129,156,129)
#768E76
(118,142,118)
#6B806B
(107,128,107)
#607260
(96,114,96)
#556455
(85,100,85)
#4A564A
(74,86,74)
#3F483F
(63,72,63)
#343A34
(52,58,52)
#292C29
(41,44,41)
#1E1E1E
(30,30,30)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #819C81

#819C81
(129,156,129)
#8CA58C
(140,165,140)
#97AE97
(151,174,151)
#A2B7A2
(162,183,162)
#ADC0AD
(173,192,173)
#B8C9B8
(184,201,184)
#C3D2C3
(195,210,195)
#CEDBCE
(206,219,206)
#D9E4D9
(217,228,217)
#E4EDE4
(228,237,228)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819C81; }

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

This text font color is #819C81.


Background Color

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

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

This div background color is #819C81.


Border color

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

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

This div border color is #819C81.


Opacity

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

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

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

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

This text has shadow with #819C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819C81 on black background.


Color preview on white background

This text has color #819C81 on white background.



Black color preview on #819C81 background

This text has black color on #819C81 background.


White color preview on #819C81 background

This text has white color on #819C81 background.