COLOR #818678

HEX: #818678
RGB: (129,134,120)

Color info

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

RGB color model

#818678 color RGB value is (129,134,120).

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

RGB channels and saturation

R 129 of 255 = 51%
G 134 of 255 = 53%
B 120 of 255 = 47%

129
134
120

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

Portions of RGB colors in percentages

R + G + B =
129 + 134 + 120 = 383 (100%)
R 129 of 383 ~ 33.68%
G 134 of 383 ~ 34.99%
B 120 of 383 ~ 31.33%

%33.68
%34.99
%31.33

CMYK color model

#818678 color CMYK value is (4,0,10,47).

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 47.45%
CMYK:
(4,0,10,47)
C4M0Y10K47 
(4%,0%,10%,47%)
(0.04/0.00/0.10/0.47)	

CMYK percentages

%3.73
%0
%10.45
%47.45

Codes

Color #818678 in popluar color models

818678
RGB129134120
HSL81°5.51%49.80%
HSB/HSV81°10.45%52.55%
CMYK3.73%0.00%10.45%
47.45%

Color #818678 in popluar number systems.

HEX818678
Decimal129134120
Binary10000001100001101111000
Octal201206170

Shades and tints

Shades of #818678

#818678
(129,134,120)
#767A6E
(118,122,110)
#6B6E64
(107,110,100)
#60625A
(96,98,90)
#555650
(85,86,80)
#4A4A46
(74,74,70)
#3F3E3C
(63,62,60)
#343232
(52,50,50)
#292628
(41,38,40)
#1E1A1E
(30,26,30)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #818678

#818678
(129,134,120)
#8C9184
(140,145,132)
#979C90
(151,156,144)
#A2A79C
(162,167,156)
#ADB2A8
(173,178,168)
#B8BDB4
(184,189,180)
#C3C8C0
(195,200,192)
#CED3CC
(206,211,204)
#D9DED8
(217,222,216)
#E4E9E4
(228,233,228)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818678; }

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

This text font color is #818678.


Background Color

.myBgColor { background-color: #818678; }

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

This div background color is #818678.


Border color

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

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

This div border color is #818678.


Opacity

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

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

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

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

This text has shadow with #818678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818678 on black background.


Color preview on white background

This text has color #818678 on white background.



Black color preview on #818678 background

This text has black color on #818678 background.


White color preview on #818678 background

This text has white color on #818678 background.