COLOR #85472A

HEX: #85472A
RGB: (133,71,42)

Color info

#85472A contains mainly red color. Web safe color of #85472A is #993333 (or #933).

RGB color model

#85472A color RGB value is (133,71,42).

  • red value is 133;
  • green value is 71;
  • blue value is 42.
RGB:
(133,71,42)
(52%,28%,16%)

RGB channels and saturation

R 133 of 255 = 52%
G 71 of 255 = 28%
B 42 of 255 = 16%

133
71
42

R + G + B ~ 32%. #85472A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 71 + 42 = 246 (100%)
R 133 of 246 ~ 54.07%
G 71 of 246 ~ 28.86%
B 42 of 246 ~ 17.07%

%54.07
%28.86
%17.07

CMYK color model

#85472A color CMYK value is (0,47,68,48).

  • cyan value is 0.00%
  • magenta value is 46.62%
  • yellow value is 68.42%
  • key color value is 47.84%
CMYK:
(0,47,68,48)
C0M47Y68K48 
(0%,47%,68%,48%)
(0.00/0.47/0.68/0.48)	

CMYK percentages

%0
%46.62
%68.42
%47.84

Codes

Color #85472A in popluar color models

85472A
RGB1337142
HSL19°52.00%34.31%
HSB/HSV19°68.42%52.16%
CMYK0.00%46.62%68.42%
47.84%

Color #85472A in popluar number systems.

HEX85472A
Decimal1337142
Binary100001011000111101010
Octal20510752

Shades and tints

Shades of #85472A

#85472A
(133,71,42)
#794127
(121,65,39)
#6D3B24
(109,59,36)
#613521
(97,53,33)
#552F1E
(85,47,30)
#49291B
(73,41,27)
#3D2318
(61,35,24)
#311D15
(49,29,21)
#251712
(37,23,18)
#19110F
(25,17,15)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #85472A

#85472A
(133,71,42)
#90573D
(144,87,61)
#9B6750
(155,103,80)
#A67763
(166,119,99)
#B18776
(177,135,118)
#BC9789
(188,151,137)
#C7A79C
(199,167,156)
#D2B7AF
(210,183,175)
#DDC7C2
(221,199,194)
#E8D7D5
(232,215,213)
#F3E7E8
(243,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85472A color. Also use rgb(133,71,42) instead hex code.

Text Font Color

.myTextColor { color: #85472A; }

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

This text font color is #85472A.


Background Color

.myBgColor { background-color: #85472A; }

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

This div background color is #85472A.


Border color

.myBorderColor { border: 1px solid #85472A; }

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

This div border color is #85472A.


Opacity

.myOpacity80 { color: #85472A; opacity: 0.8; }

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

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

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

This text has shadow with #85472A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85472A on black background.


Color preview on white background

This text has color #85472A on white background.



Black color preview on #85472A background

This text has black color on #85472A background.


White color preview on #85472A background

This text has white color on #85472A background.