COLOR #819B7D

HEX: #819B7D
RGB: (129,155,125)

Color info

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

RGB color model

#819B7D color RGB value is (129,155,125).

  • red value is 129;
  • green value is 155;
  • blue value is 125.
RGB:
(129,155,125)
(51%,61%,49%)

RGB channels and saturation

R 129 of 255 = 51%
G 155 of 255 = 61%
B 125 of 255 = 49%

129
155
125

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

Portions of RGB colors in percentages

R + G + B =
129 + 155 + 125 = 409 (100%)
R 129 of 409 ~ 31.54%
G 155 of 409 ~ 37.9%
B 125 of 409 ~ 30.56%

%31.54
%37.9
%30.56

CMYK color model

#819B7D color CMYK value is (17,0,19,39).

  • cyan value is 16.77%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(17,0,19,39)
C17M0Y19K39 
(17%,0%,19%,39%)
(0.17/0.00/0.19/0.39)	

CMYK percentages

%16.77
%0
%19.35
%39.22

Codes

Color #819B7D in popluar color models

819B7D
RGB129155125
HSL112°13.04%54.90%
HSB/HSV112°19.35%60.78%
CMYK16.77%0.00%19.35%
39.22%

Color #819B7D in popluar number systems.

HEX819B7D
Decimal129155125
Binary10000001100110111111101
Octal201233175

Shades and tints

Shades of #819B7D

#819B7D
(129,155,125)
#768D72
(118,141,114)
#6B7F67
(107,127,103)
#60715C
(96,113,92)
#556351
(85,99,81)
#4A5546
(74,85,70)
#3F473B
(63,71,59)
#343930
(52,57,48)
#292B25
(41,43,37)
#1E1D1A
(30,29,26)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #819B7D

#819B7D
(129,155,125)
#8CA488
(140,164,136)
#97AD93
(151,173,147)
#A2B69E
(162,182,158)
#ADBFA9
(173,191,169)
#B8C8B4
(184,200,180)
#C3D1BF
(195,209,191)
#CEDACA
(206,218,202)
#D9E3D5
(217,227,213)
#E4ECE0
(228,236,224)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819B7D color. Also use rgb(129,155,125) instead hex code.

Text Font Color

.myTextColor { color: #819B7D; }

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

This text font color is #819B7D.


Background Color

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

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

This div background color is #819B7D.


Border color

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

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

This div border color is #819B7D.


Opacity

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

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

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

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

This text has shadow with #819B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819B7D on black background.


Color preview on white background

This text has color #819B7D on white background.



Black color preview on #819B7D background

This text has black color on #819B7D background.


White color preview on #819B7D background

This text has white color on #819B7D background.