COLOR #818671

HEX: #818671
RGB: (129,134,113)

Color info

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

RGB color model

#818671 color RGB value is (129,134,113).

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

RGB channels and saturation

R 129 of 255 = 51%
G 134 of 255 = 53%
B 113 of 255 = 44%

129
134
113

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

Portions of RGB colors in percentages

R + G + B =
129 + 134 + 113 = 376 (100%)
R 129 of 376 ~ 34.31%
G 134 of 376 ~ 35.64%
B 113 of 376 ~ 30.05%

%34.31
%35.64
%30.05

CMYK color model

#818671 color CMYK value is (4,0,16,47).

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 15.67%
  • key color value is 47.45%
CMYK:
(4,0,16,47)
C4M0Y16K47 
(4%,0%,16%,47%)
(0.04/0.00/0.16/0.47)	

CMYK percentages

%3.73
%0
%15.67
%47.45

Codes

Color #818671 in popluar color models

818671
RGB129134113
HSL74°8.50%48.43%
HSB/HSV74°15.67%52.55%
CMYK3.73%0.00%15.67%
47.45%

Color #818671 in popluar number systems.

HEX818671
Decimal129134113
Binary10000001100001101110001
Octal201206161

Shades and tints

Shades of #818671

#818671
(129,134,113)
#767A67
(118,122,103)
#6B6E5D
(107,110,93)
#606253
(96,98,83)
#555649
(85,86,73)
#4A4A3F
(74,74,63)
#3F3E35
(63,62,53)
#34322B
(52,50,43)
#292621
(41,38,33)
#1E1A17
(30,26,23)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #818671

#818671
(129,134,113)
#8C917D
(140,145,125)
#979C89
(151,156,137)
#A2A795
(162,167,149)
#ADB2A1
(173,178,161)
#B8BDAD
(184,189,173)
#C3C8B9
(195,200,185)
#CED3C5
(206,211,197)
#D9DED1
(217,222,209)
#E4E9DD
(228,233,221)
#EFF4E9
(239,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818671; }

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

This text font color is #818671.


Background Color

.myBgColor { background-color: #818671; }

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

This div background color is #818671.


Border color

.myBorderColor { border: 1px solid #818671; }

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

This div border color is #818671.


Opacity

.myOpacity80 { color: #818671; opacity: 0.8; }

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

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

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

This text has shadow with #818671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818671 on black background.


Color preview on white background

This text has color #818671 on white background.



Black color preview on #818671 background

This text has black color on #818671 background.


White color preview on #818671 background

This text has white color on #818671 background.