COLOR #85616B

HEX: #85616B
RGB: (133,97,107)

Color info

#85616B contains red, green and blue colors in about the same proportion. Web safe color of #85616B is #996666 (or #966).

RGB color model

#85616B color RGB value is (133,97,107).

  • red value is 133;
  • green value is 97;
  • blue value is 107.
RGB:
(133,97,107)
(52%,38%,42%)

RGB channels and saturation

R 133 of 255 = 52%
G 97 of 255 = 38%
B 107 of 255 = 42%

133
97
107

R + G + B ~ 44%. #85616B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 97 + 107 = 337 (100%)
R 133 of 337 ~ 39.47%
G 97 of 337 ~ 28.78%
B 107 of 337 ~ 31.75%

%39.47
%28.78
%31.75

CMYK color model

#85616B color CMYK value is (0,27,20,48).

  • cyan value is 0.00%
  • magenta value is 27.07%
  • yellow value is 19.55%
  • key color value is 47.84%
CMYK:
(0,27,20,48)
C0M27Y20K48 
(0%,27%,20%,48%)
(0.00/0.27/0.20/0.48)	

CMYK percentages

%0
%27.07
%19.55
%47.84

Codes

Color #85616B in popluar color models

85616B
RGB13397107
HSL343°15.65%45.10%
HSB/HSV343°27.07%52.16%
CMYK0.00%27.07%19.55%
47.84%

Color #85616B in popluar number systems.

HEX85616B
Decimal13397107
Binary1000010111000011101011
Octal205141153

Shades and tints

Shades of #85616B

#85616B
(133,97,107)
#795962
(121,89,98)
#6D5159
(109,81,89)
#614950
(97,73,80)
#554147
(85,65,71)
#49393E
(73,57,62)
#3D3135
(61,49,53)
#31292C
(49,41,44)
#252123
(37,33,35)
#19191A
(25,25,26)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #85616B

#85616B
(133,97,107)
#906F78
(144,111,120)
#9B7D85
(155,125,133)
#A68B92
(166,139,146)
#B1999F
(177,153,159)
#BCA7AC
(188,167,172)
#C7B5B9
(199,181,185)
#D2C3C6
(210,195,198)
#DDD1D3
(221,209,211)
#E8DFE0
(232,223,224)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85616B color. Also use rgb(133,97,107) instead hex code.

Text Font Color

.myTextColor { color: #85616B; }

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

This text font color is #85616B.


Background Color

.myBgColor { background-color: #85616B; }

<div style="background-color:#85616B">Inner text</div>

This div background color is #85616B.


Border color

.myBorderColor { border: 1px solid #85616B; }

<div style="border:3px solid #85616B">Div</div>

This div border color is #85616B.


Opacity

.myOpacity80 { color: #85616B; opacity: 0.8; }

<p style="color:#85616B;opacity:0.8;">80%</p>

Text with #85616B 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 #85616B;}

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

This text has shadow with #85616B color.

.textShadow {text-shadow: 3px 3px 1px #85616B, 3px 3px 1px red;}

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

This text has shadow with #85616B primary color and red secondary color.


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

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

This text has shadow with #85616B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85616B on black background.


Color preview on white background

This text has color #85616B on white background.



Black color preview on #85616B background

This text has black color on #85616B background.


White color preview on #85616B background

This text has white color on #85616B background.