COLOR #848562

HEX: #848562
RGB: (132,133,98)

Color info

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

RGB color model

#848562 color RGB value is (132,133,98).

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

RGB channels and saturation

R 132 of 255 = 52%
G 133 of 255 = 52%
B 98 of 255 = 38%

132
133
98

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

Portions of RGB colors in percentages

R + G + B =
132 + 133 + 98 = 363 (100%)
R 132 of 363 ~ 36.36%
G 133 of 363 ~ 36.64%
B 98 of 363 ~ 27%

%36.36
%36.64
%27

CMYK color model

#848562 color CMYK value is (1,0,26,48).

  • cyan value is 0.75%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 47.84%
CMYK:
(1,0,26,48)
C1M0Y26K48 
(1%,0%,26%,48%)
(0.01/0.00/0.26/0.48)	

CMYK percentages

%0.75
%0
%26.32
%47.84

Codes

Color #848562 in popluar color models

848562
RGB13213398
HSL62°15.15%45.29%
HSB/HSV62°26.32%52.16%
CMYK0.75%0.00%26.32%
47.84%

Color #848562 in popluar number systems.

HEX848562
Decimal13213398
Binary10000100100001011100010
Octal204205142

Shades and tints

Shades of #848562

#848562
(132,133,98)
#78795A
(120,121,90)
#6C6D52
(108,109,82)
#60614A
(96,97,74)
#545542
(84,85,66)
#48493A
(72,73,58)
#3C3D32
(60,61,50)
#30312A
(48,49,42)
#242522
(36,37,34)
#18191A
(24,25,26)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #848562

#848562
(132,133,98)
#8F9070
(143,144,112)
#9A9B7E
(154,155,126)
#A5A68C
(165,166,140)
#B0B19A
(176,177,154)
#BBBCA8
(187,188,168)
#C6C7B6
(198,199,182)
#D1D2C4
(209,210,196)
#DCDDD2
(220,221,210)
#E7E8E0
(231,232,224)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #848562; }

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

This text font color is #848562.


Background Color

.myBgColor { background-color: #848562; }

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

This div background color is #848562.


Border color

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

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

This div border color is #848562.


Opacity

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

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

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

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

This text has shadow with #848562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #848562 on black background.


Color preview on white background

This text has color #848562 on white background.



Black color preview on #848562 background

This text has black color on #848562 background.


White color preview on #848562 background

This text has white color on #848562 background.