COLOR #597D2A

HEX: #597D2A
RGB: (89,125,42)

Color info

#597D2A contains mainly red and green colors. Web safe color of #597D2A is #666633 (or #663).

RGB color model

#597D2A color RGB value is (89,125,42).

  • red value is 89;
  • green value is 125;
  • blue value is 42.
RGB:
(89,125,42)
(35%,49%,16%)

RGB channels and saturation

R 89 of 255 = 35%
G 125 of 255 = 49%
B 42 of 255 = 16%

89
125
42

R + G + B ~ 33%. #597D2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 125 + 42 = 256 (100%)
R 89 of 256 ~ 34.77%
G 125 of 256 ~ 48.83%
B 42 of 256 ~ 16.41%

%34.77
%48.83
%16.41

CMYK color model

#597D2A color CMYK value is (29,0,66,51).

  • cyan value is 28.80%
  • magenta value is 0.00%
  • yellow value is 66.40%
  • key color value is 50.98%
CMYK:
(29,0,66,51)
C29M0Y66K51 
(29%,0%,66%,51%)
(0.29/0.00/0.66/0.51)	

CMYK percentages

%28.8
%0
%66.4
%50.98

Codes

Color #597D2A in popluar color models

597D2A
RGB8912542
HSL86°49.70%32.75%
HSB/HSV86°66.40%49.02%
CMYK28.80%0.00%66.40%
50.98%

Color #597D2A in popluar number systems.

HEX597D2A
Decimal8912542
Binary10110011111101101010
Octal13117552

Shades and tints

Shades of #597D2A

#597D2A
(89,125,42)
#517227
(81,114,39)
#496724
(73,103,36)
#415C21
(65,92,33)
#39511E
(57,81,30)
#31461B
(49,70,27)
#293B18
(41,59,24)
#213015
(33,48,21)
#192512
(25,37,18)
#111A0F
(17,26,15)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #597D2A

#597D2A
(89,125,42)
#68883D
(104,136,61)
#779350
(119,147,80)
#869E63
(134,158,99)
#95A976
(149,169,118)
#A4B489
(164,180,137)
#B3BF9C
(179,191,156)
#C2CAAF
(194,202,175)
#D1D5C2
(209,213,194)
#E0E0D5
(224,224,213)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #597D2A color. Also use rgb(89,125,42) instead hex code.

Text Font Color

.myTextColor { color: #597D2A; }

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

This text font color is #597D2A.


Background Color

.myBgColor { background-color: #597D2A; }

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

This div background color is #597D2A.


Border color

.myBorderColor { border: 1px solid #597D2A; }

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

This div border color is #597D2A.


Opacity

.myOpacity80 { color: #597D2A; opacity: 0.8; }

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

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

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

This text has shadow with #597D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #597D2A on black background.


Color preview on white background

This text has color #597D2A on white background.



Black color preview on #597D2A background

This text has black color on #597D2A background.


White color preview on #597D2A background

This text has white color on #597D2A background.