COLOR #585C52

HEX: #585C52
RGB: (88,92,82)

Renk bilgisi

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

RGB renk modeli

#585C52 color RGB value is (88,92,82).

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

RGB bağlantıları ve doygunluk

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

88
92
82

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 92 + 82 = 262 (100%)
R 88 of 262 ~ 33.59%
G 92 of 262 ~ 35.11%
B 82 of 262 ~ 31.3%

%33.59
%35.11
%31.3

CMYK RENK MODELİ

#585C52 rengi CMYK tonu (4,0,11,64).

  • camgöbeği tonu 4.35%
  • eflatun tonu 0.00%
  • sarı tonu 10.87%
  • ana renk tonu 63.92%
CMYK:
(4,0,11,64)
C4M0Y11K64 
(4%,0%,11%,64%)
(0.04/0.00/0.11/0.64)	

CMYK yüzdeleri

%4.35
%0
%10.87
%63.92

Codes

Color #585C52 in popluar color models

585C52
RGB889282
HSL84°5.75%34.12%
HSB/HSV84°10.87%36.08%
CMYK4.35%0.00%10.87%
63.92%

Color #585C52 in popluar number systems.

HEX585C52
Decimal889282
Binary101100010111001010010
Octal130134122

Shades and tints

Shades of #585C52

#585C52
(88,92,82)
#50544B
(80,84,75)
#484C44
(72,76,68)
#40443D
(64,68,61)
#383C36
(56,60,54)
#30342F
(48,52,47)
#282C28
(40,44,40)
#202421
(32,36,33)
#181C1A
(24,28,26)
#101413
(16,20,19)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #585C52

#585C52
(88,92,82)
#676A61
(103,106,97)
#767870
(118,120,112)
#85867F
(133,134,127)
#94948E
(148,148,142)
#A3A29D
(163,162,157)
#B2B0AC
(178,176,172)
#C1BEBB
(193,190,187)
#D0CCCA
(208,204,202)
#DFDAD9
(223,218,217)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585C52; }

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

This text font color is #585C52.


Background Color

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

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

This div background color is #585C52.


Border color

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

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

This div border color is #585C52.


Opacity

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

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

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

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

This text has shadow with #585C52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585C52 on black background.


Color preview on white background

This text has color #585C52 on white background.



Black color preview on #585C52 background

This text has black color on #585C52 background.


White color preview on #585C52 background

This text has white color on #585C52 background.