COLOR #85656E

HEX: #85656E RGB: (133,101,110)

Color info

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

RGB color model

#85656E color RGB value is (133,101,110).

RGB: (133,101,110) (52%, 40%, 43%)

RGB channels and saturation

R 133 of 255 = 52%
G 101 of 255 = 40%
B 110 of 255 = 43%

133
101
110

R + G + B ~ 45%. #85656E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 101 + 110 = 344 (100%)
R 133 of 344 ~ 38.66%
G 101 of 344 ~ 29.36%
B 110 of 344 ~ 31.98'%

%38.66
%29.36
%31.98

CMYK color model

#85656E color CMYK value is (0,24,17,48).

  • cyan value is 0.00%
  • magenta value is 24.06%
  • yellow value is 17.29%
  • key color value is 47.84%
CMYK: (0,24,17,48) C0M24Y17K48 (0%,24%,17%,48%) (0.00/0.24/0.17/0.48) 

CMYK percentages

%0
%24.06
%17.29
%47.84

Codes

Color #85656E in popluar color models

85 65 6E
RGB 133 101 110
HSL 343° 13.68% 45.88%
HSB/HSV 343° 24.06% 52.16%
CMYK 0.00% 24.06% 17.29%
47.84%

Color #85656E in popluar number systems.

HEX 85 65 6E
Decimal 133 101 110
Binary 10000101 1100101 1101110
Octal 205 145 156

Shades and tints

Shades of #85656E

#85656E
(133,101,110)
#795C64
(121,92,100)
#6D535A
(109,83,90)
#614A50
(97,74,80)
#554146
(85,65,70)
#49383C
(73,56,60)
#3D2F32
(61,47,50)
#312628
(49,38,40)
#251D1E
(37,29,30)
#191414
(25,20,20)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #85656E

#85656E
(133,101,110)
#90737B
(144,115,123)
#9B8188
(155,129,136)
#A68F95
(166,143,149)
#B19DA2
(177,157,162)
#BCABAF
(188,171,175)
#C7B9BC
(199,185,188)
#D2C7C9
(210,199,201)
#DDD5D6
(221,213,214)
#E8E3E3
(232,227,227)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85656E color. Also use rgb(133,101,110) instead hex code.

Text Font Color

.myTextColor { color: #85656E; }

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

This text font color is #85656E.

Background Color

.myBgColor { background-color: #85656E; }

<div style="background-color:#85656E">Inner text</div>

This div background color is #85656E.

Border color

.myBorderColor { border: 1px solid #85656E; }

<div style="border:3px solid #85656E">Div</div>

This div border color is #85656E.

Opacity

.myOpacity80 { color: #85656E; opacity: 0.8; }

<p style="color:#85656E;opacity:0.8;">80%</p>

Text with #85656E 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 #85656E;}

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

This text has shadow with #85656E color.


.textShadow {text-shadow: 3px 3px 1px #85656E', 3px 3px 1px red;}

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

This text has shadow with #85656E primary color and red secondary color.


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

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

This text has shadow with #85656E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85656E; -webkit-box-shadow: 1px 1px 3px 2px #85656E; box-shadow:1px 1px 3px 2px #85656E;">
Div content here
</div>

This div box has shadow with color #85656E.

Preview

Color preview on black background

This text has color #85656E on black background.


Color preview on white background

This text has color #85656E on white background.


Black color preview on #85656E background

This text has black color on #85656E background.


White color preview on #85656E background

This text has white color on #85656E background.


Related colors

Complementary color

Complementary color for #hex is #7A9A91.


I love getcolorcode.com

Triadic colors

1 #6E8565 and #656E85 with #85656E are triadic colors.

2 #6E6585 and #65856E with #85656E are triadic colors.