COLOR #85413B

HEX: #85413B
RGB: (133,65,59)

Color info

#85413B contains mainly red color. Web safe color of #85413B is #993333 (or #933).

RGB color model

#85413B color RGB value is (133,65,59).

  • red value is 133;
  • green value is 65;
  • blue value is 59.
RGB:
(133,65,59)
(52%,25%,23%)

RGB channels and saturation

R 133 of 255 = 52%
G 65 of 255 = 25%
B 59 of 255 = 23%

133
65
59

R + G + B ~ 33%. #85413B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 65 + 59 = 257 (100%)
R 133 of 257 ~ 51.75%
G 65 of 257 ~ 25.29%
B 59 of 257 ~ 22.96%

%51.75
%25.29
%22.96

CMYK color model

#85413B color CMYK value is (0,51,56,48).

  • cyan value is 0.00%
  • magenta value is 51.13%
  • yellow value is 55.64%
  • key color value is 47.84%
CMYK:
(0,51,56,48)
C0M51Y56K48 
(0%,51%,56%,48%)
(0.00/0.51/0.56/0.48)	

CMYK percentages

%0
%51.13
%55.64
%47.84

Codes

Color #85413B in popluar color models

85413B
RGB1336559
HSL38.54%37.65%
HSB/HSV55.64%52.16%
CMYK0.00%51.13%55.64%
47.84%

Color #85413B in popluar number systems.

HEX85413B
Decimal1336559
Binary100001011000001111011
Octal20510173

Shades and tints

Shades of #85413B

#85413B
(133,65,59)
#793C36
(121,60,54)
#6D3731
(109,55,49)
#61322C
(97,50,44)
#552D27
(85,45,39)
#492822
(73,40,34)
#3D231D
(61,35,29)
#311E18
(49,30,24)
#251913
(37,25,19)
#19140E
(25,20,14)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #85413B

#85413B
(133,65,59)
#90524C
(144,82,76)
#9B635D
(155,99,93)
#A6746E
(166,116,110)
#B1857F
(177,133,127)
#BC9690
(188,150,144)
#C7A7A1
(199,167,161)
#D2B8B2
(210,184,178)
#DDC9C3
(221,201,195)
#E8DAD4
(232,218,212)
#F3EBE5
(243,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85413B color. Also use rgb(133,65,59) instead hex code.

Text Font Color

.myTextColor { color: #85413B; }

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

This text font color is #85413B.


Background Color

.myBgColor { background-color: #85413B; }

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

This div background color is #85413B.


Border color

.myBorderColor { border: 1px solid #85413B; }

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

This div border color is #85413B.


Opacity

.myOpacity80 { color: #85413B; opacity: 0.8; }

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

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

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

This text has shadow with #85413B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85413B on black background.


Color preview on white background

This text has color #85413B on white background.



Black color preview on #85413B background

This text has black color on #85413B background.


White color preview on #85413B background

This text has white color on #85413B background.