COLOR #855258

HEX: #855258
RGB: (133,82,88)

Color info

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

RGB color model

#855258 color RGB value is (133,82,88).

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

RGB channels and saturation

R 133 of 255 = 52%
G 82 of 255 = 32%
B 88 of 255 = 35%

133
82
88

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

Portions of RGB colors in percentages

R + G + B =
133 + 82 + 88 = 303 (100%)
R 133 of 303 ~ 43.89%
G 82 of 303 ~ 27.06%
B 88 of 303 ~ 29.04%

%43.89
%27.06
%29.04

CMYK color model

#855258 color CMYK value is (0,38,34,48).

  • cyan value is 0.00%
  • magenta value is 38.35%
  • yellow value is 33.83%
  • key color value is 47.84%
CMYK:
(0,38,34,48)
C0M38Y34K48 
(0%,38%,34%,48%)
(0.00/0.38/0.34/0.48)	

CMYK percentages

%0
%38.35
%33.83
%47.84

Codes

Color #855258 in popluar color models

855258
RGB1338288
HSL353°23.72%42.16%
HSB/HSV353°38.35%52.16%
CMYK0.00%38.35%33.83%
47.84%

Color #855258 in popluar number systems.

HEX855258
Decimal1338288
Binary1000010110100101011000
Octal205122130

Shades and tints

Shades of #855258

#855258
(133,82,88)
#794B50
(121,75,80)
#6D4448
(109,68,72)
#613D40
(97,61,64)
#553638
(85,54,56)
#492F30
(73,47,48)
#3D2828
(61,40,40)
#312120
(49,33,32)
#251A18
(37,26,24)
#191310
(25,19,16)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #855258

#855258
(133,82,88)
#906167
(144,97,103)
#9B7076
(155,112,118)
#A67F85
(166,127,133)
#B18E94
(177,142,148)
#BC9DA3
(188,157,163)
#C7ACB2
(199,172,178)
#D2BBC1
(210,187,193)
#DDCAD0
(221,202,208)
#E8D9DF
(232,217,223)
#F3E8EE
(243,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855258; }

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

This text font color is #855258.


Background Color

.myBgColor { background-color: #855258; }

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

This div background color is #855258.


Border color

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

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

This div border color is #855258.


Opacity

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

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

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

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

This text has shadow with #855258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855258 on black background.


Color preview on white background

This text has color #855258 on white background.



Black color preview on #855258 background

This text has black color on #855258 background.


White color preview on #855258 background

This text has white color on #855258 background.