COLOR #848275

HEX: #848275
RGB: (132,130,117)

Color info

#848275 contains red, green and blue colors in about the same proportion. Web safe color of #848275 is #999966 (or #996).

RGB color model

#848275 color RGB value is (132,130,117).

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

RGB channels and saturation

R 132 of 255 = 52%
G 130 of 255 = 51%
B 117 of 255 = 46%

132
130
117

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

Portions of RGB colors in percentages

R + G + B =
132 + 130 + 117 = 379 (100%)
R 132 of 379 ~ 34.83%
G 130 of 379 ~ 34.3%
B 117 of 379 ~ 30.87%

%34.83
%34.3
%30.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 11.36%
  • key color value is 48.24%
CMYK:
(0,2,11,48)
C0M2Y11K48 
(0%,2%,11%,48%)
(0.00/0.02/0.11/0.48)	

CMYK percentages

%0
%1.52
%11.36
%48.24

Codes

Color #848275 in popluar color models

848275
RGB132130117
HSL52°6.02%48.82%
HSB/HSV52°11.36%51.76%
CMYK0.00%1.52%11.36%
48.24%

Color #848275 in popluar number systems.

HEX848275
Decimal132130117
Binary10000100100000101110101
Octal204202165

Shades and tints

Shades of #848275

#848275
(132,130,117)
#78776B
(120,119,107)
#6C6C61
(108,108,97)
#606157
(96,97,87)
#54564D
(84,86,77)
#484B43
(72,75,67)
#3C4039
(60,64,57)
#30352F
(48,53,47)
#242A25
(36,42,37)
#181F1B
(24,31,27)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #848275

#848275
(132,130,117)
#8F8D81
(143,141,129)
#9A988D
(154,152,141)
#A5A399
(165,163,153)
#B0AEA5
(176,174,165)
#BBB9B1
(187,185,177)
#C6C4BD
(198,196,189)
#D1CFC9
(209,207,201)
#DCDAD5
(220,218,213)
#E7E5E1
(231,229,225)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848275; }

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

This text font color is #848275.


Background Color

.myBgColor { background-color: #848275; }

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

This div background color is #848275.


Border color

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

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

This div border color is #848275.


Opacity

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

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

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

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

This text has shadow with #848275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848275 on black background.


Color preview on white background

This text has color #848275 on white background.



Black color preview on #848275 background

This text has black color on #848275 background.


White color preview on #848275 background

This text has white color on #848275 background.