COLOR #859588

HEX: #859588
RGB: (133,149,136)

Renk bilgisi

#859588 contains red, green and blue colors in about the same proportion. #859588 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#859588 color RGB value is (133,149,136).

  • kırmız ton 133;
  • yeşil ton 149;
  • mavi ton 136.
RGB:
(133,149,136)
(52%,58%,53%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 149 of 255 = 58%
B 136 of 255 = 53%

133
149
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 149 + 136 = 418 (100%)
R 133 of 418 ~ 31.82%
G 149 of 418 ~ 35.65%
B 136 of 418 ~ 32.54%

%31.82
%35.65
%32.54

CMYK RENK MODELİ

#859588 rengi CMYK tonu (11,0,9,42).

  • camgöbeği tonu 10.74%
  • eflatun tonu 0.00%
  • sarı tonu 8.72%
  • ana renk tonu 41.57%
CMYK:
(11,0,9,42)
C11M0Y9K42 
(11%,0%,9%,42%)
(0.11/0.00/0.09/0.42)	

CMYK yüzdeleri

%10.74
%0
%8.72
%41.57

Codes

Color #859588 in popluar color models

859588
RGB133149136
HSL131°7.02%55.29%
HSB/HSV131°10.74%58.43%
CMYK10.74%0.00%8.72%
41.57%

Color #859588 in popluar number systems.

HEX859588
Decimal133149136
Binary100001011001010110001000
Octal205225210

Shades and tints

Shades of #859588

#859588
(133,149,136)
#79887C
(121,136,124)
#6D7B70
(109,123,112)
#616E64
(97,110,100)
#556158
(85,97,88)
#49544C
(73,84,76)
#3D4740
(61,71,64)
#313A34
(49,58,52)
#252D28
(37,45,40)
#19201C
(25,32,28)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #859588

#859588
(133,149,136)
#909E92
(144,158,146)
#9BA79C
(155,167,156)
#A6B0A6
(166,176,166)
#B1B9B0
(177,185,176)
#BCC2BA
(188,194,186)
#C7CBC4
(199,203,196)
#D2D4CE
(210,212,206)
#DDDDD8
(221,221,216)
#E8E6E2
(232,230,226)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #859588 color. Also use rgb(133,149,136) instead hex code.

Text Font Color

.myTextColor { color: #859588; }

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

This text font color is #859588.


Background Color

.myBgColor { background-color: #859588; }

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

This div background color is #859588.


Border color

.myBorderColor { border: 1px solid #859588; }

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

This div border color is #859588.


Opacity

.myOpacity80 { color: #859588; opacity: 0.8; }

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

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

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

This text has shadow with #859588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #859588 on black background.


Color preview on white background

This text has color #859588 on white background.



Black color preview on #859588 background

This text has black color on #859588 background.


White color preview on #859588 background

This text has white color on #859588 background.