COLOR #838481

HEX: #838481 RGB: (131,132,129)

Color info

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

RGB color model

#838481 color RGB value is (131,132,129).

RGB: (131,132,129) (51%, 52%, 51%)

RGB channels and saturation

R 131 of 255 = 51%
G 132 of 255 = 52%
B 129 of 255 = 51%

131
132
129

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

Portions of RGB colors in percentages

R + G + B = 131 + 132 + 129 = 392 (100%)
R 131 of 392 ~ 33.42%
G 132 of 392 ~ 33.67%
B 129 of 392 ~ 32.91'%

%33.42
%33.67
%32.91

CMYK color model

#838481 color CMYK value is (1,0,2,48).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 48.24%

CMYK: (1,0,2,48)
C1M0Y2K48 (1%, 0%, 2%, 48%)
(0.01 / 0.00 / 0.02 / 0.48)

CMYK percentages

%0.76
%0
%2.27
%48.24

Codes

Color #838481 in popluar color models

83 84 81
RGB 131 132 129
HSL 80° 1.20% 51.18%
HSB/HSV 80° 2.27% 51.76%
CMYK 0.76% 0.00% 2.27%
48.24%

Color #838481 in popluar number systems.

HEX 83 84 81
Decimal 131 132 129
Binary 10000011 10000100 10000001
Octal 203 204 201

Shades and tints

Shades of #838481

#838481
(131,132,129)
#787876
(120,120,118)
#6D6C6B
(109,108,107)
#626060
(98,96,96)
#575455
(87,84,85)
#4C484A
(76,72,74)
#413C3F
(65,60,63)
#363034
(54,48,52)
#2B2429
(43,36,41)
#20181E
(32,24,30)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #838481

#838481
(131,132,129)
#8E8F8C
(142,143,140)
#999A97
(153,154,151)
#A4A5A2
(164,165,162)
#AFB0AD
(175,176,173)
#BABBB8
(186,187,184)
#C5C6C3
(197,198,195)
#D0D1CE
(208,209,206)
#DBDCD9
(219,220,217)
#E6E7E4
(230,231,228)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838481; }

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

This text font color is #838481.

Background Color

.myBgColor { background-color: #838481; }

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

This div background color is #838481.

Border color

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

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

This div border color is #838481.

Opacity

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

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

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

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

This text has shadow with #838481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838481.

Preview

Color preview on black background

This text has color #838481 on black background.


Color preview on white background

This text has color #838481 on white background.


Black color preview on #838481 background

This text has black color on #838481 background.


White color preview on #838481 background

This text has white color on #838481 background.


Related colors

Complementary color

Complementary color for #hex is #7C7B7E.


I love getcolorcode.com

Triadic colors

1 #818384 and #848183 with #838481 are triadic colors.

2 #818483 and #848381 with #838481 are triadic colors.