COLOR #819D51

HEX: #819D51 RGB: (129,157,81)

Color info

#819D51 contains mainly red and green colors. Web safe color of #819D51 is #999966 (or #996).

RGB color model

#819D51 color RGB value is (129,157,81).

RGB: (129,157,81) (51%, 62%, 32%)

RGB channels and saturation

R 129 of 255 = 51%
G 157 of 255 = 62%
B 81 of 255 = 32%

129
157
81

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

Portions of RGB colors in percentages

R + G + B = 129 + 157 + 81 = 367 (100%)
R 129 of 367 ~ 35.15%
G 157 of 367 ~ 42.78%
B 81 of 367 ~ 22.07'%

%35.15
%42.78
%22.07

CMYK color model

#819D51 color CMYK value is (18,0,48,38).

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

CMYK: (18,0,48,38)
C18M0Y48K38 (18%, 0%, 48%, 38%)
(0.18 / 0.00 / 0.48 / 0.38)

CMYK percentages

%17.83
%0
%48.41
%38.43

Codes

Color #819D51 in popluar color models

81 9D 51
RGB 129 157 81
HSL 82° 31.93% 46.67%
HSB/HSV 82° 48.41% 61.57%
CMYK 17.83% 0.00% 48.41%
38.43%

Color #819D51 in popluar number systems.

HEX 81 9D 51
Decimal 129 157 81
Binary 10000001 10011101 1010001
Octal 201 235 121

Shades and tints

Shades of #819D51

#819D51
(129,157,81)
#768F4A
(118,143,74)
#6B8143
(107,129,67)
#60733C
(96,115,60)
#556535
(85,101,53)
#4A572E
(74,87,46)
#3F4927
(63,73,39)
#343B20
(52,59,32)
#292D19
(41,45,25)
#1E1F12
(30,31,18)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #819D51

#819D51
(129,157,81)
#8CA560
(140,165,96)
#97AD6F
(151,173,111)
#A2B57E
(162,181,126)
#ADBD8D
(173,189,141)
#B8C59C
(184,197,156)
#C3CDAB
(195,205,171)
#CED5BA
(206,213,186)
#D9DDC9
(217,221,201)
#E4E5D8
(228,229,216)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819D51; }

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

This text font color is #819D51.

Background Color

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

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

This div background color is #819D51.

Border color

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

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

This div border color is #819D51.

Opacity

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

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

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

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

This text has shadow with #819D51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #819D51.

Preview

Color preview on black background

This text has color #819D51 on black background.


Color preview on white background

This text has color #819D51 on white background.


Black color preview on #819D51 background

This text has black color on #819D51 background.


White color preview on #819D51 background

This text has white color on #819D51 background.


Related colors

Complementary color

Complementary color for #hex is #7E62AE.


I love getcolorcode.com

Triadic colors

1 #51819D and #9D5181 with #819D51 are triadic colors.

2 #519D81 and #9D8151 with #819D51 are triadic colors.