COLOR #808588

HEX: #808588
RGB: (128,133,136)

Renk bilgisi

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

RGB renk modeli

#808588 color RGB value is (128,133,136).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 133 of 255 = 52%
B 136 of 255 = 53%

128
133
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 133 + 136 = 397 (100%)
R 128 of 397 ~ 32.24%
G 133 of 397 ~ 33.5%
B 136 of 397 ~ 34.26%

%32.24
%33.5
%34.26

CMYK RENK MODELİ

#808588 rengi CMYK tonu (6,2,0,47).

  • camgöbeği tonu 5.88%
  • eflatun tonu 2.21%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(6,2,0,47)
C6M2Y0K47 
(6%,2%,0%,47%)
(0.06/0.02/0.00/0.47)	

CMYK yüzdeleri

%5.88
%2.21
%0
%46.67

Codes

Color #808588 in popluar color models

808588
RGB128133136
HSL203°3.25%51.76%
HSB/HSV203°5.88%53.33%
CMYK5.88%2.21%0.00%
46.67%

Color #808588 in popluar number systems.

HEX808588
Decimal128133136
Binary100000001000010110001000
Octal200205210

Shades and tints

Shades of #808588

#808588
(128,133,136)
#75797C
(117,121,124)
#6A6D70
(106,109,112)
#5F6164
(95,97,100)
#545558
(84,85,88)
#49494C
(73,73,76)
#3E3D40
(62,61,64)
#333134
(51,49,52)
#282528
(40,37,40)
#1D191C
(29,25,28)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #808588

#808588
(128,133,136)
#8B9092
(139,144,146)
#969B9C
(150,155,156)
#A1A6A6
(161,166,166)
#ACB1B0
(172,177,176)
#B7BCBA
(183,188,186)
#C2C7C4
(194,199,196)
#CDD2CE
(205,210,206)
#D8DDD8
(216,221,216)
#E3E8E2
(227,232,226)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808588; }

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

This text font color is #808588.


Background Color

.myBgColor { background-color: #808588; }

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

This div background color is #808588.


Border color

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

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

This div border color is #808588.


Opacity

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

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

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

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

This text has shadow with #808588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808588 on black background.


Color preview on white background

This text has color #808588 on white background.



Black color preview on #808588 background

This text has black color on #808588 background.


White color preview on #808588 background

This text has white color on #808588 background.