COLOR #808085

HEX: #808085
RGB: (128,128,133)

Renk bilgisi

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

RGB renk modeli

#808085 color RGB value is (128,128,133).

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

RGB bağlantıları ve doygunluk

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

128
128
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 128 + 133 = 389 (100%)
R 128 of 389 ~ 32.9%
G 128 of 389 ~ 32.9%
B 133 of 389 ~ 34.19%

%32.9
%32.9
%34.19

CMYK RENK MODELİ

#808085 rengi CMYK tonu (4,4,0,48).

  • camgöbeği tonu 3.76%
  • eflatun tonu 3.76%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(4,4,0,48)
C4M4Y0K48 
(4%,4%,0%,48%)
(0.04/0.04/0.00/0.48)	

CMYK yüzdeleri

%3.76
%3.76
%0
%47.84

Codes

Color #808085 in popluar color models

808085
RGB128128133
HSL240°2.01%51.18%
HSB/HSV240°3.76%52.16%
CMYK3.76%3.76%0.00%
47.84%

Color #808085 in popluar number systems.

HEX808085
Decimal128128133
Binary100000001000000010000101
Octal200200205

Shades and tints

Shades of #808085

#808085
(128,128,133)
#757579
(117,117,121)
#6A6A6D
(106,106,109)
#5F5F61
(95,95,97)
#545455
(84,84,85)
#494949
(73,73,73)
#3E3E3D
(62,62,61)
#333331
(51,51,49)
#282825
(40,40,37)
#1D1D19
(29,29,25)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #808085

#808085
(128,128,133)
#8B8B90
(139,139,144)
#96969B
(150,150,155)
#A1A1A6
(161,161,166)
#ACACB1
(172,172,177)
#B7B7BC
(183,183,188)
#C2C2C7
(194,194,199)
#CDCDD2
(205,205,210)
#D8D8DD
(216,216,221)
#E3E3E8
(227,227,232)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808085; }

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

This text font color is #808085.


Background Color

.myBgColor { background-color: #808085; }

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

This div background color is #808085.


Border color

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

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

This div border color is #808085.


Opacity

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

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

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

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

This text has shadow with #808085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808085 on black background.


Color preview on white background

This text has color #808085 on white background.



Black color preview on #808085 background

This text has black color on #808085 background.


White color preview on #808085 background

This text has white color on #808085 background.