COLOR #595038

HEX: #595038
RGB: (89,80,56)

Color info

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

RGB color model

#595038 color RGB value is (89,80,56).

  • red value is 89;
  • green value is 80;
  • blue value is 56.
RGB:
(89,80,56)
(35%,31%,22%)

RGB channels and saturation

R 89 of 255 = 35%
G 80 of 255 = 31%
B 56 of 255 = 22%

89
80
56

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

Portions of RGB colors in percentages

R + G + B =
89 + 80 + 56 = 225 (100%)
R 89 of 225 ~ 39.56%
G 80 of 225 ~ 35.56%
B 56 of 225 ~ 24.89%

%39.56
%35.56
%24.89

CMYK color model

#595038 color CMYK value is (0,10,37,65).

  • cyan value is 0.00%
  • magenta value is 10.11%
  • yellow value is 37.08%
  • key color value is 65.10%
CMYK:
(0,10,37,65)
C0M10Y37K65 
(0%,10%,37%,65%)
(0.00/0.10/0.37/0.65)	

CMYK percentages

%0
%10.11
%37.08
%65.1

Codes

Color #595038 in popluar color models

595038
RGB898056
HSL44°22.76%28.43%
HSB/HSV44°37.08%34.90%
CMYK0.00%10.11%37.08%
65.10%

Color #595038 in popluar number systems.

HEX595038
Decimal898056
Binary10110011010000111000
Octal13112070

Shades and tints

Shades of #595038

#595038
(89,80,56)
#514933
(81,73,51)
#49422E
(73,66,46)
#413B29
(65,59,41)
#393424
(57,52,36)
#312D1F
(49,45,31)
#29261A
(41,38,26)
#211F15
(33,31,21)
#191810
(25,24,16)
#11110B
(17,17,11)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #595038

#595038
(89,80,56)
#685F4A
(104,95,74)
#776E5C
(119,110,92)
#867D6E
(134,125,110)
#958C80
(149,140,128)
#A49B92
(164,155,146)
#B3AAA4
(179,170,164)
#C2B9B6
(194,185,182)
#D1C8C8
(209,200,200)
#E0D7DA
(224,215,218)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595038 color. Also use rgb(89,80,56) instead hex code.

Text Font Color

.myTextColor { color: #595038; }

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

This text font color is #595038.


Background Color

.myBgColor { background-color: #595038; }

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

This div background color is #595038.


Border color

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

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

This div border color is #595038.


Opacity

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

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

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

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

This text has shadow with #595038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595038 on black background.


Color preview on white background

This text has color #595038 on white background.



Black color preview on #595038 background

This text has black color on #595038 background.


White color preview on #595038 background

This text has white color on #595038 background.