COLOR #585A49

HEX: #585A49
RGB: (88,90,73)

Renk bilgisi

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

RGB renk modeli

#585A49 color RGB value is (88,90,73).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 90 of 255 = 35%
B 73 of 255 = 29%

88
90
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 90 + 73 = 251 (100%)
R 88 of 251 ~ 35.06%
G 90 of 251 ~ 35.86%
B 73 of 251 ~ 29.08%

%35.06
%35.86
%29.08

CMYK RENK MODELİ

#585A49 rengi CMYK tonu (2,0,19,65).

  • camgöbeği tonu 2.22%
  • eflatun tonu 0.00%
  • sarı tonu 18.89%
  • ana renk tonu 64.71%
CMYK:
(2,0,19,65)
C2M0Y19K65 
(2%,0%,19%,65%)
(0.02/0.00/0.19/0.65)	

CMYK yüzdeleri

%2.22
%0
%18.89
%64.71

Codes

Color #585A49 in popluar color models

585A49
RGB889073
HSL67°10.43%31.96%
HSB/HSV67°18.89%35.29%
CMYK2.22%0.00%18.89%
64.71%

Color #585A49 in popluar number systems.

HEX585A49
Decimal889073
Binary101100010110101001001
Octal130132111

Shades and tints

Shades of #585A49

#585A49
(88,90,73)
#505243
(80,82,67)
#484A3D
(72,74,61)
#404237
(64,66,55)
#383A31
(56,58,49)
#30322B
(48,50,43)
#282A25
(40,42,37)
#20221F
(32,34,31)
#181A19
(24,26,25)
#101213
(16,18,19)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #585A49

#585A49
(88,90,73)
#676959
(103,105,89)
#767869
(118,120,105)
#858779
(133,135,121)
#949689
(148,150,137)
#A3A599
(163,165,153)
#B2B4A9
(178,180,169)
#C1C3B9
(193,195,185)
#D0D2C9
(208,210,201)
#DFE1D9
(223,225,217)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585A49; }

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

This text font color is #585A49.


Background Color

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

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

This div background color is #585A49.


Border color

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

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

This div border color is #585A49.


Opacity

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

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

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

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

This text has shadow with #585A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585A49 on black background.


Color preview on white background

This text has color #585A49 on white background.



Black color preview on #585A49 background

This text has black color on #585A49 background.


White color preview on #585A49 background

This text has white color on #585A49 background.