COLOR #838385

HEX: #838385
RGB: (131,131,133)

Color info

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

RGB color model

#838385 color RGB value is (131,131,133).

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

RGB channels and saturation

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

131
131
133

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

Portions of RGB colors in percentages

R + G + B =
131 + 131 + 133 = 395 (100%)
R 131 of 395 ~ 33.16%
G 131 of 395 ~ 33.16%
B 133 of 395 ~ 33.67%

%33.16
%33.16
%33.67

CMYK color model

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

  • cyan value is 1.50%
  • magenta value is 1.50%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(2,2,0,48)
C2M2Y0K48 
(2%,2%,0%,48%)
(0.02/0.02/0.00/0.48)	

CMYK percentages

%1.5
%1.5
%0
%47.84

Codes

Color #838385 in popluar color models

838385
RGB131131133
HSL240°0.81%51.76%
HSB/HSV240°1.50%52.16%
CMYK1.50%1.50%0.00%
47.84%

Color #838385 in popluar number systems.

HEX838385
Decimal131131133
Binary100000111000001110000101
Octal203203205

Shades and tints

Shades of #838385

#838385
(131,131,133)
#787879
(120,120,121)
#6D6D6D
(109,109,109)
#626261
(98,98,97)
#575755
(87,87,85)
#4C4C49
(76,76,73)
#41413D
(65,65,61)
#363631
(54,54,49)
#2B2B25
(43,43,37)
#202019
(32,32,25)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #838385

#838385
(131,131,133)
#8E8E90
(142,142,144)
#99999B
(153,153,155)
#A4A4A6
(164,164,166)
#AFAFB1
(175,175,177)
#BABABC
(186,186,188)
#C5C5C7
(197,197,199)
#D0D0D2
(208,208,210)
#DBDBDD
(219,219,221)
#E6E6E8
(230,230,232)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838385; }

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

This text font color is #838385.


Background Color

.myBgColor { background-color: #838385; }

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

This div background color is #838385.


Border color

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

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

This div border color is #838385.


Opacity

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

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

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

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

This text has shadow with #838385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838385 on black background.


Color preview on white background

This text has color #838385 on white background.



Black color preview on #838385 background

This text has black color on #838385 background.


White color preview on #838385 background

This text has white color on #838385 background.