COLOR #853958

HEX: #853958
RGB: (133,57,88)

Color info

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

RGB color model

#853958 color RGB value is (133,57,88).

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

RGB channels and saturation

R 133 of 255 = 52%
G 57 of 255 = 22%
B 88 of 255 = 35%

133
57
88

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

Portions of RGB colors in percentages

R + G + B =
133 + 57 + 88 = 278 (100%)
R 133 of 278 ~ 47.84%
G 57 of 278 ~ 20.5%
B 88 of 278 ~ 31.65%

%47.84
%20.5
%31.65

CMYK color model

#853958 color CMYK value is (0,57,34,48).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 33.83%
  • key color value is 47.84%
CMYK:
(0,57,34,48)
C0M57Y34K48 
(0%,57%,34%,48%)
(0.00/0.57/0.34/0.48)	

CMYK percentages

%0
%57.14
%33.83
%47.84

Codes

Color #853958 in popluar color models

853958
RGB1335788
HSL336°40.00%37.25%
HSB/HSV336°57.14%52.16%
CMYK0.00%57.14%33.83%
47.84%

Color #853958 in popluar number systems.

HEX853958
Decimal1335788
Binary100001011110011011000
Octal20571130

Shades and tints

Shades of #853958

#853958
(133,57,88)
#793450
(121,52,80)
#6D2F48
(109,47,72)
#612A40
(97,42,64)
#552538
(85,37,56)
#492030
(73,32,48)
#3D1B28
(61,27,40)
#311620
(49,22,32)
#251118
(37,17,24)
#190C10
(25,12,16)
#0D0708
(13,7,8)
#000000
(0,0,0)

Tints of #853958

#853958
(133,57,88)
#904B67
(144,75,103)
#9B5D76
(155,93,118)
#A66F85
(166,111,133)
#B18194
(177,129,148)
#BC93A3
(188,147,163)
#C7A5B2
(199,165,178)
#D2B7C1
(210,183,193)
#DDC9D0
(221,201,208)
#E8DBDF
(232,219,223)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853958; }

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

This text font color is #853958.


Background Color

.myBgColor { background-color: #853958; }

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

This div background color is #853958.


Border color

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

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

This div border color is #853958.


Opacity

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

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

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

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

This text has shadow with #853958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853958 on black background.


Color preview on white background

This text has color #853958 on white background.



Black color preview on #853958 background

This text has black color on #853958 background.


White color preview on #853958 background

This text has white color on #853958 background.