COLOR #853359

HEX: #853359
RGB: (133,51,89)

Color info

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

RGB color model

#853359 color RGB value is (133,51,89).

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

RGB channels and saturation

R 133 of 255 = 52%
G 51 of 255 = 20%
B 89 of 255 = 35%

133
51
89

R + G + B ~ 36%. #853359 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 51 + 89 = 273 (100%)
R 133 of 273 ~ 48.72%
G 51 of 273 ~ 18.68%
B 89 of 273 ~ 32.6%

%48.72
%18.68
%32.6

CMYK color model

#853359 color CMYK value is (0,62,33,48).

  • cyan value is 0.00%
  • magenta value is 61.65%
  • yellow value is 33.08%
  • key color value is 47.84%
CMYK:
(0,62,33,48)
C0M62Y33K48 
(0%,62%,33%,48%)
(0.00/0.62/0.33/0.48)	

CMYK percentages

%0
%61.65
%33.08
%47.84

Codes

Color #853359 in popluar color models

853359
RGB1335189
HSL332°44.57%36.08%
HSB/HSV332°61.65%52.16%
CMYK0.00%61.65%33.08%
47.84%

Color #853359 in popluar number systems.

HEX853359
Decimal1335189
Binary100001011100111011001
Octal20563131

Shades and tints

Shades of #853359

#853359
(133,51,89)
#792F51
(121,47,81)
#6D2B49
(109,43,73)
#612741
(97,39,65)
#552339
(85,35,57)
#491F31
(73,31,49)
#3D1B29
(61,27,41)
#311721
(49,23,33)
#251319
(37,19,25)
#190F11
(25,15,17)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #853359

#853359
(133,51,89)
#904568
(144,69,104)
#9B5777
(155,87,119)
#A66986
(166,105,134)
#B17B95
(177,123,149)
#BC8DA4
(188,141,164)
#C79FB3
(199,159,179)
#D2B1C2
(210,177,194)
#DDC3D1
(221,195,209)
#E8D5E0
(232,213,224)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853359; }

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

This text font color is #853359.


Background Color

.myBgColor { background-color: #853359; }

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

This div background color is #853359.


Border color

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

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

This div border color is #853359.


Opacity

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

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

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

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

This text has shadow with #853359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853359 on black background.


Color preview on white background

This text has color #853359 on white background.



Black color preview on #853359 background

This text has black color on #853359 background.


White color preview on #853359 background

This text has white color on #853359 background.