COLOR #585D52

HEX: #585D52
RGB: (88,93,82)

Renk bilgisi

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

RGB renk modeli

#585D52 color RGB value is (88,93,82).

  • kırmız ton 88;
  • yeşil ton 93;
  • mavi ton 82.
RGB:
(88,93,82)
(35%,36%,32%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 93 of 255 = 36%
B 82 of 255 = 32%

88
93
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 93 + 82 = 263 (100%)
R 88 of 263 ~ 33.46%
G 93 of 263 ~ 35.36%
B 82 of 263 ~ 31.18%

%33.46
%35.36
%31.18

CMYK RENK MODELİ

#585D52 rengi CMYK tonu (5,0,12,64).

  • camgöbeği tonu 5.38%
  • eflatun tonu 0.00%
  • sarı tonu 11.83%
  • ana renk tonu 63.53%
CMYK:
(5,0,12,64)
C5M0Y12K64 
(5%,0%,12%,64%)
(0.05/0.00/0.12/0.64)	

CMYK yüzdeleri

%5.38
%0
%11.83
%63.53

Codes

Color #585D52 in popluar color models

585D52
RGB889382
HSL87°6.29%34.31%
HSB/HSV87°11.83%36.47%
CMYK5.38%0.00%11.83%
63.53%

Color #585D52 in popluar number systems.

HEX585D52
Decimal889382
Binary101100010111011010010
Octal130135122

Shades and tints

Shades of #585D52

#585D52
(88,93,82)
#50554B
(80,85,75)
#484D44
(72,77,68)
#40453D
(64,69,61)
#383D36
(56,61,54)
#30352F
(48,53,47)
#282D28
(40,45,40)
#202521
(32,37,33)
#181D1A
(24,29,26)
#101513
(16,21,19)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #585D52

#585D52
(88,93,82)
#676B61
(103,107,97)
#767970
(118,121,112)
#85877F
(133,135,127)
#94958E
(148,149,142)
#A3A39D
(163,163,157)
#B2B1AC
(178,177,172)
#C1BFBB
(193,191,187)
#D0CDCA
(208,205,202)
#DFDBD9
(223,219,217)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585D52 color. Also use rgb(88,93,82) instead hex code.

Text Font Color

.myTextColor { color: #585D52; }

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

This text font color is #585D52.


Background Color

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

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

This div background color is #585D52.


Border color

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

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

This div border color is #585D52.


Opacity

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

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

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

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

This text has shadow with #585D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D52 on black background.


Color preview on white background

This text has color #585D52 on white background.



Black color preview on #585D52 background

This text has black color on #585D52 background.


White color preview on #585D52 background

This text has white color on #585D52 background.