COLOR #818683

HEX: #818683
RGB: (129,134,131)

Color info

#818683 contains red, green and blue colors in about the same proportion. Web safe color of #818683 is #999999 (or #999).

RGB color model

#818683 color RGB value is (129,134,131).

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

RGB channels and saturation

R 129 of 255 = 51%
G 134 of 255 = 53%
B 131 of 255 = 51%

129
134
131

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

Portions of RGB colors in percentages

R + G + B =
129 + 134 + 131 = 394 (100%)
R 129 of 394 ~ 32.74%
G 134 of 394 ~ 34.01%
B 131 of 394 ~ 33.25%

%32.74
%34.01
%33.25

CMYK color model

#818683 color CMYK value is (4,0,2,47).

  • cyan value is 3.73%
  • magenta value is 0.00%
  • yellow value is 2.24%
  • key color value is 47.45%
CMYK:
(4,0,2,47)
C4M0Y2K47 
(4%,0%,2%,47%)
(0.04/0.00/0.02/0.47)	

CMYK percentages

%3.73
%0
%2.24
%47.45

Codes

Color #818683 in popluar color models

818683
RGB129134131
HSL144°2.02%51.57%
HSB/HSV144°3.73%52.55%
CMYK3.73%0.00%2.24%
47.45%

Color #818683 in popluar number systems.

HEX818683
Decimal129134131
Binary100000011000011010000011
Octal201206203

Shades and tints

Shades of #818683

#818683
(129,134,131)
#767A78
(118,122,120)
#6B6E6D
(107,110,109)
#606262
(96,98,98)
#555657
(85,86,87)
#4A4A4C
(74,74,76)
#3F3E41
(63,62,65)
#343236
(52,50,54)
#29262B
(41,38,43)
#1E1A20
(30,26,32)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #818683

#818683
(129,134,131)
#8C918E
(140,145,142)
#979C99
(151,156,153)
#A2A7A4
(162,167,164)
#ADB2AF
(173,178,175)
#B8BDBA
(184,189,186)
#C3C8C5
(195,200,197)
#CED3D0
(206,211,208)
#D9DEDB
(217,222,219)
#E4E9E6
(228,233,230)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818683; }

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

This text font color is #818683.


Background Color

.myBgColor { background-color: #818683; }

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

This div background color is #818683.


Border color

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

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

This div border color is #818683.


Opacity

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

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

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

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

This text has shadow with #818683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818683 on black background.


Color preview on white background

This text has color #818683 on white background.



Black color preview on #818683 background

This text has black color on #818683 background.


White color preview on #818683 background

This text has white color on #818683 background.