COLOR #585856

HEX: #585856
RGB: (88,88,86)

Renk bilgisi

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

RGB renk modeli

#585856 color RGB value is (88,88,86).

  • kırmız ton 88;
  • yeşil ton 88;
  • mavi ton 86.
RGB:
(88,88,86)
(35%,35%,34%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 88 of 255 = 35%
B 86 of 255 = 34%

88
88
86

R + G + B ~ 35%. #585856 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 88 + 86 = 262 (100%)
R 88 of 262 ~ 33.59%
G 88 of 262 ~ 33.59%
B 86 of 262 ~ 32.82%

%33.59
%33.59
%32.82

CMYK RENK MODELİ

#585856 rengi CMYK tonu (0,0,2,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 2.27%
  • ana renk tonu 65.49%
CMYK:
(0,0,2,65)
C0M0Y2K65 
(0%,0%,2%,65%)
(0.00/0.00/0.02/0.65)	

CMYK yüzdeleri

%0
%0
%2.27
%65.49

Codes

Color #585856 in popluar color models

585856
RGB888886
HSL60°1.15%34.12%
HSB/HSV60°2.27%34.51%
CMYK0.00%0.00%2.27%
65.49%

Color #585856 in popluar number systems.

HEX585856
Decimal888886
Binary101100010110001010110
Octal130130126

Shades and tints

Shades of #585856

#585856
(88,88,86)
#50504F
(80,80,79)
#484848
(72,72,72)
#404041
(64,64,65)
#38383A
(56,56,58)
#303033
(48,48,51)
#28282C
(40,40,44)
#202025
(32,32,37)
#18181E
(24,24,30)
#101017
(16,16,23)
#080810
(8,8,16)
#000000
(0,0,0)

Tints of #585856

#585856
(88,88,86)
#676765
(103,103,101)
#767674
(118,118,116)
#858583
(133,133,131)
#949492
(148,148,146)
#A3A3A1
(163,163,161)
#B2B2B0
(178,178,176)
#C1C1BF
(193,193,191)
#D0D0CE
(208,208,206)
#DFDFDD
(223,223,221)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585856 color. Also use rgb(88,88,86) instead hex code.

Text Font Color

.myTextColor { color: #585856; }

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

This text font color is #585856.


Background Color

.myBgColor { background-color: #585856; }

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

This div background color is #585856.


Border color

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

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

This div border color is #585856.


Opacity

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

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

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

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

This text has shadow with #585856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585856 on black background.


Color preview on white background

This text has color #585856 on white background.



Black color preview on #585856 background

This text has black color on #585856 background.


White color preview on #585856 background

This text has white color on #585856 background.