COLOR #20552B

HEX: #20552B
RGB: (32,85,43)

Color info

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

RGB color model

#20552B color RGB value is (32,85,43).

  • red value is 32;
  • green value is 85;
  • blue value is 43.
RGB:
(32,85,43)
(13%,33%,17%)

RGB channels and saturation

R 32 of 255 = 13%
G 85 of 255 = 33%
B 43 of 255 = 17%

32
85
43

R + G + B ~ 21%. #20552B is dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 85 + 43 = 160 (100%)
R 32 of 160 ~ 20%
G 85 of 160 ~ 53.13%
B 43 of 160 ~ 26.88%

%20
%53.13
%26.88

CMYK color model

#20552B color CMYK value is (62,0,49,67).

  • cyan value is 62.35%
  • magenta value is 0.00%
  • yellow value is 49.41%
  • key color value is 66.67%
CMYK:
(62,0,49,67)
C62M0Y49K67 
(62%,0%,49%,67%)
(0.62/0.00/0.49/0.67)	

CMYK percentages

%62.35
%0
%49.41
%66.67

Codes

Color #20552B in popluar color models

20552B
RGB328543
HSL132°45.30%22.94%
HSB/HSV132°62.35%33.33%
CMYK62.35%0.00%49.41%
66.67%

Color #20552B in popluar number systems.

HEX20552B
Decimal328543
Binary1000001010101101011
Octal4012553

Shades and tints

Shades of #20552B

#20552B
(32,85,43)
#1E4E28
(30,78,40)
#1C4725
(28,71,37)
#1A4022
(26,64,34)
#18391F
(24,57,31)
#16321C
(22,50,28)
#142B19
(20,43,25)
#122416
(18,36,22)
#101D13
(16,29,19)
#0E1610
(14,22,16)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #20552B

#20552B
(32,85,43)
#34643E
(52,100,62)
#487351
(72,115,81)
#5C8264
(92,130,100)
#709177
(112,145,119)
#84A08A
(132,160,138)
#98AF9D
(152,175,157)
#ACBEB0
(172,190,176)
#C0CDC3
(192,205,195)
#D4DCD6
(212,220,214)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20552B color. Also use rgb(32,85,43) instead hex code.

Text Font Color

.myTextColor { color: #20552B; }

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

This text font color is #20552B.


Background Color

.myBgColor { background-color: #20552B; }

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

This div background color is #20552B.


Border color

.myBorderColor { border: 1px solid #20552B; }

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

This div border color is #20552B.


Opacity

.myOpacity80 { color: #20552B; opacity: 0.8; }

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

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

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

This text has shadow with #20552B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20552B on black background.


Color preview on white background

This text has color #20552B on white background.



Black color preview on #20552B background

This text has black color on #20552B background.


White color preview on #20552B background

This text has white color on #20552B background.