COLOR #848295

HEX: #848295
RGB: (132,130,149)

Color info

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

RGB color model

#848295 color RGB value is (132,130,149).

  • red value is 132;
  • green value is 130;
  • blue value is 149.
RGB:
(132,130,149)
(52%,51%,58%)

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 149 of 255 = 58%

132
130
149

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

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 149 = 411 (100%)
R 132 of 411 ~ 32.12%
G 130 of 411 ~ 31.63%
B 149 of 411 ~ 36.25%

%32.12
%31.63
%36.25

CMYK color model

#848295 color CMYK value is (11,13,0,42).

  • cyan value is 11.41%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(11,13,0,42)
C11M13Y0K42 
(11%,13%,0%,42%)
(0.11/0.13/0.00/0.42)	

CMYK percentages

%11.41
%12.75
%0
%41.57

Codes

Color #848295 in popluar color models

848295
RGB132130149
HSL246°8.23%54.71%
HSB/HSV246°12.75%58.43%
CMYK11.41%12.75%0.00%
41.57%

Color #848295 in popluar number systems.

HEX848295
Decimal132130149
Binary100001001000001010010101
Octal204202225

Shades and tints

Shades of #848295

#848295
(132,130,149)
#787788
(120,119,136)
#6C6C7B
(108,108,123)
#60616E
(96,97,110)
#545661
(84,86,97)
#484B54
(72,75,84)
#3C4047
(60,64,71)
#30353A
(48,53,58)
#242A2D
(36,42,45)
#181F20
(24,31,32)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #848295

#848295
(132,130,149)
#8F8D9E
(143,141,158)
#9A98A7
(154,152,167)
#A5A3B0
(165,163,176)
#B0AEB9
(176,174,185)
#BBB9C2
(187,185,194)
#C6C4CB
(198,196,203)
#D1CFD4
(209,207,212)
#DCDADD
(220,218,221)
#E7E5E6
(231,229,230)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #848295 color. Also use rgb(132,130,149) instead hex code.

Text Font Color

.myTextColor { color: #848295; }

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

This text font color is #848295.


Background Color

.myBgColor { background-color: #848295; }

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

This div background color is #848295.


Border color

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

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

This div border color is #848295.


Opacity

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

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

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

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

This text has shadow with #848295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848295 on black background.


Color preview on white background

This text has color #848295 on white background.



Black color preview on #848295 background

This text has black color on #848295 background.


White color preview on #848295 background

This text has white color on #848295 background.