COLOR #819C68

HEX: #819C68 RGB: (129,156,104)

Color info

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

RGB color model

#819C68 color RGB value is (129,156,104).

RGB: (129,156,104) (51%, 61%, 41%)

RGB channels and saturation

R 129 of 255 = 51%
G 156 of 255 = 61%
B 104 of 255 = 41%

129
156
104

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

Portions of RGB colors in percentages

R + G + B = 129 + 156 + 104 = 389 (100%)
R 129 of 389 ~ 33.16%
G 156 of 389 ~ 40.1%
B 104 of 389 ~ 26.74'%

%33.16
%40.1
%26.74

CMYK color model

#819C68 color CMYK value is (17,0,33,39).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 38.82%

CMYK: (17,0,33,39)
C17M0Y33K39 (17%, 0%, 33%, 39%)
(0.17 / 0.00 / 0.33 / 0.39)

CMYK percentages

%17.31
%0
%33.33
%38.82

Codes

Color #819C68 in popluar color models

81 9C 68
RGB 129 156 104
HSL 91° 20.80% 50.98%
HSB/HSV 91° 33.33% 61.18%
CMYK 17.31% 0.00% 33.33%
38.82%

Color #819C68 in popluar number systems.

HEX 81 9C 68
Decimal 129 156 104
Binary 10000001 10011100 1101000
Octal 201 234 150

Shades and tints

Shades of #819C68

#819C68
(129,156,104)
#768E5F
(118,142,95)
#6B8056
(107,128,86)
#60724D
(96,114,77)
#556444
(85,100,68)
#4A563B
(74,86,59)
#3F4832
(63,72,50)
#343A29
(52,58,41)
#292C20
(41,44,32)
#1E1E17
(30,30,23)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #819C68

#819C68
(129,156,104)
#8CA575
(140,165,117)
#97AE82
(151,174,130)
#A2B78F
(162,183,143)
#ADC09C
(173,192,156)
#B8C9A9
(184,201,169)
#C3D2B6
(195,210,182)
#CEDBC3
(206,219,195)
#D9E4D0
(217,228,208)
#E4EDDD
(228,237,221)
#EFF6EA
(239,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819C68; }

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

This text font color is #819C68.

Background Color

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

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

This div background color is #819C68.

Border color

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

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

This div border color is #819C68.

Opacity

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

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

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

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

This text has shadow with #819C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #819C68.

Preview

Color preview on black background

This text has color #819C68 on black background.


Color preview on white background

This text has color #819C68 on white background.


Black color preview on #819C68 background

This text has black color on #819C68 background.


White color preview on #819C68 background

This text has white color on #819C68 background.


Related colors

Complementary color

Complementary color for #hex is #7E6397.


I love getcolorcode.com

Triadic colors

1 #68819C and #9C6881 with #819C68 are triadic colors.

2 #689C81 and #9C8168 with #819C68 are triadic colors.