COLOR #819D6E

HEX: #819D6E RGB: (129,157,110)

Color info

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

RGB color model

#819D6E color RGB value is (129,157,110).

RGB: (129,157,110) (51%, 62%, 43%)

RGB channels and saturation

R 129 of 255 = 51%
G 157 of 255 = 62%
B 110 of 255 = 43%

129
157
110

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

Portions of RGB colors in percentages

R + G + B = 129 + 157 + 110 = 396 (100%)
R 129 of 396 ~ 32.58%
G 157 of 396 ~ 39.65%
B 110 of 396 ~ 27.78'%

%32.58
%39.65
%27.78

CMYK color model

#819D6E color CMYK value is (18,0,30,38).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 38.43%

CMYK: (18,0,30,38)
C18M0Y30K38 (18%, 0%, 30%, 38%)
(0.18 / 0.00 / 0.30 / 0.38)

CMYK percentages

%17.83
%0
%29.94
%38.43

Codes

Color #819D6E in popluar color models

81 9D 6E
RGB 129 157 110
HSL 96° 19.34% 52.35%
HSB/HSV 96° 29.94% 61.57%
CMYK 17.83% 0.00% 29.94%
38.43%

Color #819D6E in popluar number systems.

HEX 81 9D 6E
Decimal 129 157 110
Binary 10000001 10011101 1101110
Octal 201 235 156

Shades and tints

Shades of #819D6E

#819D6E
(129,157,110)
#768F64
(118,143,100)
#6B815A
(107,129,90)
#607350
(96,115,80)
#556546
(85,101,70)
#4A573C
(74,87,60)
#3F4932
(63,73,50)
#343B28
(52,59,40)
#292D1E
(41,45,30)
#1E1F14
(30,31,20)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #819D6E

#819D6E
(129,157,110)
#8CA57B
(140,165,123)
#97AD88
(151,173,136)
#A2B595
(162,181,149)
#ADBDA2
(173,189,162)
#B8C5AF
(184,197,175)
#C3CDBC
(195,205,188)
#CED5C9
(206,213,201)
#D9DDD6
(217,221,214)
#E4E5E3
(228,229,227)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819D6E; }

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

This text font color is #819D6E.

Background Color

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

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

This div background color is #819D6E.

Border color

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

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

This div border color is #819D6E.

Opacity

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

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

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

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

This text has shadow with #819D6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #819D6E.

Preview

Color preview on black background

This text has color #819D6E on black background.


Color preview on white background

This text has color #819D6E on white background.


Black color preview on #819D6E background

This text has black color on #819D6E background.


White color preview on #819D6E background

This text has white color on #819D6E background.


Related colors

Complementary color

Complementary color for #hex is #7E6291.


I love getcolorcode.com

Triadic colors

1 #6E819D and #9D6E81 with #819D6E are triadic colors.

2 #6E9D81 and #9D816E with #819D6E are triadic colors.