COLOR #819C7F

HEX: #819C7F RGB: (129,156,127)

Color info

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

RGB color model

#819C7F color RGB value is (129,156,127).

RGB: (129,156,127) (51%, 61%, 50%)

RGB channels and saturation

R 129 of 255 = 51%
G 156 of 255 = 61%
B 127 of 255 = 50%

129
156
127

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

Portions of RGB colors in percentages

R + G + B = 129 + 156 + 127 = 412 (100%)
R 129 of 412 ~ 31.31%
G 156 of 412 ~ 37.86%
B 127 of 412 ~ 30.83'%

%31.31
%37.86
%30.83

CMYK color model

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

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

CMYK: (17,0,19,39)
C17M0Y19K39 (17%, 0%, 19%, 39%)
(0.17 / 0.00 / 0.19 / 0.39)

CMYK percentages

%17.31
%0
%18.59
%38.82

Codes

Color #819C7F in popluar color models

81 9C 7F
RGB 129 156 127
HSL 116° 12.78% 55.49%
HSB/HSV 116° 18.59% 61.18%
CMYK 17.31% 0.00% 18.59%
38.82%

Color #819C7F in popluar number systems.

HEX 81 9C 7F
Decimal 129 156 127
Binary 10000001 10011100 1111111
Octal 201 234 177

Shades and tints

Shades of #819C7F

#819C7F
(129,156,127)
#768E74
(118,142,116)
#6B8069
(107,128,105)
#60725E
(96,114,94)
#556453
(85,100,83)
#4A5648
(74,86,72)
#3F483D
(63,72,61)
#343A32
(52,58,50)
#292C27
(41,44,39)
#1E1E1C
(30,30,28)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #819C7F

#819C7F
(129,156,127)
#8CA58A
(140,165,138)
#97AE95
(151,174,149)
#A2B7A0
(162,183,160)
#ADC0AB
(173,192,171)
#B8C9B6
(184,201,182)
#C3D2C1
(195,210,193)
#CEDBCC
(206,219,204)
#D9E4D7
(217,228,215)
#E4EDE2
(228,237,226)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #819C7F; }

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

This text font color is #819C7F.

Background Color

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

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

This div background color is #819C7F.

Border color

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

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

This div border color is #819C7F.

Opacity

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

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

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

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

This text has shadow with #819C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #819C7F.

Preview

Color preview on black background

This text has color #819C7F on black background.


Color preview on white background

This text has color #819C7F on white background.


Black color preview on #819C7F background

This text has black color on #819C7F background.


White color preview on #819C7F background

This text has white color on #819C7F background.


Related colors

Complementary color

Complementary color for #hex is #7E6380.


I love getcolorcode.com

Triadic colors

1 #7F819C and #9C7F81 with #819C7F are triadic colors.

2 #7F9C81 and #9C817F with #819C7F are triadic colors.