COLOR #819B5A

HEX: #819B5A
RGB: (129,155,90)

Color info

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

RGB color model

#819B5A color RGB value is (129,155,90).

  • red value is 129;
  • green value is 155;
  • blue value is 90.
RGB:
(129,155,90)
(51%,61%,35%)

RGB channels and saturation

R 129 of 255 = 51%
G 155 of 255 = 61%
B 90 of 255 = 35%

129
155
90

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

Portions of RGB colors in percentages

R + G + B =
129 + 155 + 90 = 374 (100%)
R 129 of 374 ~ 34.49%
G 155 of 374 ~ 41.44%
B 90 of 374 ~ 24.06%

%34.49
%41.44
%24.06

CMYK color model

#819B5A color CMYK value is (17,0,42,39).

  • cyan value is 16.77%
  • magenta value is 0.00%
  • yellow value is 41.94%
  • key color value is 39.22%
CMYK:
(17,0,42,39)
C17M0Y42K39 
(17%,0%,42%,39%)
(0.17/0.00/0.42/0.39)	

CMYK percentages

%16.77
%0
%41.94
%39.22

Codes

Color #819B5A in popluar color models

819B5A
RGB12915590
HSL84°26.53%48.04%
HSB/HSV84°41.94%60.78%
CMYK16.77%0.00%41.94%
39.22%

Color #819B5A in popluar number systems.

HEX819B5A
Decimal12915590
Binary10000001100110111011010
Octal201233132

Shades and tints

Shades of #819B5A

#819B5A
(129,155,90)
#768D52
(118,141,82)
#6B7F4A
(107,127,74)
#607142
(96,113,66)
#55633A
(85,99,58)
#4A5532
(74,85,50)
#3F472A
(63,71,42)
#343922
(52,57,34)
#292B1A
(41,43,26)
#1E1D12
(30,29,18)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #819B5A

#819B5A
(129,155,90)
#8CA469
(140,164,105)
#97AD78
(151,173,120)
#A2B687
(162,182,135)
#ADBF96
(173,191,150)
#B8C8A5
(184,200,165)
#C3D1B4
(195,209,180)
#CEDAC3
(206,218,195)
#D9E3D2
(217,227,210)
#E4ECE1
(228,236,225)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819B5A color. Also use rgb(129,155,90) instead hex code.

Text Font Color

.myTextColor { color: #819B5A; }

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

This text font color is #819B5A.


Background Color

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

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

This div background color is #819B5A.


Border color

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

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

This div border color is #819B5A.


Opacity

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

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

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

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

This text has shadow with #819B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819B5A on black background.


Color preview on white background

This text has color #819B5A on white background.



Black color preview on #819B5A background

This text has black color on #819B5A background.


White color preview on #819B5A background

This text has white color on #819B5A background.