COLOR #819C56

HEX: #819C56
RGB: (129,156,86)

Color info

#819C56 contains mainly red and green colors. Web safe color of #819C56 is #999966 (or #996).

RGB color model

#819C56 color RGB value is (129,156,86).

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

RGB channels and saturation

R 129 of 255 = 51%
G 156 of 255 = 61%
B 86 of 255 = 34%

129
156
86

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

Portions of RGB colors in percentages

R + G + B =
129 + 156 + 86 = 371 (100%)
R 129 of 371 ~ 34.77%
G 156 of 371 ~ 42.05%
B 86 of 371 ~ 23.18%

%34.77
%42.05
%23.18

CMYK color model

#819C56 color CMYK value is (17,0,45,39).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 44.87%
  • key color value is 38.82%
CMYK:
(17,0,45,39)
C17M0Y45K39 
(17%,0%,45%,39%)
(0.17/0.00/0.45/0.39)	

CMYK percentages

%17.31
%0
%44.87
%38.82

Codes

Color #819C56 in popluar color models

819C56
RGB12915686
HSL83°28.93%47.45%
HSB/HSV83°44.87%61.18%
CMYK17.31%0.00%44.87%
38.82%

Color #819C56 in popluar number systems.

HEX819C56
Decimal12915686
Binary10000001100111001010110
Octal201234126

Shades and tints

Shades of #819C56

#819C56
(129,156,86)
#768E4F
(118,142,79)
#6B8048
(107,128,72)
#607241
(96,114,65)
#55643A
(85,100,58)
#4A5633
(74,86,51)
#3F482C
(63,72,44)
#343A25
(52,58,37)
#292C1E
(41,44,30)
#1E1E17
(30,30,23)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #819C56

#819C56
(129,156,86)
#8CA565
(140,165,101)
#97AE74
(151,174,116)
#A2B783
(162,183,131)
#ADC092
(173,192,146)
#B8C9A1
(184,201,161)
#C3D2B0
(195,210,176)
#CEDBBF
(206,219,191)
#D9E4CE
(217,228,206)
#E4EDDD
(228,237,221)
#EFF6EC
(239,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819C56; }

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

This text font color is #819C56.


Background Color

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

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

This div background color is #819C56.


Border color

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

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

This div border color is #819C56.


Opacity

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

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

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

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

This text has shadow with #819C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #819C56 on black background.


Color preview on white background

This text has color #819C56 on white background.



Black color preview on #819C56 background

This text has black color on #819C56 background.


White color preview on #819C56 background

This text has white color on #819C56 background.