COLOR #85626A

HEX: #85626A
RGB: (133,98,106)

Color info

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

RGB color model

#85626A color RGB value is (133,98,106).

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

RGB channels and saturation

R 133 of 255 = 52%
G 98 of 255 = 38%
B 106 of 255 = 42%

133
98
106

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

Portions of RGB colors in percentages

R + G + B =
133 + 98 + 106 = 337 (100%)
R 133 of 337 ~ 39.47%
G 98 of 337 ~ 29.08%
B 106 of 337 ~ 31.45%

%39.47
%29.08
%31.45

CMYK color model

#85626A color CMYK value is (0,26,20,48).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 20.30%
  • key color value is 47.84%
CMYK:
(0,26,20,48)
C0M26Y20K48 
(0%,26%,20%,48%)
(0.00/0.26/0.20/0.48)	

CMYK percentages

%0
%26.32
%20.3
%47.84

Codes

Color #85626A in popluar color models

85626A
RGB13398106
HSL346°15.15%45.29%
HSB/HSV346°26.32%52.16%
CMYK0.00%26.32%20.30%
47.84%

Color #85626A in popluar number systems.

HEX85626A
Decimal13398106
Binary1000010111000101101010
Octal205142152

Shades and tints

Shades of #85626A

#85626A
(133,98,106)
#795A61
(121,90,97)
#6D5258
(109,82,88)
#614A4F
(97,74,79)
#554246
(85,66,70)
#493A3D
(73,58,61)
#3D3234
(61,50,52)
#312A2B
(49,42,43)
#252222
(37,34,34)
#191A19
(25,26,25)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #85626A

#85626A
(133,98,106)
#907077
(144,112,119)
#9B7E84
(155,126,132)
#A68C91
(166,140,145)
#B19A9E
(177,154,158)
#BCA8AB
(188,168,171)
#C7B6B8
(199,182,184)
#D2C4C5
(210,196,197)
#DDD2D2
(221,210,210)
#E8E0DF
(232,224,223)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85626A color. Also use rgb(133,98,106) instead hex code.

Text Font Color

.myTextColor { color: #85626A; }

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

This text font color is #85626A.


Background Color

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

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

This div background color is #85626A.


Border color

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

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

This div border color is #85626A.


Opacity

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

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

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

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

This text has shadow with #85626A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85626A on black background.


Color preview on white background

This text has color #85626A on white background.



Black color preview on #85626A background

This text has black color on #85626A background.


White color preview on #85626A background

This text has white color on #85626A background.