COLOR #849088

HEX: #849088
RGB: (132,144,136)

Color info

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

RGB color model

#849088 color RGB value is (132,144,136).

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

RGB channels and saturation

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

132
144
136

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

Portions of RGB colors in percentages

R + G + B =
132 + 144 + 136 = 412 (100%)
R 132 of 412 ~ 32.04%
G 144 of 412 ~ 34.95%
B 136 of 412 ~ 33.01%

%32.04
%34.95
%33.01

CMYK color model

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

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

CMYK percentages

%8.33
%0
%5.56
%43.53

Codes

Color #849088 in popluar color models

849088
RGB132144136
HSL140°5.13%54.12%
HSB/HSV140°8.33%56.47%
CMYK8.33%0.00%5.56%
43.53%

Color #849088 in popluar number systems.

HEX849088
Decimal132144136
Binary100001001001000010001000
Octal204220210

Shades and tints

Shades of #849088

#849088
(132,144,136)
#78837C
(120,131,124)
#6C7670
(108,118,112)
#606964
(96,105,100)
#545C58
(84,92,88)
#484F4C
(72,79,76)
#3C4240
(60,66,64)
#303534
(48,53,52)
#242828
(36,40,40)
#181B1C
(24,27,28)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #849088

#849088
(132,144,136)
#8F9A92
(143,154,146)
#9AA49C
(154,164,156)
#A5AEA6
(165,174,166)
#B0B8B0
(176,184,176)
#BBC2BA
(187,194,186)
#C6CCC4
(198,204,196)
#D1D6CE
(209,214,206)
#DCE0D8
(220,224,216)
#E7EAE2
(231,234,226)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #849088; }

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

This text font color is #849088.


Background Color

.myBgColor { background-color: #849088; }

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

This div background color is #849088.


Border color

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

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

This div border color is #849088.


Opacity

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

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

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

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

This text has shadow with #849088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #849088 on black background.


Color preview on white background

This text has color #849088 on white background.



Black color preview on #849088 background

This text has black color on #849088 background.


White color preview on #849088 background

This text has white color on #849088 background.