COLOR #585449

HEX: #585449
RGB: (88,84,73)

Renk bilgisi

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

RGB renk modeli

#585449 color RGB value is (88,84,73).

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

RGB bağlantıları ve doygunluk

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

88
84
73

R + G + B ~ 32%. #585449 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 84 + 73 = 245 (100%)
R 88 of 245 ~ 35.92%
G 84 of 245 ~ 34.29%
B 73 of 245 ~ 29.8%

%35.92
%34.29
%29.8

CMYK RENK MODELİ

#585449 rengi CMYK tonu (0,5,17,65).

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

CMYK yüzdeleri

%0
%4.55
%17.05
%65.49

Codes

Color #585449 in popluar color models

585449
RGB888473
HSL44°9.32%31.57%
HSB/HSV44°17.05%34.51%
CMYK0.00%4.55%17.05%
65.49%

Color #585449 in popluar number systems.

HEX585449
Decimal888473
Binary101100010101001001001
Octal130124111

Shades and tints

Shades of #585449

#585449
(88,84,73)
#504D43
(80,77,67)
#48463D
(72,70,61)
#403F37
(64,63,55)
#383831
(56,56,49)
#30312B
(48,49,43)
#282A25
(40,42,37)
#20231F
(32,35,31)
#181C19
(24,28,25)
#101513
(16,21,19)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #585449

#585449
(88,84,73)
#676359
(103,99,89)
#767269
(118,114,105)
#858179
(133,129,121)
#949089
(148,144,137)
#A39F99
(163,159,153)
#B2AEA9
(178,174,169)
#C1BDB9
(193,189,185)
#D0CCC9
(208,204,201)
#DFDBD9
(223,219,217)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585449; }

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

This text font color is #585449.


Background Color

.myBgColor { background-color: #585449; }

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

This div background color is #585449.


Border color

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

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

This div border color is #585449.


Opacity

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

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

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

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

This text has shadow with #585449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585449 on black background.


Color preview on white background

This text has color #585449 on white background.



Black color preview on #585449 background

This text has black color on #585449 background.


White color preview on #585449 background

This text has white color on #585449 background.