COLOR #819A80

HEX: #819A80
RGB: (129,154,128)

Color info

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

RGB color model

#819A80 color RGB value is (129,154,128).

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

RGB channels and saturation

R 129 of 255 = 51%
G 154 of 255 = 60%
B 128 of 255 = 50%

129
154
128

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

Portions of RGB colors in percentages

R + G + B =
129 + 154 + 128 = 411 (100%)
R 129 of 411 ~ 31.39%
G 154 of 411 ~ 37.47%
B 128 of 411 ~ 31.14%

%31.39
%37.47
%31.14

CMYK color model

#819A80 color CMYK value is (16,0,17,40).

  • cyan value is 16.23%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 39.61%
CMYK:
(16,0,17,40)
C16M0Y17K40 
(16%,0%,17%,40%)
(0.16/0.00/0.17/0.40)	

CMYK percentages

%16.23
%0
%16.88
%39.61

Codes

Color #819A80 in popluar color models

819A80
RGB129154128
HSL118°11.40%55.29%
HSB/HSV118°16.88%60.39%
CMYK16.23%0.00%16.88%
39.61%

Color #819A80 in popluar number systems.

HEX819A80
Decimal129154128
Binary100000011001101010000000
Octal201232200

Shades and tints

Shades of #819A80

#819A80
(129,154,128)
#768C75
(118,140,117)
#6B7E6A
(107,126,106)
#60705F
(96,112,95)
#556254
(85,98,84)
#4A5449
(74,84,73)
#3F463E
(63,70,62)
#343833
(52,56,51)
#292A28
(41,42,40)
#1E1C1D
(30,28,29)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #819A80

#819A80
(129,154,128)
#8CA38B
(140,163,139)
#97AC96
(151,172,150)
#A2B5A1
(162,181,161)
#ADBEAC
(173,190,172)
#B8C7B7
(184,199,183)
#C3D0C2
(195,208,194)
#CED9CD
(206,217,205)
#D9E2D8
(217,226,216)
#E4EBE3
(228,235,227)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819A80; }

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

This text font color is #819A80.


Background Color

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

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

This div background color is #819A80.


Border color

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

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

This div border color is #819A80.


Opacity

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

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

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

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

This text has shadow with #819A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819A80 on black background.


Color preview on white background

This text has color #819A80 on white background.



Black color preview on #819A80 background

This text has black color on #819A80 background.


White color preview on #819A80 background

This text has white color on #819A80 background.