COLOR #838185

HEX: #838185 RGB: (131,129,133)

Color info

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

RGB color model

#838185 color RGB value is (131,129,133).

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

RGB channels and saturation

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

131
129
133

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

Portions of RGB colors in percentages

R + G + B = 131 + 129 + 133 = 393 (100%)
R 131 of 393 ~ 33.33%
G 129 of 393 ~ 32.82%
B 133 of 393 ~ 33.84'%

%33.33
%32.82
%33.84

CMYK color model

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

  • cyan value is 1.50%
  • magenta value is 3.01%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (2,3,0,48)
C2M3Y0K48 (2%, 3%, 0%, 48%)
(0.02 / 0.03 / 0.00 / 0.48)

CMYK percentages

%1.5
%3.01
%0
%47.84

Codes

Color #838185 in popluar color models

83 81 85
RGB 131 129 133
HSL 270° 1.61% 51.37%
HSB/HSV 270° 3.01% 52.16%
CMYK 1.50% 3.01% 0.00%
47.84%

Color #838185 in popluar number systems.

HEX 83 81 85
Decimal 131 129 133
Binary 10000011 10000001 10000101
Octal 203 201 205

Shades and tints

Shades of #838185

#838185
(131,129,133)
#787679
(120,118,121)
#6D6B6D
(109,107,109)
#626061
(98,96,97)
#575555
(87,85,85)
#4C4A49
(76,74,73)
#413F3D
(65,63,61)
#363431
(54,52,49)
#2B2925
(43,41,37)
#201E19
(32,30,25)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #838185

#838185
(131,129,133)
#8E8C90
(142,140,144)
#99979B
(153,151,155)
#A4A2A6
(164,162,166)
#AFADB1
(175,173,177)
#BAB8BC
(186,184,188)
#C5C3C7
(197,195,199)
#D0CED2
(208,206,210)
#DBD9DD
(219,217,221)
#E6E4E8
(230,228,232)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838185; }

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

This text font color is #838185.

Background Color

.myBgColor { background-color: #838185; }

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

This div background color is #838185.

Border color

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

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

This div border color is #838185.

Opacity

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

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

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

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

This text has shadow with #838185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838185.

Preview

Color preview on black background

This text has color #838185 on black background.


Color preview on white background

This text has color #838185 on white background.


Black color preview on #838185 background

This text has black color on #838185 background.


White color preview on #838185 background

This text has white color on #838185 background.


Related colors

Complementary color

Complementary color for #hex is #7C7E7A.


I love getcolorcode.com

Triadic colors

1 #858381 and #818583 with #838185 are triadic colors.

2 #858183 and #818385 with #838185 are triadic colors.