COLOR #585D53

HEX: #585D53
RGB: (88,93,83)

Renk bilgisi

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

RGB renk modeli

#585D53 color RGB value is (88,93,83).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 93 of 255 = 36%
B 83 of 255 = 33%

88
93
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 93 + 83 = 264 (100%)
R 88 of 264 ~ 33.33%
G 93 of 264 ~ 35.23%
B 83 of 264 ~ 31.44%

%33.33
%35.23
%31.44

CMYK RENK MODELİ

#585D53 rengi CMYK tonu (5,0,11,64).

  • camgöbeği tonu 5.38%
  • eflatun tonu 0.00%
  • sarı tonu 10.75%
  • ana renk tonu 63.53%
CMYK:
(5,0,11,64)
C5M0Y11K64 
(5%,0%,11%,64%)
(0.05/0.00/0.11/0.64)	

CMYK yüzdeleri

%5.38
%0
%10.75
%63.53

Codes

Color #585D53 in popluar color models

585D53
RGB889383
HSL90°5.68%34.51%
HSB/HSV90°10.75%36.47%
CMYK5.38%0.00%10.75%
63.53%

Color #585D53 in popluar number systems.

HEX585D53
Decimal889383
Binary101100010111011010011
Octal130135123

Shades and tints

Shades of #585D53

#585D53
(88,93,83)
#50554C
(80,85,76)
#484D45
(72,77,69)
#40453E
(64,69,62)
#383D37
(56,61,55)
#303530
(48,53,48)
#282D29
(40,45,41)
#202522
(32,37,34)
#181D1B
(24,29,27)
#101514
(16,21,20)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #585D53

#585D53
(88,93,83)
#676B62
(103,107,98)
#767971
(118,121,113)
#858780
(133,135,128)
#94958F
(148,149,143)
#A3A39E
(163,163,158)
#B2B1AD
(178,177,173)
#C1BFBC
(193,191,188)
#D0CDCB
(208,205,203)
#DFDBDA
(223,219,218)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585D53; }

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

This text font color is #585D53.


Background Color

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

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

This div background color is #585D53.


Border color

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

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

This div border color is #585D53.


Opacity

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

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

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

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

This text has shadow with #585D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D53 on black background.


Color preview on white background

This text has color #585D53 on white background.



Black color preview on #585D53 background

This text has black color on #585D53 background.


White color preview on #585D53 background

This text has white color on #585D53 background.