COLOR #585C54

HEX: #585C54
RGB: (88,92,84)

Renk bilgisi

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

RGB renk modeli

#585C54 color RGB value is (88,92,84).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 92 of 255 = 36%
B 84 of 255 = 33%

88
92
84

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 92 + 84 = 264 (100%)
R 88 of 264 ~ 33.33%
G 92 of 264 ~ 34.85%
B 84 of 264 ~ 31.82%

%33.33
%34.85
%31.82

CMYK RENK MODELİ

#585C54 rengi CMYK tonu (4,0,9,64).

  • camgöbeği tonu 4.35%
  • eflatun tonu 0.00%
  • sarı tonu 8.70%
  • ana renk tonu 63.92%
CMYK:
(4,0,9,64)
C4M0Y9K64 
(4%,0%,9%,64%)
(0.04/0.00/0.09/0.64)	

CMYK yüzdeleri

%4.35
%0
%8.7
%63.92

Codes

Color #585C54 in popluar color models

585C54
RGB889284
HSL90°4.55%34.51%
HSB/HSV90°8.70%36.08%
CMYK4.35%0.00%8.70%
63.92%

Color #585C54 in popluar number systems.

HEX585C54
Decimal889284
Binary101100010111001010100
Octal130134124

Shades and tints

Shades of #585C54

#585C54
(88,92,84)
#50544D
(80,84,77)
#484C46
(72,76,70)
#40443F
(64,68,63)
#383C38
(56,60,56)
#303431
(48,52,49)
#282C2A
(40,44,42)
#202423
(32,36,35)
#181C1C
(24,28,28)
#101415
(16,20,21)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #585C54

#585C54
(88,92,84)
#676A63
(103,106,99)
#767872
(118,120,114)
#858681
(133,134,129)
#949490
(148,148,144)
#A3A29F
(163,162,159)
#B2B0AE
(178,176,174)
#C1BEBD
(193,190,189)
#D0CCCC
(208,204,204)
#DFDADB
(223,218,219)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585C54; }

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

This text font color is #585C54.


Background Color

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

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

This div background color is #585C54.


Border color

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

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

This div border color is #585C54.


Opacity

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

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

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

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

This text has shadow with #585C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C54 on black background.


Color preview on white background

This text has color #585C54 on white background.



Black color preview on #585C54 background

This text has black color on #585C54 background.


White color preview on #585C54 background

This text has white color on #585C54 background.