COLOR #85596A

HEX: #85596A
RGB: (133,89,106)

Renk bilgisi

#85596A contains red, green and blue colors in about the same proportion. #85596A ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#85596A color RGB value is (133,89,106).

  • kırmız ton 133;
  • yeşil ton 89;
  • mavi ton 106.
RGB:
(133,89,106)
(52%,35%,42%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 89 of 255 = 35%
B 106 of 255 = 42%

133
89
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 89 + 106 = 328 (100%)
R 133 of 328 ~ 40.55%
G 89 of 328 ~ 27.13%
B 106 of 328 ~ 32.32%

%40.55
%27.13
%32.32

CMYK RENK MODELİ

#85596A rengi CMYK tonu (0,33,20,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.08%
  • sarı tonu 20.30%
  • ana renk tonu 47.84%
CMYK:
(0,33,20,48)
C0M33Y20K48 
(0%,33%,20%,48%)
(0.00/0.33/0.20/0.48)	

CMYK yüzdeleri

%0
%33.08
%20.3
%47.84

Codes

Color #85596A in popluar color models

85596A
RGB13389106
HSL337°19.82%43.53%
HSB/HSV337°33.08%52.16%
CMYK0.00%33.08%20.30%
47.84%

Color #85596A in popluar number systems.

HEX85596A
Decimal13389106
Binary1000010110110011101010
Octal205131152

Shades and tints

Shades of #85596A

#85596A
(133,89,106)
#795161
(121,81,97)
#6D4958
(109,73,88)
#61414F
(97,65,79)
#553946
(85,57,70)
#49313D
(73,49,61)
#3D2934
(61,41,52)
#31212B
(49,33,43)
#251922
(37,25,34)
#191119
(25,17,25)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #85596A

#85596A
(133,89,106)
#906877
(144,104,119)
#9B7784
(155,119,132)
#A68691
(166,134,145)
#B1959E
(177,149,158)
#BCA4AB
(188,164,171)
#C7B3B8
(199,179,184)
#D2C2C5
(210,194,197)
#DDD1D2
(221,209,210)
#E8E0DF
(232,224,223)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85596A; }

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

This text font color is #85596A.


Background Color

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

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

This div background color is #85596A.


Border color

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

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

This div border color is #85596A.


Opacity

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

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

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

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

This text has shadow with #85596A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85596A on black background.


Color preview on white background

This text has color #85596A on white background.



Black color preview on #85596A background

This text has black color on #85596A background.


White color preview on #85596A background

This text has white color on #85596A background.