COLOR #819F55

HEX: #819F55
RGB: (129,159,85)

Color info

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

RGB color model

#819F55 color RGB value is (129,159,85).

  • red value is 129;
  • green value is 159;
  • blue value is 85.
RGB:
(129,159,85)
(51%,62%,33%)

RGB channels and saturation

R 129 of 255 = 51%
G 159 of 255 = 62%
B 85 of 255 = 33%

129
159
85

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

Portions of RGB colors in percentages

R + G + B =
129 + 159 + 85 = 373 (100%)
R 129 of 373 ~ 34.58%
G 159 of 373 ~ 42.63%
B 85 of 373 ~ 22.79%

%34.58
%42.63
%22.79

CMYK color model

#819F55 color CMYK value is (19,0,47,38).

  • cyan value is 18.87%
  • magenta value is 0.00%
  • yellow value is 46.54%
  • key color value is 37.65%
CMYK:
(19,0,47,38)
C19M0Y47K38 
(19%,0%,47%,38%)
(0.19/0.00/0.47/0.38)	

CMYK percentages

%18.87
%0
%46.54
%37.65

Codes

Color #819F55 in popluar color models

819F55
RGB12915985
HSL84°30.33%47.84%
HSB/HSV84°46.54%62.35%
CMYK18.87%0.00%46.54%
37.65%

Color #819F55 in popluar number systems.

HEX819F55
Decimal12915985
Binary10000001100111111010101
Octal201237125

Shades and tints

Shades of #819F55

#819F55
(129,159,85)
#76914E
(118,145,78)
#6B8347
(107,131,71)
#607540
(96,117,64)
#556739
(85,103,57)
#4A5932
(74,89,50)
#3F4B2B
(63,75,43)
#343D24
(52,61,36)
#292F1D
(41,47,29)
#1E2116
(30,33,22)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #819F55

#819F55
(129,159,85)
#8CA764
(140,167,100)
#97AF73
(151,175,115)
#A2B782
(162,183,130)
#ADBF91
(173,191,145)
#B8C7A0
(184,199,160)
#C3CFAF
(195,207,175)
#CED7BE
(206,215,190)
#D9DFCD
(217,223,205)
#E4E7DC
(228,231,220)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819F55; }

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

This text font color is #819F55.


Background Color

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

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

This div background color is #819F55.


Border color

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

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

This div border color is #819F55.


Opacity

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

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

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

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

This text has shadow with #819F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819F55 on black background.


Color preview on white background

This text has color #819F55 on white background.



Black color preview on #819F55 background

This text has black color on #819F55 background.


White color preview on #819F55 background

This text has white color on #819F55 background.