COLOR #848790

HEX: #848790
RGB: (132,135,144)

Color info

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

RGB color model

#848790 color RGB value is (132,135,144).

  • red value is 132;
  • green value is 135;
  • blue value is 144.
RGB:
(132,135,144)
(52%,53%,56%)

RGB channels and saturation

R 132 of 255 = 52%
G 135 of 255 = 53%
B 144 of 255 = 56%

132
135
144

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

Portions of RGB colors in percentages

R + G + B =
132 + 135 + 144 = 411 (100%)
R 132 of 411 ~ 32.12%
G 135 of 411 ~ 32.85%
B 144 of 411 ~ 35.04%

%32.12
%32.85
%35.04

CMYK color model

#848790 color CMYK value is (8,6,0,44).

  • cyan value is 8.33%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,6,0,44)
C8M6Y0K44 
(8%,6%,0%,44%)
(0.08/0.06/0.00/0.44)	

CMYK percentages

%8.33
%6.25
%0
%43.53

Codes

Color #848790 in popluar color models

848790
RGB132135144
HSL225°5.13%54.12%
HSB/HSV225°8.33%56.47%
CMYK8.33%6.25%0.00%
43.53%

Color #848790 in popluar number systems.

HEX848790
Decimal132135144
Binary100001001000011110010000
Octal204207220

Shades and tints

Shades of #848790

#848790
(132,135,144)
#787B83
(120,123,131)
#6C6F76
(108,111,118)
#606369
(96,99,105)
#54575C
(84,87,92)
#484B4F
(72,75,79)
#3C3F42
(60,63,66)
#303335
(48,51,53)
#242728
(36,39,40)
#181B1B
(24,27,27)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #848790

#848790
(132,135,144)
#8F919A
(143,145,154)
#9A9BA4
(154,155,164)
#A5A5AE
(165,165,174)
#B0AFB8
(176,175,184)
#BBB9C2
(187,185,194)
#C6C3CC
(198,195,204)
#D1CDD6
(209,205,214)
#DCD7E0
(220,215,224)
#E7E1EA
(231,225,234)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848790 color. Also use rgb(132,135,144) instead hex code.

Text Font Color

.myTextColor { color: #848790; }

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

This text font color is #848790.


Background Color

.myBgColor { background-color: #848790; }

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

This div background color is #848790.


Border color

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

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

This div border color is #848790.


Opacity

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

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

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

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

This text has shadow with #848790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848790 on black background.


Color preview on white background

This text has color #848790 on white background.



Black color preview on #848790 background

This text has black color on #848790 background.


White color preview on #848790 background

This text has white color on #848790 background.