COLOR #595448

HEX: #595448
RGB: (89,84,72)

Color info

#595448 contains red, green and blue colors in about the same proportion. Web safe color of #595448 is #666633 (or #663).

RGB color model

#595448 color RGB value is (89,84,72).

  • red value is 89;
  • green value is 84;
  • blue value is 72.
RGB:
(89,84,72)
(35%,33%,28%)

RGB channels and saturation

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

89
84
72

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

Portions of RGB colors in percentages

R + G + B =
89 + 84 + 72 = 245 (100%)
R 89 of 245 ~ 36.33%
G 84 of 245 ~ 34.29%
B 72 of 245 ~ 29.39%

%36.33
%34.29
%29.39

CMYK color model

#595448 color CMYK value is (0,6,19,65).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 19.10%
  • key color value is 65.10%
CMYK:
(0,6,19,65)
C0M6Y19K65 
(0%,6%,19%,65%)
(0.00/0.06/0.19/0.65)	

CMYK percentages

%0
%5.62
%19.1
%65.1

Codes

Color #595448 in popluar color models

595448
RGB898472
HSL42°10.56%31.57%
HSB/HSV42°19.10%34.90%
CMYK0.00%5.62%19.10%
65.10%

Color #595448 in popluar number systems.

HEX595448
Decimal898472
Binary101100110101001001000
Octal131124110

Shades and tints

Shades of #595448

#595448
(89,84,72)
#514D42
(81,77,66)
#49463C
(73,70,60)
#413F36
(65,63,54)
#393830
(57,56,48)
#31312A
(49,49,42)
#292A24
(41,42,36)
#21231E
(33,35,30)
#191C18
(25,28,24)
#111512
(17,21,18)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #595448

#595448
(89,84,72)
#686358
(104,99,88)
#777268
(119,114,104)
#868178
(134,129,120)
#959088
(149,144,136)
#A49F98
(164,159,152)
#B3AEA8
(179,174,168)
#C2BDB8
(194,189,184)
#D1CCC8
(209,204,200)
#E0DBD8
(224,219,216)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595448; }

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

This text font color is #595448.


Background Color

.myBgColor { background-color: #595448; }

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

This div background color is #595448.


Border color

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

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

This div border color is #595448.


Opacity

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

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

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

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

This text has shadow with #595448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595448 on black background.


Color preview on white background

This text has color #595448 on white background.



Black color preview on #595448 background

This text has black color on #595448 background.


White color preview on #595448 background

This text has white color on #595448 background.