COLOR #585855

HEX: #585855
RGB: (88,88,85)

Renk bilgisi

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

RGB renk modeli

#585855 color RGB value is (88,88,85).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 88 of 255 = 35%
B 85 of 255 = 33%

88
88
85

R + G + B ~ 34%. #585855 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 88 + 85 = 261 (100%)
R 88 of 261 ~ 33.72%
G 88 of 261 ~ 33.72%
B 85 of 261 ~ 32.57%

%33.72
%33.72
%32.57

CMYK RENK MODELİ

#585855 rengi CMYK tonu (0,0,3,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 3.41%
  • ana renk tonu 65.49%
CMYK:
(0,0,3,65)
C0M0Y3K65 
(0%,0%,3%,65%)
(0.00/0.00/0.03/0.65)	

CMYK yüzdeleri

%0
%0
%3.41
%65.49

Codes

Color #585855 in popluar color models

585855
RGB888885
HSL60°1.73%33.92%
HSB/HSV60°3.41%34.51%
CMYK0.00%0.00%3.41%
65.49%

Color #585855 in popluar number systems.

HEX585855
Decimal888885
Binary101100010110001010101
Octal130130125

Shades and tints

Shades of #585855

#585855
(88,88,85)
#50504E
(80,80,78)
#484847
(72,72,71)
#404040
(64,64,64)
#383839
(56,56,57)
#303032
(48,48,50)
#28282B
(40,40,43)
#202024
(32,32,36)
#18181D
(24,24,29)
#101016
(16,16,22)
#08080F
(8,8,15)
#000000
(0,0,0)

Tints of #585855

#585855
(88,88,85)
#676764
(103,103,100)
#767673
(118,118,115)
#858582
(133,133,130)
#949491
(148,148,145)
#A3A3A0
(163,163,160)
#B2B2AF
(178,178,175)
#C1C1BE
(193,193,190)
#D0D0CD
(208,208,205)
#DFDFDC
(223,223,220)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585855; }

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

This text font color is #585855.


Background Color

.myBgColor { background-color: #585855; }

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

This div background color is #585855.


Border color

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

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

This div border color is #585855.


Opacity

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

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

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

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

This text has shadow with #585855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585855 on black background.


Color preview on white background

This text has color #585855 on white background.



Black color preview on #585855 background

This text has black color on #585855 background.


White color preview on #585855 background

This text has white color on #585855 background.