COLOR #85464D

HEX: #85464D
RGB: (133,70,77)

Color info

#85464D contains mainly red and blue colors. Web safe color of #85464D is #993333 (or #933).

RGB color model

#85464D color RGB value is (133,70,77).

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

RGB channels and saturation

R 133 of 255 = 52%
G 70 of 255 = 27%
B 77 of 255 = 30%

133
70
77

R + G + B ~ 36%. #85464D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 70 + 77 = 280 (100%)
R 133 of 280 ~ 47.5%
G 70 of 280 ~ 25%
B 77 of 280 ~ 27.5%

%47.5
%25
%27.5

CMYK color model

#85464D color CMYK value is (0,47,42,48).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 42.11%
  • key color value is 47.84%
CMYK:
(0,47,42,48)
C0M47Y42K48 
(0%,47%,42%,48%)
(0.00/0.47/0.42/0.48)	

CMYK percentages

%0
%47.37
%42.11
%47.84

Codes

Color #85464D in popluar color models

85464D
RGB1337077
HSL353°31.03%39.80%
HSB/HSV353°47.37%52.16%
CMYK0.00%47.37%42.11%
47.84%

Color #85464D in popluar number systems.

HEX85464D
Decimal1337077
Binary1000010110001101001101
Octal205106115

Shades and tints

Shades of #85464D

#85464D
(133,70,77)
#794046
(121,64,70)
#6D3A3F
(109,58,63)
#613438
(97,52,56)
#552E31
(85,46,49)
#49282A
(73,40,42)
#3D2223
(61,34,35)
#311C1C
(49,28,28)
#251615
(37,22,21)
#19100E
(25,16,14)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #85464D

#85464D
(133,70,77)
#90565D
(144,86,93)
#9B666D
(155,102,109)
#A6767D
(166,118,125)
#B1868D
(177,134,141)
#BC969D
(188,150,157)
#C7A6AD
(199,166,173)
#D2B6BD
(210,182,189)
#DDC6CD
(221,198,205)
#E8D6DD
(232,214,221)
#F3E6ED
(243,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85464D; }

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

This text font color is #85464D.


Background Color

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

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

This div background color is #85464D.


Border color

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

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

This div border color is #85464D.


Opacity

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

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

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

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

This text has shadow with #85464D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85464D on black background.


Color preview on white background

This text has color #85464D on white background.



Black color preview on #85464D background

This text has black color on #85464D background.


White color preview on #85464D background

This text has white color on #85464D background.