COLOR #856458

HEX: #856458
RGB: (133,100,88)

Color info

#856458 contains red, green and blue colors in about the same proportion. Web safe color of #856458 is #996666 (or #966).

RGB color model

#856458 color RGB value is (133,100,88).

  • red value is 133;
  • green value is 100;
  • blue value is 88.
RGB:
(133,100,88)
(52%,39%,35%)

RGB channels and saturation

R 133 of 255 = 52%
G 100 of 255 = 39%
B 88 of 255 = 35%

133
100
88

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

Portions of RGB colors in percentages

R + G + B =
133 + 100 + 88 = 321 (100%)
R 133 of 321 ~ 41.43%
G 100 of 321 ~ 31.15%
B 88 of 321 ~ 27.41%

%41.43
%31.15
%27.41

CMYK color model

#856458 color CMYK value is (0,25,34,48).

  • cyan value is 0.00%
  • magenta value is 24.81%
  • yellow value is 33.83%
  • key color value is 47.84%
CMYK:
(0,25,34,48)
C0M25Y34K48 
(0%,25%,34%,48%)
(0.00/0.25/0.34/0.48)	

CMYK percentages

%0
%24.81
%33.83
%47.84

Codes

Color #856458 in popluar color models

856458
RGB13310088
HSL16°20.36%43.33%
HSB/HSV16°33.83%52.16%
CMYK0.00%24.81%33.83%
47.84%

Color #856458 in popluar number systems.

HEX856458
Decimal13310088
Binary1000010111001001011000
Octal205144130

Shades and tints

Shades of #856458

#856458
(133,100,88)
#795B50
(121,91,80)
#6D5248
(109,82,72)
#614940
(97,73,64)
#554038
(85,64,56)
#493730
(73,55,48)
#3D2E28
(61,46,40)
#312520
(49,37,32)
#251C18
(37,28,24)
#191310
(25,19,16)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #856458

#856458
(133,100,88)
#907267
(144,114,103)
#9B8076
(155,128,118)
#A68E85
(166,142,133)
#B19C94
(177,156,148)
#BCAAA3
(188,170,163)
#C7B8B2
(199,184,178)
#D2C6C1
(210,198,193)
#DDD4D0
(221,212,208)
#E8E2DF
(232,226,223)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856458 color. Also use rgb(133,100,88) instead hex code.

Text Font Color

.myTextColor { color: #856458; }

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

This text font color is #856458.


Background Color

.myBgColor { background-color: #856458; }

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

This div background color is #856458.


Border color

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

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

This div border color is #856458.


Opacity

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

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

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

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

This text has shadow with #856458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856458 on black background.


Color preview on white background

This text has color #856458 on white background.



Black color preview on #856458 background

This text has black color on #856458 background.


White color preview on #856458 background

This text has white color on #856458 background.