COLOR #819D50

HEX: #819D50 RGB: (129,157,80)

Color info

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

RGB color model

#819D50 color RGB value is (129,157,80).

RGB: (129,157,80) (51%, 62%, 31%)

RGB channels and saturation

R 129 of 255 = 51%
G 157 of 255 = 62%
B 80 of 255 = 31%

129
157
80

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

Portions of RGB colors in percentages

R + G + B = 129 + 157 + 80 = 366 (100%)
R 129 of 366 ~ 35.25%
G 157 of 366 ~ 42.9%
B 80 of 366 ~ 21.86'%

%35.25
%42.9
%21.86

CMYK color model

#819D50 color CMYK value is (18,0,49,38).

  • cyan value is 17.83%
  • magenta value is 0.00%
  • yellow value is 49.04%
  • key color value is 38.43%
CMYK: (18,0,49,38) C18M0Y49K38 (18%,0%,49%,38%) (0.18/0.00/0.49/0.38) 

CMYK percentages

%17.83
%0
%49.04
%38.43

Codes

Color #819D50 in popluar color models

81 9D 50
RGB 129 157 80
HSL 82° 32.49% 46.47%
HSB/HSV 82° 49.04% 61.57%
CMYK 17.83% 0.00% 49.04%
38.43%

Color #819D50 in popluar number systems.

HEX 81 9D 50
Decimal 129 157 80
Binary 10000001 10011101 1010000
Octal 201 235 120

Shades and tints

Shades of #819D50

#819D50
(129,157,80)
#768F49
(118,143,73)
#6B8142
(107,129,66)
#60733B
(96,115,59)
#556534
(85,101,52)
#4A572D
(74,87,45)
#3F4926
(63,73,38)
#343B1F
(52,59,31)
#292D18
(41,45,24)
#1E1F11
(30,31,17)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #819D50

#819D50
(129,157,80)
#8CA55F
(140,165,95)
#97AD6E
(151,173,110)
#A2B57D
(162,181,125)
#ADBD8C
(173,189,140)
#B8C59B
(184,197,155)
#C3CDAA
(195,205,170)
#CED5B9
(206,213,185)
#D9DDC8
(217,221,200)
#E4E5D7
(228,229,215)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819D50; }

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

This text font color is #819D50.

Background Color

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

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

This div background color is #819D50.

Border color

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

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

This div border color is #819D50.

Opacity

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

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

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

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

This text has shadow with #819D50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #819D50.

Preview

Color preview on black background

This text has color #819D50 on black background.


Color preview on white background

This text has color #819D50 on white background.


Black color preview on #819D50 background

This text has black color on #819D50 background.


White color preview on #819D50 background

This text has white color on #819D50 background.


Related colors

Complementary color

Complementary color for #hex is #7E62AF.


I love getcolorcode.com

Triadic colors

1 #50819D and #9D5081 with #819D50 are triadic colors.

2 #509D81 and #9D8150 with #819D50 are triadic colors.