COLOR #819A6F

HEX: #819A6F
RGB: (129,154,111)

Color info

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

RGB color model

#819A6F color RGB value is (129,154,111).

  • red value is 129;
  • green value is 154;
  • blue value is 111.
RGB:
(129,154,111)
(51%,60%,44%)

RGB channels and saturation

R 129 of 255 = 51%
G 154 of 255 = 60%
B 111 of 255 = 44%

129
154
111

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

Portions of RGB colors in percentages

R + G + B =
129 + 154 + 111 = 394 (100%)
R 129 of 394 ~ 32.74%
G 154 of 394 ~ 39.09%
B 111 of 394 ~ 28.17%

%32.74
%39.09
%28.17

CMYK color model

#819A6F color CMYK value is (16,0,28,40).

  • cyan value is 16.23%
  • magenta value is 0.00%
  • yellow value is 27.92%
  • key color value is 39.61%
CMYK:
(16,0,28,40)
C16M0Y28K40 
(16%,0%,28%,40%)
(0.16/0.00/0.28/0.40)	

CMYK percentages

%16.23
%0
%27.92
%39.61

Codes

Color #819A6F in popluar color models

819A6F
RGB129154111
HSL95°17.55%51.96%
HSB/HSV95°27.92%60.39%
CMYK16.23%0.00%27.92%
39.61%

Color #819A6F in popluar number systems.

HEX819A6F
Decimal129154111
Binary10000001100110101101111
Octal201232157

Shades and tints

Shades of #819A6F

#819A6F
(129,154,111)
#768C65
(118,140,101)
#6B7E5B
(107,126,91)
#607051
(96,112,81)
#556247
(85,98,71)
#4A543D
(74,84,61)
#3F4633
(63,70,51)
#343829
(52,56,41)
#292A1F
(41,42,31)
#1E1C15
(30,28,21)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #819A6F

#819A6F
(129,154,111)
#8CA37C
(140,163,124)
#97AC89
(151,172,137)
#A2B596
(162,181,150)
#ADBEA3
(173,190,163)
#B8C7B0
(184,199,176)
#C3D0BD
(195,208,189)
#CED9CA
(206,217,202)
#D9E2D7
(217,226,215)
#E4EBE4
(228,235,228)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819A6F color. Also use rgb(129,154,111) instead hex code.

Text Font Color

.myTextColor { color: #819A6F; }

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

This text font color is #819A6F.


Background Color

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

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

This div background color is #819A6F.


Border color

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

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

This div border color is #819A6F.


Opacity

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

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

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

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

This text has shadow with #819A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819A6F on black background.


Color preview on white background

This text has color #819A6F on white background.



Black color preview on #819A6F background

This text has black color on #819A6F background.


White color preview on #819A6F background

This text has white color on #819A6F background.