COLOR #819F8C

HEX: #819F8C
RGB: (129,159,140)

Color info

#819F8C contains red, green and blue colors in about the same proportion. Web safe color of #819F8C is #999999 (or #999).

RGB color model

#819F8C color RGB value is (129,159,140).

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

RGB channels and saturation

R 129 of 255 = 51%
G 159 of 255 = 62%
B 140 of 255 = 55%

129
159
140

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

Portions of RGB colors in percentages

R + G + B =
129 + 159 + 140 = 428 (100%)
R 129 of 428 ~ 30.14%
G 159 of 428 ~ 37.15%
B 140 of 428 ~ 32.71%

%30.14
%37.15
%32.71

CMYK color model

#819F8C color CMYK value is (19,0,12,38).

  • cyan value is 18.87%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • key color value is 37.65%
CMYK:
(19,0,12,38)
C19M0Y12K38 
(19%,0%,12%,38%)
(0.19/0.00/0.12/0.38)	

CMYK percentages

%18.87
%0
%11.95
%37.65

Codes

Color #819F8C in popluar color models

819F8C
RGB129159140
HSL142°13.51%56.47%
HSB/HSV142°18.87%62.35%
CMYK18.87%0.00%11.95%
37.65%

Color #819F8C in popluar number systems.

HEX819F8C
Decimal129159140
Binary100000011001111110001100
Octal201237214

Shades and tints

Shades of #819F8C

#819F8C
(129,159,140)
#769180
(118,145,128)
#6B8374
(107,131,116)
#607568
(96,117,104)
#55675C
(85,103,92)
#4A5950
(74,89,80)
#3F4B44
(63,75,68)
#343D38
(52,61,56)
#292F2C
(41,47,44)
#1E2120
(30,33,32)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #819F8C

#819F8C
(129,159,140)
#8CA796
(140,167,150)
#97AFA0
(151,175,160)
#A2B7AA
(162,183,170)
#ADBFB4
(173,191,180)
#B8C7BE
(184,199,190)
#C3CFC8
(195,207,200)
#CED7D2
(206,215,210)
#D9DFDC
(217,223,220)
#E4E7E6
(228,231,230)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819F8C; }

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

This text font color is #819F8C.


Background Color

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

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

This div background color is #819F8C.


Border color

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

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

This div border color is #819F8C.


Opacity

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

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

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

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

This text has shadow with #819F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819F8C on black background.


Color preview on white background

This text has color #819F8C on white background.



Black color preview on #819F8C background

This text has black color on #819F8C background.


White color preview on #819F8C background

This text has white color on #819F8C background.