COLOR #855263

HEX: #855263
RGB: (133,82,99)

Color info

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

RGB color model

#855263 color RGB value is (133,82,99).

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

RGB channels and saturation

R 133 of 255 = 52%
G 82 of 255 = 32%
B 99 of 255 = 39%

133
82
99

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

Portions of RGB colors in percentages

R + G + B =
133 + 82 + 99 = 314 (100%)
R 133 of 314 ~ 42.36%
G 82 of 314 ~ 26.11%
B 99 of 314 ~ 31.53%

%42.36
%26.11
%31.53

CMYK color model

#855263 color CMYK value is (0,38,26,48).

  • cyan value is 0.00%
  • magenta value is 38.35%
  • yellow value is 25.56%
  • key color value is 47.84%
CMYK:
(0,38,26,48)
C0M38Y26K48 
(0%,38%,26%,48%)
(0.00/0.38/0.26/0.48)	

CMYK percentages

%0
%38.35
%25.56
%47.84

Codes

Color #855263 in popluar color models

855263
RGB1338299
HSL340°23.72%42.16%
HSB/HSV340°38.35%52.16%
CMYK0.00%38.35%25.56%
47.84%

Color #855263 in popluar number systems.

HEX855263
Decimal1338299
Binary1000010110100101100011
Octal205122143

Shades and tints

Shades of #855263

#855263
(133,82,99)
#794B5A
(121,75,90)
#6D4451
(109,68,81)
#613D48
(97,61,72)
#55363F
(85,54,63)
#492F36
(73,47,54)
#3D282D
(61,40,45)
#312124
(49,33,36)
#251A1B
(37,26,27)
#191312
(25,19,18)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #855263

#855263
(133,82,99)
#906171
(144,97,113)
#9B707F
(155,112,127)
#A67F8D
(166,127,141)
#B18E9B
(177,142,155)
#BC9DA9
(188,157,169)
#C7ACB7
(199,172,183)
#D2BBC5
(210,187,197)
#DDCAD3
(221,202,211)
#E8D9E1
(232,217,225)
#F3E8EF
(243,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855263; }

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

This text font color is #855263.


Background Color

.myBgColor { background-color: #855263; }

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

This div background color is #855263.


Border color

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

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

This div border color is #855263.


Opacity

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

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

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

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

This text has shadow with #855263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855263 on black background.


Color preview on white background

This text has color #855263 on white background.



Black color preview on #855263 background

This text has black color on #855263 background.


White color preview on #855263 background

This text has white color on #855263 background.