COLOR #20590A

HEX: #20590A
RGB: (32,89,10)

Color info

#20590A contains mainly red and green colors. Web safe color of #20590A is #336600 (or #360).

RGB color model

#20590A color RGB value is (32,89,10).

  • red value is 32;
  • green value is 89;
  • blue value is 10.
RGB:
(32,89,10)
(13%,35%,4%)

RGB channels and saturation

R 32 of 255 = 13%
G 89 of 255 = 35%
B 10 of 255 = 4%

32
89
10

R + G + B ~ 17%. #20590A is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 89 + 10 = 131 (100%)
R 32 of 131 ~ 24.43%
G 89 of 131 ~ 67.94%
B 10 of 131 ~ 7.63%

%24.43
%67.94

CMYK color model

#20590A color CMYK value is (64,0,89,65).

  • cyan value is 64.04%
  • magenta value is 0.00%
  • yellow value is 88.76%
  • key color value is 65.10%
CMYK:
(64,0,89,65)
C64M0Y89K65 
(64%,0%,89%,65%)
(0.64/0.00/0.89/0.65)	

CMYK percentages

%64.04
%0
%88.76
%65.1

Codes

Color #20590A in popluar color models

20590A
RGB328910
HSL103°79.80%19.41%
HSB/HSV103°88.76%34.90%
CMYK64.04%0.00%88.76%
65.10%

Color #20590A in popluar number systems.

HEX20590A
Decimal328910
Binary10000010110011010
Octal4013112

Shades and tints

Shades of #20590A

#20590A
(32,89,10)
#1E510A
(30,81,10)
#1C490A
(28,73,10)
#1A410A
(26,65,10)
#18390A
(24,57,10)
#16310A
(22,49,10)
#14290A
(20,41,10)
#12210A
(18,33,10)
#10190A
(16,25,10)
#0E110A
(14,17,10)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #20590A

#20590A
(32,89,10)
#346820
(52,104,32)
#487736
(72,119,54)
#5C864C
(92,134,76)
#709562
(112,149,98)
#84A478
(132,164,120)
#98B38E
(152,179,142)
#ACC2A4
(172,194,164)
#C0D1BA
(192,209,186)
#D4E0D0
(212,224,208)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20590A color. Also use rgb(32,89,10) instead hex code.

Text Font Color

.myTextColor { color: #20590A; }

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

This text font color is #20590A.


Background Color

.myBgColor { background-color: #20590A; }

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

This div background color is #20590A.


Border color

.myBorderColor { border: 1px solid #20590A; }

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

This div border color is #20590A.


Opacity

.myOpacity80 { color: #20590A; opacity: 0.8; }

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

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

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

This text has shadow with #20590A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20590A on black background.


Color preview on white background

This text has color #20590A on white background.



Black color preview on #20590A background

This text has black color on #20590A background.


White color preview on #20590A background

This text has white color on #20590A background.