COLOR #819E7C

HEX: #819E7C
RGB: (129,158,124)

Color info

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

RGB color model

#819E7C color RGB value is (129,158,124).

  • red value is 129;
  • green value is 158;
  • blue value is 124.
RGB:
(129,158,124)
(51%,62%,49%)

RGB channels and saturation

R 129 of 255 = 51%
G 158 of 255 = 62%
B 124 of 255 = 49%

129
158
124

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

Portions of RGB colors in percentages

R + G + B =
129 + 158 + 124 = 411 (100%)
R 129 of 411 ~ 31.39%
G 158 of 411 ~ 38.44%
B 124 of 411 ~ 30.17%

%31.39
%38.44
%30.17

CMYK color model

#819E7C color CMYK value is (18,0,22,38).

  • cyan value is 18.35%
  • magenta value is 0.00%
  • yellow value is 21.52%
  • key color value is 38.04%
CMYK:
(18,0,22,38)
C18M0Y22K38 
(18%,0%,22%,38%)
(0.18/0.00/0.22/0.38)	

CMYK percentages

%18.35
%0
%21.52
%38.04

Codes

Color #819E7C in popluar color models

819E7C
RGB129158124
HSL111°14.91%55.29%
HSB/HSV111°21.52%61.96%
CMYK18.35%0.00%21.52%
38.04%

Color #819E7C in popluar number systems.

HEX819E7C
Decimal129158124
Binary10000001100111101111100
Octal201236174

Shades and tints

Shades of #819E7C

#819E7C
(129,158,124)
#769071
(118,144,113)
#6B8266
(107,130,102)
#60745B
(96,116,91)
#556650
(85,102,80)
#4A5845
(74,88,69)
#3F4A3A
(63,74,58)
#343C2F
(52,60,47)
#292E24
(41,46,36)
#1E2019
(30,32,25)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #819E7C

#819E7C
(129,158,124)
#8CA687
(140,166,135)
#97AE92
(151,174,146)
#A2B69D
(162,182,157)
#ADBEA8
(173,190,168)
#B8C6B3
(184,198,179)
#C3CEBE
(195,206,190)
#CED6C9
(206,214,201)
#D9DED4
(217,222,212)
#E4E6DF
(228,230,223)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819E7C color. Also use rgb(129,158,124) instead hex code.

Text Font Color

.myTextColor { color: #819E7C; }

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

This text font color is #819E7C.


Background Color

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

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

This div background color is #819E7C.


Border color

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

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

This div border color is #819E7C.


Opacity

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

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

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

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

This text has shadow with #819E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819E7C on black background.


Color preview on white background

This text has color #819E7C on white background.



Black color preview on #819E7C background

This text has black color on #819E7C background.


White color preview on #819E7C background

This text has white color on #819E7C background.