COLOR #854059

HEX: #854059
RGB: (133,64,89)

Color info

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

RGB color model

#854059 color RGB value is (133,64,89).

  • red value is 133;
  • green value is 64;
  • blue value is 89.
RGB:
(133,64,89)
(52%,25%,35%)

RGB channels and saturation

R 133 of 255 = 52%
G 64 of 255 = 25%
B 89 of 255 = 35%

133
64
89

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

Portions of RGB colors in percentages

R + G + B =
133 + 64 + 89 = 286 (100%)
R 133 of 286 ~ 46.5%
G 64 of 286 ~ 22.38%
B 89 of 286 ~ 31.12%

%46.5
%22.38
%31.12

CMYK color model

#854059 color CMYK value is (0,52,33,48).

  • cyan value is 0.00%
  • magenta value is 51.88%
  • yellow value is 33.08%
  • key color value is 47.84%
CMYK:
(0,52,33,48)
C0M52Y33K48 
(0%,52%,33%,48%)
(0.00/0.52/0.33/0.48)	

CMYK percentages

%0
%51.88
%33.08
%47.84

Codes

Color #854059 in popluar color models

854059
RGB1336489
HSL338°35.03%38.63%
HSB/HSV338°51.88%52.16%
CMYK0.00%51.88%33.08%
47.84%

Color #854059 in popluar number systems.

HEX854059
Decimal1336489
Binary1000010110000001011001
Octal205100131

Shades and tints

Shades of #854059

#854059
(133,64,89)
#793B51
(121,59,81)
#6D3649
(109,54,73)
#613141
(97,49,65)
#552C39
(85,44,57)
#492731
(73,39,49)
#3D2229
(61,34,41)
#311D21
(49,29,33)
#251819
(37,24,25)
#191311
(25,19,17)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #854059

#854059
(133,64,89)
#905168
(144,81,104)
#9B6277
(155,98,119)
#A67386
(166,115,134)
#B18495
(177,132,149)
#BC95A4
(188,149,164)
#C7A6B3
(199,166,179)
#D2B7C2
(210,183,194)
#DDC8D1
(221,200,209)
#E8D9E0
(232,217,224)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854059 color. Also use rgb(133,64,89) instead hex code.

Text Font Color

.myTextColor { color: #854059; }

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

This text font color is #854059.


Background Color

.myBgColor { background-color: #854059; }

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

This div background color is #854059.


Border color

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

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

This div border color is #854059.


Opacity

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

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

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

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

This text has shadow with #854059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854059 on black background.


Color preview on white background

This text has color #854059 on white background.



Black color preview on #854059 background

This text has black color on #854059 background.


White color preview on #854059 background

This text has white color on #854059 background.