COLOR #596202

HEX: #596202 RGB: (89,98,2)

Color info

#596202 contains mainly red and green colors. Web safe color of #596202 is #666600 (or #660).

RGB color model

#596202 color RGB value is (89,98,2).

RGB: (89,98,2) (35%, 38%, 1%)

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 2 of 255 = 1%

89
98
2

R + G + B ~ 25%. #596202 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 98 + 2 = 189 (100%)
R 89 of 189 ~ 47.09%
G 98 of 189 ~ 51.85%
B 2 of 189 ~ 1.06'%

%47.09
%51.85

CMYK color model

#596202 color CMYK value is (9,0,98,62).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 97.96%
  • key color value is 61.57%

CMYK: (9,0,98,62)
C9M0Y98K62 (9%, 0%, 98%, 62%)
(0.09 / 0.00 / 0.98 / 0.62)

CMYK percentages

%9.18
%0
%97.96
%61.57

Codes

Color #596202 in popluar color models

59 62 02
RGB 89 98 2
HSL 66° 96.00% 19.61%
HSB/HSV 66° 97.96% 38.43%
CMYK 9.18% 0.00% 97.96%
61.57%

Color #596202 in popluar number systems.

HEX 59 62 02
Decimal 89 98 2
Binary 1011001 1100010 10
Octal 131 142 2

Shades and tints

Shades of #596202

#596202
(89,98,2)
#515A02
(81,90,2)
#495202
(73,82,2)
#414A02
(65,74,2)
#394202
(57,66,2)
#313A02
(49,58,2)
#293202
(41,50,2)
#212A02
(33,42,2)
#192202
(25,34,2)
#111A02
(17,26,2)
#091202
(9,18,2)
#000000
(0,0,0)

Tints of #596202

#596202
(89,98,2)
#687019
(104,112,25)
#777E30
(119,126,48)
#868C47
(134,140,71)
#959A5E
(149,154,94)
#A4A875
(164,168,117)
#B3B68C
(179,182,140)
#C2C4A3
(194,196,163)
#D1D2BA
(209,210,186)
#E0E0D1
(224,224,209)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596202 color. Also use rgb(89,98,2) instead hex code.

Text Font Color

.myTextColor { color: #596202; }

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

This text font color is #596202.

Background Color

.myBgColor { background-color: #596202; }

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

This div background color is #596202.

Border color

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

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

This div border color is #596202.

Opacity

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

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

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

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

This text has shadow with #596202 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596202.

Preview

Color preview on black background

This text has color #596202 on black background.


Color preview on white background

This text has color #596202 on white background.


Black color preview on #596202 background

This text has black color on #596202 background.


White color preview on #596202 background

This text has white color on #596202 background.


Related colors

Complementary color

Complementary color for #hex is #A69DFD.


I love getcolorcode.com

Triadic colors

1 #025962 and #620259 with #596202 are triadic colors.

2 #026259 and #625902 with #596202 are triadic colors.