COLOR #819D6A

HEX: #819D6A RGB: (129,157,106)

Color info

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

RGB color model

#819D6A color RGB value is (129,157,106).

RGB: (129,157,106) (51%, 62%, 42%)

RGB channels and saturation

R 129 of 255 = 51%
G 157 of 255 = 62%
B 106 of 255 = 42%

129
157
106

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

Portions of RGB colors in percentages

R + G + B = 129 + 157 + 106 = 392 (100%)
R 129 of 392 ~ 32.91%
G 157 of 392 ~ 40.05%
B 106 of 392 ~ 27.04'%

%32.91
%40.05
%27.04

CMYK color model

#819D6A color CMYK value is (18,0,32,38).

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

CMYK: (18,0,32,38)
C18M0Y32K38 (18%, 0%, 32%, 38%)
(0.18 / 0.00 / 0.32 / 0.38)

CMYK percentages

%17.83
%0
%32.48
%38.43

Codes

Color #819D6A in popluar color models

81 9D 6A
RGB 129 157 106
HSL 93° 20.65% 51.57%
HSB/HSV 93° 32.48% 61.57%
CMYK 17.83% 0.00% 32.48%
38.43%

Color #819D6A in popluar number systems.

HEX 81 9D 6A
Decimal 129 157 106
Binary 10000001 10011101 1101010
Octal 201 235 152

Shades and tints

Shades of #819D6A

#819D6A
(129,157,106)
#768F61
(118,143,97)
#6B8158
(107,129,88)
#60734F
(96,115,79)
#556546
(85,101,70)
#4A573D
(74,87,61)
#3F4934
(63,73,52)
#343B2B
(52,59,43)
#292D22
(41,45,34)
#1E1F19
(30,31,25)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #819D6A

#819D6A
(129,157,106)
#8CA577
(140,165,119)
#97AD84
(151,173,132)
#A2B591
(162,181,145)
#ADBD9E
(173,189,158)
#B8C5AB
(184,197,171)
#C3CDB8
(195,205,184)
#CED5C5
(206,213,197)
#D9DDD2
(217,221,210)
#E4E5DF
(228,229,223)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819D6A; }

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

This text font color is #819D6A.

Background Color

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

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

This div background color is #819D6A.

Border color

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

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

This div border color is #819D6A.

Opacity

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

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

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

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

This text has shadow with #819D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #819D6A.

Preview

Color preview on black background

This text has color #819D6A on black background.


Color preview on white background

This text has color #819D6A on white background.


Black color preview on #819D6A background

This text has black color on #819D6A background.


White color preview on #819D6A background

This text has white color on #819D6A background.


Related colors

Complementary color

Complementary color for #hex is #7E6295.


I love getcolorcode.com

Triadic colors

1 #6A819D and #9D6A81 with #819D6A are triadic colors.

2 #6A9D81 and #9D816A with #819D6A are triadic colors.