COLOR #818581

HEX: #818581
RGB: (129,133,129)

Color info

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

RGB color model

#818581 color RGB value is (129,133,129).

  • red value is 129;
  • green value is 133;
  • blue value is 129.
RGB:
(129,133,129)
(51%,52%,51%)

RGB channels and saturation

R 129 of 255 = 51%
G 133 of 255 = 52%
B 129 of 255 = 51%

129
133
129

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

Portions of RGB colors in percentages

R + G + B =
129 + 133 + 129 = 391 (100%)
R 129 of 391 ~ 32.99%
G 133 of 391 ~ 34.02%
B 129 of 391 ~ 32.99%

%32.99
%34.02
%32.99

CMYK color model

#818581 color CMYK value is (3,0,3,48).

  • cyan value is 3.01%
  • magenta value is 0.00%
  • yellow value is 3.01%
  • key color value is 47.84%
CMYK:
(3,0,3,48)
C3M0Y3K48 
(3%,0%,3%,48%)
(0.03/0.00/0.03/0.48)	

CMYK percentages

%3.01
%0
%3.01
%47.84

Codes

Color #818581 in popluar color models

818581
RGB129133129
HSL120°1.61%51.37%
HSB/HSV120°3.01%52.16%
CMYK3.01%0.00%3.01%
47.84%

Color #818581 in popluar number systems.

HEX818581
Decimal129133129
Binary100000011000010110000001
Octal201205201

Shades and tints

Shades of #818581

#818581
(129,133,129)
#767976
(118,121,118)
#6B6D6B
(107,109,107)
#606160
(96,97,96)
#555555
(85,85,85)
#4A494A
(74,73,74)
#3F3D3F
(63,61,63)
#343134
(52,49,52)
#292529
(41,37,41)
#1E191E
(30,25,30)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #818581

#818581
(129,133,129)
#8C908C
(140,144,140)
#979B97
(151,155,151)
#A2A6A2
(162,166,162)
#ADB1AD
(173,177,173)
#B8BCB8
(184,188,184)
#C3C7C3
(195,199,195)
#CED2CE
(206,210,206)
#D9DDD9
(217,221,217)
#E4E8E4
(228,232,228)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818581; }

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

This text font color is #818581.


Background Color

.myBgColor { background-color: #818581; }

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

This div background color is #818581.


Border color

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

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

This div border color is #818581.


Opacity

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

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

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

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

This text has shadow with #818581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818581 on black background.


Color preview on white background

This text has color #818581 on white background.



Black color preview on #818581 background

This text has black color on #818581 background.


White color preview on #818581 background

This text has white color on #818581 background.