COLOR #585F49

HEX: #585F49
RGB: (88,95,73)

Renk bilgisi

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

RGB renk modeli

#585F49 color RGB value is (88,95,73).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 95 of 255 = 37%
B 73 of 255 = 29%

88
95
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 95 + 73 = 256 (100%)
R 88 of 256 ~ 34.38%
G 95 of 256 ~ 37.11%
B 73 of 256 ~ 28.52%

%34.38
%37.11
%28.52

CMYK RENK MODELİ

#585F49 rengi CMYK tonu (7,0,23,63).

  • camgöbeği tonu 7.37%
  • eflatun tonu 0.00%
  • sarı tonu 23.16%
  • ana renk tonu 62.75%
CMYK:
(7,0,23,63)
C7M0Y23K63 
(7%,0%,23%,63%)
(0.07/0.00/0.23/0.63)	

CMYK yüzdeleri

%7.37
%0
%23.16
%62.75

Codes

Color #585F49 in popluar color models

585F49
RGB889573
HSL79°13.10%32.94%
HSB/HSV79°23.16%37.25%
CMYK7.37%0.00%23.16%
62.75%

Color #585F49 in popluar number systems.

HEX585F49
Decimal889573
Binary101100010111111001001
Octal130137111

Shades and tints

Shades of #585F49

#585F49
(88,95,73)
#505743
(80,87,67)
#484F3D
(72,79,61)
#404737
(64,71,55)
#383F31
(56,63,49)
#30372B
(48,55,43)
#282F25
(40,47,37)
#20271F
(32,39,31)
#181F19
(24,31,25)
#101713
(16,23,19)
#080F0D
(8,15,13)
#000000
(0,0,0)

Tints of #585F49

#585F49
(88,95,73)
#676D59
(103,109,89)
#767B69
(118,123,105)
#858979
(133,137,121)
#949789
(148,151,137)
#A3A599
(163,165,153)
#B2B3A9
(178,179,169)
#C1C1B9
(193,193,185)
#D0CFC9
(208,207,201)
#DFDDD9
(223,221,217)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585F49; }

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

This text font color is #585F49.


Background Color

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

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

This div background color is #585F49.


Border color

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

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

This div border color is #585F49.


Opacity

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

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

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

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

This text has shadow with #585F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585F49 on black background.


Color preview on white background

This text has color #585F49 on white background.



Black color preview on #585F49 background

This text has black color on #585F49 background.


White color preview on #585F49 background

This text has white color on #585F49 background.