COLOR #595530

HEX: #595530
RGB: (89,85,48)

Color info

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

RGB color model

#595530 color RGB value is (89,85,48).

  • red value is 89;
  • green value is 85;
  • blue value is 48.
RGB:
(89,85,48)
(35%,33%,19%)

RGB channels and saturation

R 89 of 255 = 35%
G 85 of 255 = 33%
B 48 of 255 = 19%

89
85
48

R + G + B ~ 29%. #595530 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 85 + 48 = 222 (100%)
R 89 of 222 ~ 40.09%
G 85 of 222 ~ 38.29%
B 48 of 222 ~ 21.62%

%40.09
%38.29
%21.62

CMYK color model

#595530 color CMYK value is (0,4,46,65).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 46.07%
  • key color value is 65.10%
CMYK:
(0,4,46,65)
C0M4Y46K65 
(0%,4%,46%,65%)
(0.00/0.04/0.46/0.65)	

CMYK percentages

%0
%4.49
%46.07
%65.1

Codes

Color #595530 in popluar color models

595530
RGB898548
HSL54°29.93%26.86%
HSB/HSV54°46.07%34.90%
CMYK0.00%4.49%46.07%
65.10%

Color #595530 in popluar number systems.

HEX595530
Decimal898548
Binary10110011010101110000
Octal13112560

Shades and tints

Shades of #595530

#595530
(89,85,48)
#514E2C
(81,78,44)
#494728
(73,71,40)
#414024
(65,64,36)
#393920
(57,57,32)
#31321C
(49,50,28)
#292B18
(41,43,24)
#212414
(33,36,20)
#191D10
(25,29,16)
#11160C
(17,22,12)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #595530

#595530
(89,85,48)
#686442
(104,100,66)
#777354
(119,115,84)
#868266
(134,130,102)
#959178
(149,145,120)
#A4A08A
(164,160,138)
#B3AF9C
(179,175,156)
#C2BEAE
(194,190,174)
#D1CDC0
(209,205,192)
#E0DCD2
(224,220,210)
#EFEBE4
(239,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595530 color. Also use rgb(89,85,48) instead hex code.

Text Font Color

.myTextColor { color: #595530; }

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

This text font color is #595530.


Background Color

.myBgColor { background-color: #595530; }

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

This div background color is #595530.


Border color

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

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

This div border color is #595530.


Opacity

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

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

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

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

This text has shadow with #595530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595530 on black background.


Color preview on white background

This text has color #595530 on white background.



Black color preview on #595530 background

This text has black color on #595530 background.


White color preview on #595530 background

This text has white color on #595530 background.