COLOR #20593D

HEX: #20593D
RGB: (32,89,61)

Color info

#20593D contains red, green and blue colors in about the same proportion. Web safe color of #20593D is #336633 (or #363).

RGB color model

#20593D color RGB value is (32,89,61).

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

RGB channels and saturation

R 32 of 255 = 13%
G 89 of 255 = 35%
B 61 of 255 = 24%

32
89
61

R + G + B ~ 24%. #20593D is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 89 + 61 = 182 (100%)
R 32 of 182 ~ 17.58%
G 89 of 182 ~ 48.9%
B 61 of 182 ~ 33.52%

%17.58
%48.9
%33.52

CMYK color model

#20593D color CMYK value is (64,0,31,65).

  • cyan value is 64.04%
  • magenta value is 0.00%
  • yellow value is 31.46%
  • key color value is 65.10%
CMYK:
(64,0,31,65)
C64M0Y31K65 
(64%,0%,31%,65%)
(0.64/0.00/0.31/0.65)	

CMYK percentages

%64.04
%0
%31.46
%65.1

Codes

Color #20593D in popluar color models

20593D
RGB328961
HSL151°47.11%23.73%
HSB/HSV151°64.04%34.90%
CMYK64.04%0.00%31.46%
65.10%

Color #20593D in popluar number systems.

HEX20593D
Decimal328961
Binary1000001011001111101
Octal4013175

Shades and tints

Shades of #20593D

#20593D
(32,89,61)
#1E5138
(30,81,56)
#1C4933
(28,73,51)
#1A412E
(26,65,46)
#183929
(24,57,41)
#163124
(22,49,36)
#14291F
(20,41,31)
#12211A
(18,33,26)
#101915
(16,25,21)
#0E1110
(14,17,16)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #20593D

#20593D
(32,89,61)
#34684E
(52,104,78)
#48775F
(72,119,95)
#5C8670
(92,134,112)
#709581
(112,149,129)
#84A492
(132,164,146)
#98B3A3
(152,179,163)
#ACC2B4
(172,194,180)
#C0D1C5
(192,209,197)
#D4E0D6
(212,224,214)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20593D color. Also use rgb(32,89,61) instead hex code.

Text Font Color

.myTextColor { color: #20593D; }

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

This text font color is #20593D.


Background Color

.myBgColor { background-color: #20593D; }

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

This div background color is #20593D.


Border color

.myBorderColor { border: 1px solid #20593D; }

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

This div border color is #20593D.


Opacity

.myOpacity80 { color: #20593D; opacity: 0.8; }

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

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

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

This text has shadow with #20593D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20593D on black background.


Color preview on white background

This text has color #20593D on white background.



Black color preview on #20593D background

This text has black color on #20593D background.


White color preview on #20593D background

This text has white color on #20593D background.