COLOR #585D36

HEX: #585D36
RGB: (88,93,54)

Renk bilgisi

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

RGB renk modeli

#585D36 color RGB value is (88,93,54).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 93 of 255 = 36%
B 54 of 255 = 21%

88
93
54

R + G + B ~ 31%. #585D36 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 93 + 54 = 235 (100%)
R 88 of 235 ~ 37.45%
G 93 of 235 ~ 39.57%
B 54 of 235 ~ 22.98%

%37.45
%39.57
%22.98

CMYK RENK MODELİ

#585D36 rengi CMYK tonu (5,0,42,64).

  • camgöbeği tonu 5.38%
  • eflatun tonu 0.00%
  • sarı tonu 41.94%
  • ana renk tonu 63.53%
CMYK:
(5,0,42,64)
C5M0Y42K64 
(5%,0%,42%,64%)
(0.05/0.00/0.42/0.64)	

CMYK yüzdeleri

%5.38
%0
%41.94
%63.53

Codes

Color #585D36 in popluar color models

585D36
RGB889354
HSL68°26.53%28.82%
HSB/HSV68°41.94%36.47%
CMYK5.38%0.00%41.94%
63.53%

Color #585D36 in popluar number systems.

HEX585D36
Decimal889354
Binary10110001011101110110
Octal13013566

Shades and tints

Shades of #585D36

#585D36
(88,93,54)
#505532
(80,85,50)
#484D2E
(72,77,46)
#40452A
(64,69,42)
#383D26
(56,61,38)
#303522
(48,53,34)
#282D1E
(40,45,30)
#20251A
(32,37,26)
#181D16
(24,29,22)
#101512
(16,21,18)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #585D36

#585D36
(88,93,54)
#676B48
(103,107,72)
#76795A
(118,121,90)
#85876C
(133,135,108)
#94957E
(148,149,126)
#A3A390
(163,163,144)
#B2B1A2
(178,177,162)
#C1BFB4
(193,191,180)
#D0CDC6
(208,205,198)
#DFDBD8
(223,219,216)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585D36; }

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

This text font color is #585D36.


Background Color

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

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

This div background color is #585D36.


Border color

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

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

This div border color is #585D36.


Opacity

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

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

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

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

This text has shadow with #585D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585D36 on black background.


Color preview on white background

This text has color #585D36 on white background.



Black color preview on #585D36 background

This text has black color on #585D36 background.


White color preview on #585D36 background

This text has white color on #585D36 background.