COLOR #585A54

HEX: #585A54
RGB: (88,90,84)

Renk bilgisi

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

RGB renk modeli

#585A54 color RGB value is (88,90,84).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 90 of 255 = 35%
B 84 of 255 = 33%

88
90
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 84 = 262 (100%)
R 88 of 262 ~ 33.59%
G 90 of 262 ~ 34.35%
B 84 of 262 ~ 32.06%

%33.59
%34.35
%32.06

CMYK RENK MODELİ

#585A54 rengi CMYK tonu (2,0,7,65).

  • camgöbeği tonu 2.22%
  • eflatun tonu 0.00%
  • sarı tonu 6.67%
  • ana renk tonu 64.71%
CMYK:
(2,0,7,65)
C2M0Y7K65 
(2%,0%,7%,65%)
(0.02/0.00/0.07/0.65)	

CMYK yüzdeleri

%2.22
%0
%6.67
%64.71

Codes

Color #585A54 in popluar color models

585A54
RGB889084
HSL80°3.45%34.12%
HSB/HSV80°6.67%35.29%
CMYK2.22%0.00%6.67%
64.71%

Color #585A54 in popluar number systems.

HEX585A54
Decimal889084
Binary101100010110101010100
Octal130132124

Shades and tints

Shades of #585A54

#585A54
(88,90,84)
#50524D
(80,82,77)
#484A46
(72,74,70)
#40423F
(64,66,63)
#383A38
(56,58,56)
#303231
(48,50,49)
#282A2A
(40,42,42)
#202223
(32,34,35)
#181A1C
(24,26,28)
#101215
(16,18,21)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #585A54

#585A54
(88,90,84)
#676963
(103,105,99)
#767872
(118,120,114)
#858781
(133,135,129)
#949690
(148,150,144)
#A3A59F
(163,165,159)
#B2B4AE
(178,180,174)
#C1C3BD
(193,195,189)
#D0D2CC
(208,210,204)
#DFE1DB
(223,225,219)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585A54 color. Also use rgb(88,90,84) instead hex code.

Text Font Color

.myTextColor { color: #585A54; }

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

This text font color is #585A54.


Background Color

.myBgColor { background-color: #585A54; }

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

This div background color is #585A54.


Border color

.myBorderColor { border: 1px solid #585A54; }

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

This div border color is #585A54.


Opacity

.myOpacity80 { color: #585A54; opacity: 0.8; }

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

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

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

This text has shadow with #585A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A54 on black background.


Color preview on white background

This text has color #585A54 on white background.



Black color preview on #585A54 background

This text has black color on #585A54 background.


White color preview on #585A54 background

This text has white color on #585A54 background.