COLOR #819F6E

HEX: #819F6E
RGB: (129,159,110)

Color info

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

RGB color model

#819F6E color RGB value is (129,159,110).

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

RGB channels and saturation

R 129 of 255 = 51%
G 159 of 255 = 62%
B 110 of 255 = 43%

129
159
110

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

Portions of RGB colors in percentages

R + G + B =
129 + 159 + 110 = 398 (100%)
R 129 of 398 ~ 32.41%
G 159 of 398 ~ 39.95%
B 110 of 398 ~ 27.64%

%32.41
%39.95
%27.64

CMYK color model

#819F6E color CMYK value is (19,0,31,38).

  • cyan value is 18.87%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 37.65%
CMYK:
(19,0,31,38)
C19M0Y31K38 
(19%,0%,31%,38%)
(0.19/0.00/0.31/0.38)	

CMYK percentages

%18.87
%0
%30.82
%37.65

Codes

Color #819F6E in popluar color models

819F6E
RGB129159110
HSL97°20.33%52.75%
HSB/HSV97°30.82%62.35%
CMYK18.87%0.00%30.82%
37.65%

Color #819F6E in popluar number systems.

HEX819F6E
Decimal129159110
Binary10000001100111111101110
Octal201237156

Shades and tints

Shades of #819F6E

#819F6E
(129,159,110)
#769164
(118,145,100)
#6B835A
(107,131,90)
#607550
(96,117,80)
#556746
(85,103,70)
#4A593C
(74,89,60)
#3F4B32
(63,75,50)
#343D28
(52,61,40)
#292F1E
(41,47,30)
#1E2114
(30,33,20)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #819F6E

#819F6E
(129,159,110)
#8CA77B
(140,167,123)
#97AF88
(151,175,136)
#A2B795
(162,183,149)
#ADBFA2
(173,191,162)
#B8C7AF
(184,199,175)
#C3CFBC
(195,207,188)
#CED7C9
(206,215,201)
#D9DFD6
(217,223,214)
#E4E7E3
(228,231,227)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819F6E; }

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

This text font color is #819F6E.


Background Color

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

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

This div background color is #819F6E.


Border color

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

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

This div border color is #819F6E.


Opacity

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

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

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

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

This text has shadow with #819F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819F6E on black background.


Color preview on white background

This text has color #819F6E on white background.



Black color preview on #819F6E background

This text has black color on #819F6E background.


White color preview on #819F6E background

This text has white color on #819F6E background.