COLOR #854255

HEX: #854255
RGB: (133,66,85)

Color info

#854255 contains mainly red and blue colors. Web safe color of #854255 is #993366 (or #936).

RGB color model

#854255 color RGB value is (133,66,85).

  • red value is 133;
  • green value is 66;
  • blue value is 85.
RGB:
(133,66,85)
(52%,26%,33%)

RGB channels and saturation

R 133 of 255 = 52%
G 66 of 255 = 26%
B 85 of 255 = 33%

133
66
85

R + G + B ~ 37%. #854255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 66 + 85 = 284 (100%)
R 133 of 284 ~ 46.83%
G 66 of 284 ~ 23.24%
B 85 of 284 ~ 29.93%

%46.83
%23.24
%29.93

CMYK color model

#854255 color CMYK value is (0,50,36,48).

  • cyan value is 0.00%
  • magenta value is 50.38%
  • yellow value is 36.09%
  • key color value is 47.84%
CMYK:
(0,50,36,48)
C0M50Y36K48 
(0%,50%,36%,48%)
(0.00/0.50/0.36/0.48)	

CMYK percentages

%0
%50.38
%36.09
%47.84

Codes

Color #854255 in popluar color models

854255
RGB1336685
HSL343°33.67%39.02%
HSB/HSV343°50.38%52.16%
CMYK0.00%50.38%36.09%
47.84%

Color #854255 in popluar number systems.

HEX854255
Decimal1336685
Binary1000010110000101010101
Octal205102125

Shades and tints

Shades of #854255

#854255
(133,66,85)
#793C4E
(121,60,78)
#6D3647
(109,54,71)
#613040
(97,48,64)
#552A39
(85,42,57)
#492432
(73,36,50)
#3D1E2B
(61,30,43)
#311824
(49,24,36)
#25121D
(37,18,29)
#190C16
(25,12,22)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #854255

#854255
(133,66,85)
#905364
(144,83,100)
#9B6473
(155,100,115)
#A67582
(166,117,130)
#B18691
(177,134,145)
#BC97A0
(188,151,160)
#C7A8AF
(199,168,175)
#D2B9BE
(210,185,190)
#DDCACD
(221,202,205)
#E8DBDC
(232,219,220)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854255 color. Also use rgb(133,66,85) instead hex code.

Text Font Color

.myTextColor { color: #854255; }

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

This text font color is #854255.


Background Color

.myBgColor { background-color: #854255; }

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

This div background color is #854255.


Border color

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

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

This div border color is #854255.


Opacity

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

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

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

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

This text has shadow with #854255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854255 on black background.


Color preview on white background

This text has color #854255 on white background.



Black color preview on #854255 background

This text has black color on #854255 background.


White color preview on #854255 background

This text has white color on #854255 background.