COLOR #819C71

HEX: #819C71
RGB: (129,156,113)

Color info

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

RGB color model

#819C71 color RGB value is (129,156,113).

  • red value is 129;
  • green value is 156;
  • blue value is 113.
RGB:
(129,156,113)
(51%,61%,44%)

RGB channels and saturation

R 129 of 255 = 51%
G 156 of 255 = 61%
B 113 of 255 = 44%

129
156
113

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

Portions of RGB colors in percentages

R + G + B =
129 + 156 + 113 = 398 (100%)
R 129 of 398 ~ 32.41%
G 156 of 398 ~ 39.2%
B 113 of 398 ~ 28.39%

%32.41
%39.2
%28.39

CMYK color model

#819C71 color CMYK value is (17,0,28,39).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 27.56%
  • key color value is 38.82%
CMYK:
(17,0,28,39)
C17M0Y28K39 
(17%,0%,28%,39%)
(0.17/0.00/0.28/0.39)	

CMYK percentages

%17.31
%0
%27.56
%38.82

Codes

Color #819C71 in popluar color models

819C71
RGB129156113
HSL98°17.84%52.75%
HSB/HSV98°27.56%61.18%
CMYK17.31%0.00%27.56%
38.82%

Color #819C71 in popluar number systems.

HEX819C71
Decimal129156113
Binary10000001100111001110001
Octal201234161

Shades and tints

Shades of #819C71

#819C71
(129,156,113)
#768E67
(118,142,103)
#6B805D
(107,128,93)
#607253
(96,114,83)
#556449
(85,100,73)
#4A563F
(74,86,63)
#3F4835
(63,72,53)
#343A2B
(52,58,43)
#292C21
(41,44,33)
#1E1E17
(30,30,23)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #819C71

#819C71
(129,156,113)
#8CA57D
(140,165,125)
#97AE89
(151,174,137)
#A2B795
(162,183,149)
#ADC0A1
(173,192,161)
#B8C9AD
(184,201,173)
#C3D2B9
(195,210,185)
#CEDBC5
(206,219,197)
#D9E4D1
(217,228,209)
#E4EDDD
(228,237,221)
#EFF6E9
(239,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #819C71 color. Also use rgb(129,156,113) instead hex code.

Text Font Color

.myTextColor { color: #819C71; }

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

This text font color is #819C71.


Background Color

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

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

This div background color is #819C71.


Border color

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

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

This div border color is #819C71.


Opacity

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

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

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

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

This text has shadow with #819C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819C71 on black background.


Color preview on white background

This text has color #819C71 on white background.



Black color preview on #819C71 background

This text has black color on #819C71 background.


White color preview on #819C71 background

This text has white color on #819C71 background.