COLOR #585849

HEX: #585849
RGB: (88,88,73)

Renk bilgisi

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

RGB renk modeli

#585849 color RGB value is (88,88,73).

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

RGB bağlantıları ve doygunluk

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

88
88
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 88 + 73 = 249 (100%)
R 88 of 249 ~ 35.34%
G 88 of 249 ~ 35.34%
B 73 of 249 ~ 29.32%

%35.34
%35.34
%29.32

CMYK RENK MODELİ

#585849 rengi CMYK tonu (0,0,17,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 17.05%
  • ana renk tonu 65.49%
CMYK:
(0,0,17,65)
C0M0Y17K65 
(0%,0%,17%,65%)
(0.00/0.00/0.17/0.65)	

CMYK yüzdeleri

%0
%0
%17.05
%65.49

Codes

Color #585849 in popluar color models

585849
RGB888873
HSL60°9.32%31.57%
HSB/HSV60°17.05%34.51%
CMYK0.00%0.00%17.05%
65.49%

Color #585849 in popluar number systems.

HEX585849
Decimal888873
Binary101100010110001001001
Octal130130111

Shades and tints

Shades of #585849

#585849
(88,88,73)
#505043
(80,80,67)
#48483D
(72,72,61)
#404037
(64,64,55)
#383831
(56,56,49)
#30302B
(48,48,43)
#282825
(40,40,37)
#20201F
(32,32,31)
#181819
(24,24,25)
#101013
(16,16,19)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #585849

#585849
(88,88,73)
#676759
(103,103,89)
#767669
(118,118,105)
#858579
(133,133,121)
#949489
(148,148,137)
#A3A399
(163,163,153)
#B2B2A9
(178,178,169)
#C1C1B9
(193,193,185)
#D0D0C9
(208,208,201)
#DFDFD9
(223,223,217)
#EEEEE9
(238,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585849; }

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

This text font color is #585849.


Background Color

.myBgColor { background-color: #585849; }

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

This div background color is #585849.


Border color

.myBorderColor { border: 1px solid #585849; }

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

This div border color is #585849.


Opacity

.myOpacity80 { color: #585849; opacity: 0.8; }

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

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

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

This text has shadow with #585849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585849 on black background.


Color preview on white background

This text has color #585849 on white background.



Black color preview on #585849 background

This text has black color on #585849 background.


White color preview on #585849 background

This text has white color on #585849 background.