COLOR #85413C

HEX: #85413C
RGB: (133,65,60)

Color info

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

RGB color model

#85413C color RGB value is (133,65,60).

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

RGB channels and saturation

R 133 of 255 = 52%
G 65 of 255 = 25%
B 60 of 255 = 24%

133
65
60

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

Portions of RGB colors in percentages

R + G + B =
133 + 65 + 60 = 258 (100%)
R 133 of 258 ~ 51.55%
G 65 of 258 ~ 25.19%
B 60 of 258 ~ 23.26%

%51.55
%25.19
%23.26

CMYK color model

#85413C color CMYK value is (0,51,55,48).

  • cyan value is 0.00%
  • magenta value is 51.13%
  • yellow value is 54.89%
  • key color value is 47.84%
CMYK:
(0,51,55,48)
C0M51Y55K48 
(0%,51%,55%,48%)
(0.00/0.51/0.55/0.48)	

CMYK percentages

%0
%51.13
%54.89
%47.84

Codes

Color #85413C in popluar color models

85413C
RGB1336560
HSL37.82%37.84%
HSB/HSV54.89%52.16%
CMYK0.00%51.13%54.89%
47.84%

Color #85413C in popluar number systems.

HEX85413C
Decimal1336560
Binary100001011000001111100
Octal20510174

Shades and tints

Shades of #85413C

#85413C
(133,65,60)
#793C37
(121,60,55)
#6D3732
(109,55,50)
#61322D
(97,50,45)
#552D28
(85,45,40)
#492823
(73,40,35)
#3D231E
(61,35,30)
#311E19
(49,30,25)
#251914
(37,25,20)
#19140F
(25,20,15)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #85413C

#85413C
(133,65,60)
#90524D
(144,82,77)
#9B635E
(155,99,94)
#A6746F
(166,116,111)
#B18580
(177,133,128)
#BC9691
(188,150,145)
#C7A7A2
(199,167,162)
#D2B8B3
(210,184,179)
#DDC9C4
(221,201,196)
#E8DAD5
(232,218,213)
#F3EBE6
(243,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85413C; }

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

This text font color is #85413C.


Background Color

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

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

This div background color is #85413C.


Border color

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

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

This div border color is #85413C.


Opacity

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

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

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

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

This text has shadow with #85413C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85413C on black background.


Color preview on white background

This text has color #85413C on white background.



Black color preview on #85413C background

This text has black color on #85413C background.


White color preview on #85413C background

This text has white color on #85413C background.