COLOR #85460D

HEX: #85460D
RGB: (133,70,13)

Color info

#85460D contains mainly red color. Web safe color of #85460D is #993300 (or #930).

RGB color model

#85460D color RGB value is (133,70,13).

  • red value is 133;
  • green value is 70;
  • blue value is 13.
RGB:
(133,70,13)
(52%,27%,5%)

RGB channels and saturation

R 133 of 255 = 52%
G 70 of 255 = 27%
B 13 of 255 = 5%

133
70
13

R + G + B ~ 28%. #85460D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 70 + 13 = 216 (100%)
R 133 of 216 ~ 61.57%
G 70 of 216 ~ 32.41%
B 13 of 216 ~ 6.02%

%61.57
%32.41

CMYK color model

#85460D color CMYK value is (0,47,90,48).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 90.23%
  • key color value is 47.84%
CMYK:
(0,47,90,48)
C0M47Y90K48 
(0%,47%,90%,48%)
(0.00/0.47/0.90/0.48)	

CMYK percentages

%0
%47.37
%90.23
%47.84

Codes

Color #85460D in popluar color models

85460D
RGB1337013
HSL29°82.19%28.63%
HSB/HSV29°90.23%52.16%
CMYK0.00%47.37%90.23%
47.84%

Color #85460D in popluar number systems.

HEX85460D
Decimal1337013
Binary1000010110001101101
Octal20510615

Shades and tints

Shades of #85460D

#85460D
(133,70,13)
#79400C
(121,64,12)
#6D3A0B
(109,58,11)
#61340A
(97,52,10)
#552E09
(85,46,9)
#492808
(73,40,8)
#3D2207
(61,34,7)
#311C06
(49,28,6)
#251605
(37,22,5)
#191004
(25,16,4)
#0D0A03
(13,10,3)
#000000
(0,0,0)

Tints of #85460D

#85460D
(133,70,13)
#905623
(144,86,35)
#9B6639
(155,102,57)
#A6764F
(166,118,79)
#B18665
(177,134,101)
#BC967B
(188,150,123)
#C7A691
(199,166,145)
#D2B6A7
(210,182,167)
#DDC6BD
(221,198,189)
#E8D6D3
(232,214,211)
#F3E6E9
(243,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85460D color. Also use rgb(133,70,13) instead hex code.

Text Font Color

.myTextColor { color: #85460D; }

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

This text font color is #85460D.


Background Color

.myBgColor { background-color: #85460D; }

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

This div background color is #85460D.


Border color

.myBorderColor { border: 1px solid #85460D; }

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

This div border color is #85460D.


Opacity

.myOpacity80 { color: #85460D; opacity: 0.8; }

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

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

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

This text has shadow with #85460D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85460D on black background.


Color preview on white background

This text has color #85460D on white background.



Black color preview on #85460D background

This text has black color on #85460D background.


White color preview on #85460D background

This text has white color on #85460D background.