COLOR #585A48

HEX: #585A48
RGB: (88,90,72)

Renk bilgisi

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

RGB renk modeli

#585A48 color RGB value is (88,90,72).

  • kırmız ton 88;
  • yeşil ton 90;
  • mavi ton 72.
RGB:
(88,90,72)
(35%,35%,28%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 90 of 255 = 35%
B 72 of 255 = 28%

88
90
72

R + G + B ~ 33%. #585A48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 72 = 250 (100%)
R 88 of 250 ~ 35.2%
G 90 of 250 ~ 36%
B 72 of 250 ~ 28.8%

%35.2
%36
%28.8

CMYK RENK MODELİ

#585A48 rengi CMYK tonu (2,0,20,65).

  • camgöbeği tonu 2.22%
  • eflatun tonu 0.00%
  • sarı tonu 20.00%
  • ana renk tonu 64.71%
CMYK:
(2,0,20,65)
C2M0Y20K65 
(2%,0%,20%,65%)
(0.02/0.00/0.20/0.65)	

CMYK yüzdeleri

%2.22
%0
%20
%64.71

Codes

Color #585A48 in popluar color models

585A48
RGB889072
HSL67°11.11%31.76%
HSB/HSV67°20.00%35.29%
CMYK2.22%0.00%20.00%
64.71%

Color #585A48 in popluar number systems.

HEX585A48
Decimal889072
Binary101100010110101001000
Octal130132110

Shades and tints

Shades of #585A48

#585A48
(88,90,72)
#505242
(80,82,66)
#484A3C
(72,74,60)
#404236
(64,66,54)
#383A30
(56,58,48)
#30322A
(48,50,42)
#282A24
(40,42,36)
#20221E
(32,34,30)
#181A18
(24,26,24)
#101212
(16,18,18)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #585A48

#585A48
(88,90,72)
#676958
(103,105,88)
#767868
(118,120,104)
#858778
(133,135,120)
#949688
(148,150,136)
#A3A598
(163,165,152)
#B2B4A8
(178,180,168)
#C1C3B8
(193,195,184)
#D0D2C8
(208,210,200)
#DFE1D8
(223,225,216)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585A48 color. Also use rgb(88,90,72) instead hex code.

Text Font Color

.myTextColor { color: #585A48; }

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

This text font color is #585A48.


Background Color

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

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

This div background color is #585A48.


Border color

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

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

This div border color is #585A48.


Opacity

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

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

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

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

This text has shadow with #585A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A48 on black background.


Color preview on white background

This text has color #585A48 on white background.



Black color preview on #585A48 background

This text has black color on #585A48 background.


White color preview on #585A48 background

This text has white color on #585A48 background.