COLOR #585448

HEX: #585448
RGB: (88,84,72)

Renk bilgisi

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

RGB renk modeli

#585448 color RGB value is (88,84,72).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 84 of 255 = 33%
B 72 of 255 = 28%

88
84
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 84 + 72 = 244 (100%)
R 88 of 244 ~ 36.07%
G 84 of 244 ~ 34.43%
B 72 of 244 ~ 29.51%

%36.07
%34.43
%29.51

CMYK RENK MODELİ

#585448 rengi CMYK tonu (0,5,18,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.55%
  • sarı tonu 18.18%
  • ana renk tonu 65.49%
CMYK:
(0,5,18,65)
C0M5Y18K65 
(0%,5%,18%,65%)
(0.00/0.05/0.18/0.65)	

CMYK yüzdeleri

%0
%4.55
%18.18
%65.49

Codes

Color #585448 in popluar color models

585448
RGB888472
HSL45°10.00%31.37%
HSB/HSV45°18.18%34.51%
CMYK0.00%4.55%18.18%
65.49%

Color #585448 in popluar number systems.

HEX585448
Decimal888472
Binary101100010101001001000
Octal130124110

Shades and tints

Shades of #585448

#585448
(88,84,72)
#504D42
(80,77,66)
#48463C
(72,70,60)
#403F36
(64,63,54)
#383830
(56,56,48)
#30312A
(48,49,42)
#282A24
(40,42,36)
#20231E
(32,35,30)
#181C18
(24,28,24)
#101512
(16,21,18)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #585448

#585448
(88,84,72)
#676358
(103,99,88)
#767268
(118,114,104)
#858178
(133,129,120)
#949088
(148,144,136)
#A39F98
(163,159,152)
#B2AEA8
(178,174,168)
#C1BDB8
(193,189,184)
#D0CCC8
(208,204,200)
#DFDBD8
(223,219,216)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585448; }

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

This text font color is #585448.


Background Color

.myBgColor { background-color: #585448; }

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

This div background color is #585448.


Border color

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

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

This div border color is #585448.


Opacity

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

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

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

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

This text has shadow with #585448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585448 on black background.


Color preview on white background

This text has color #585448 on white background.



Black color preview on #585448 background

This text has black color on #585448 background.


White color preview on #585448 background

This text has white color on #585448 background.