COLOR #85460F

HEX: #85460F
RGB: (133,70,15)

Color info

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

RGB color model

#85460F color RGB value is (133,70,15).

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

RGB channels and saturation

R 133 of 255 = 52%
G 70 of 255 = 27%
B 15 of 255 = 6%

133
70
15

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

Portions of RGB colors in percentages

R + G + B =
133 + 70 + 15 = 218 (100%)
R 133 of 218 ~ 61.01%
G 70 of 218 ~ 32.11%
B 15 of 218 ~ 6.88%

%61.01
%32.11

CMYK color model

#85460F color CMYK value is (0,47,89,48).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 88.72%
  • key color value is 47.84%
CMYK:
(0,47,89,48)
C0M47Y89K48 
(0%,47%,89%,48%)
(0.00/0.47/0.89/0.48)	

CMYK percentages

%0
%47.37
%88.72
%47.84

Codes

Color #85460F in popluar color models

85460F
RGB1337015
HSL28°79.73%29.02%
HSB/HSV28°88.72%52.16%
CMYK0.00%47.37%88.72%
47.84%

Color #85460F in popluar number systems.

HEX85460F
Decimal1337015
Binary1000010110001101111
Octal20510617

Shades and tints

Shades of #85460F

#85460F
(133,70,15)
#79400E
(121,64,14)
#6D3A0D
(109,58,13)
#61340C
(97,52,12)
#552E0B
(85,46,11)
#49280A
(73,40,10)
#3D2209
(61,34,9)
#311C08
(49,28,8)
#251607
(37,22,7)
#191006
(25,16,6)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #85460F

#85460F
(133,70,15)
#905624
(144,86,36)
#9B6639
(155,102,57)
#A6764E
(166,118,78)
#B18663
(177,134,99)
#BC9678
(188,150,120)
#C7A68D
(199,166,141)
#D2B6A2
(210,182,162)
#DDC6B7
(221,198,183)
#E8D6CC
(232,214,204)
#F3E6E1
(243,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85460F; }

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

This text font color is #85460F.


Background Color

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

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

This div background color is #85460F.


Border color

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

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

This div border color is #85460F.


Opacity

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

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

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

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

This text has shadow with #85460F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85460F on black background.


Color preview on white background

This text has color #85460F on white background.



Black color preview on #85460F background

This text has black color on #85460F background.


White color preview on #85460F background

This text has white color on #85460F background.