COLOR #808388

HEX: #808388
RGB: (128,131,136)

Renk bilgisi

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

RGB renk modeli

#808388 color RGB value is (128,131,136).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 131 of 255 = 51%
B 136 of 255 = 53%

128
131
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 131 + 136 = 395 (100%)
R 128 of 395 ~ 32.41%
G 131 of 395 ~ 33.16%
B 136 of 395 ~ 34.43%

%32.41
%33.16
%34.43

CMYK RENK MODELİ

#808388 rengi CMYK tonu (6,4,0,47).

  • camgöbeği tonu 5.88%
  • eflatun tonu 3.68%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(6,4,0,47)
C6M4Y0K47 
(6%,4%,0%,47%)
(0.06/0.04/0.00/0.47)	

CMYK yüzdeleri

%5.88
%3.68
%0
%46.67

Codes

Color #808388 in popluar color models

808388
RGB128131136
HSL218°3.25%51.76%
HSB/HSV218°5.88%53.33%
CMYK5.88%3.68%0.00%
46.67%

Color #808388 in popluar number systems.

HEX808388
Decimal128131136
Binary100000001000001110001000
Octal200203210

Shades and tints

Shades of #808388

#808388
(128,131,136)
#75787C
(117,120,124)
#6A6D70
(106,109,112)
#5F6264
(95,98,100)
#545758
(84,87,88)
#494C4C
(73,76,76)
#3E4140
(62,65,64)
#333634
(51,54,52)
#282B28
(40,43,40)
#1D201C
(29,32,28)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #808388

#808388
(128,131,136)
#8B8E92
(139,142,146)
#96999C
(150,153,156)
#A1A4A6
(161,164,166)
#ACAFB0
(172,175,176)
#B7BABA
(183,186,186)
#C2C5C4
(194,197,196)
#CDD0CE
(205,208,206)
#D8DBD8
(216,219,216)
#E3E6E2
(227,230,226)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808388; }

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

This text font color is #808388.


Background Color

.myBgColor { background-color: #808388; }

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

This div background color is #808388.


Border color

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

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

This div border color is #808388.


Opacity

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

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

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

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

This text has shadow with #808388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808388 on black background.


Color preview on white background

This text has color #808388 on white background.



Black color preview on #808388 background

This text has black color on #808388 background.


White color preview on #808388 background

This text has white color on #808388 background.