COLOR #848185

HEX: #848185
RGB: (132,129,133)

Color info

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

RGB color model

#848185 color RGB value is (132,129,133).

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

RGB channels and saturation

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

132
129
133

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

Portions of RGB colors in percentages

R + G + B =
132 + 129 + 133 = 394 (100%)
R 132 of 394 ~ 33.5%
G 129 of 394 ~ 32.74%
B 133 of 394 ~ 33.76%

%33.5
%32.74
%33.76

CMYK color model

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

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

CMYK percentages

%0.75
%3.01
%0
%47.84

Codes

Color #848185 in popluar color models

848185
RGB132129133
HSL285°1.61%51.37%
HSB/HSV285°3.01%52.16%
CMYK0.75%3.01%0.00%
47.84%

Color #848185 in popluar number systems.

HEX848185
Decimal132129133
Binary100001001000000110000101
Octal204201205

Shades and tints

Shades of #848185

#848185
(132,129,133)
#787679
(120,118,121)
#6C6B6D
(108,107,109)
#606061
(96,96,97)
#545555
(84,85,85)
#484A49
(72,74,73)
#3C3F3D
(60,63,61)
#303431
(48,52,49)
#242925
(36,41,37)
#181E19
(24,30,25)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #848185

#848185
(132,129,133)
#8F8C90
(143,140,144)
#9A979B
(154,151,155)
#A5A2A6
(165,162,166)
#B0ADB1
(176,173,177)
#BBB8BC
(187,184,188)
#C6C3C7
(198,195,199)
#D1CED2
(209,206,210)
#DCD9DD
(220,217,221)
#E7E4E8
(231,228,232)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848185; }

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

This text font color is #848185.


Background Color

.myBgColor { background-color: #848185; }

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

This div background color is #848185.


Border color

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

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

This div border color is #848185.


Opacity

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

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

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

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

This text has shadow with #848185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848185 on black background.


Color preview on white background

This text has color #848185 on white background.



Black color preview on #848185 background

This text has black color on #848185 background.


White color preview on #848185 background

This text has white color on #848185 background.