COLOR #819F75

HEX: #819F75
RGB: (129,159,117)

Color info

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

RGB color model

#819F75 color RGB value is (129,159,117).

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

RGB channels and saturation

R 129 of 255 = 51%
G 159 of 255 = 62%
B 117 of 255 = 46%

129
159
117

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

Portions of RGB colors in percentages

R + G + B =
129 + 159 + 117 = 405 (100%)
R 129 of 405 ~ 31.85%
G 159 of 405 ~ 39.26%
B 117 of 405 ~ 28.89%

%31.85
%39.26
%28.89

CMYK color model

#819F75 color CMYK value is (19,0,26,38).

  • cyan value is 18.87%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 37.65%
CMYK:
(19,0,26,38)
C19M0Y26K38 
(19%,0%,26%,38%)
(0.19/0.00/0.26/0.38)	

CMYK percentages

%18.87
%0
%26.42
%37.65

Codes

Color #819F75 in popluar color models

819F75
RGB129159117
HSL103°17.95%54.12%
HSB/HSV103°26.42%62.35%
CMYK18.87%0.00%26.42%
37.65%

Color #819F75 in popluar number systems.

HEX819F75
Decimal129159117
Binary10000001100111111110101
Octal201237165

Shades and tints

Shades of #819F75

#819F75
(129,159,117)
#76916B
(118,145,107)
#6B8361
(107,131,97)
#607557
(96,117,87)
#55674D
(85,103,77)
#4A5943
(74,89,67)
#3F4B39
(63,75,57)
#343D2F
(52,61,47)
#292F25
(41,47,37)
#1E211B
(30,33,27)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #819F75

#819F75
(129,159,117)
#8CA781
(140,167,129)
#97AF8D
(151,175,141)
#A2B799
(162,183,153)
#ADBFA5
(173,191,165)
#B8C7B1
(184,199,177)
#C3CFBD
(195,207,189)
#CED7C9
(206,215,201)
#D9DFD5
(217,223,213)
#E4E7E1
(228,231,225)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819F75; }

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

This text font color is #819F75.


Background Color

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

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

This div background color is #819F75.


Border color

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

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

This div border color is #819F75.


Opacity

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

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

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

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

This text has shadow with #819F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819F75 on black background.


Color preview on white background

This text has color #819F75 on white background.



Black color preview on #819F75 background

This text has black color on #819F75 background.


White color preview on #819F75 background

This text has white color on #819F75 background.