COLOR #20744C

HEX: #20744C
RGB: (32,116,76)

Color info

#20744C contains mainly green and blue colors. Web safe color of #20744C is #336633 (or #363).

RGB color model

#20744C color RGB value is (32,116,76).

  • red value is 32;
  • green value is 116;
  • blue value is 76.
RGB:
(32,116,76)
(13%,45%,30%)

RGB channels and saturation

R 32 of 255 = 13%
G 116 of 255 = 45%
B 76 of 255 = 30%

32
116
76

R + G + B ~ 29%. #20744C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
32 + 116 + 76 = 224 (100%)
R 32 of 224 ~ 14.29%
G 116 of 224 ~ 51.79%
B 76 of 224 ~ 33.93%

%14.29
%51.79
%33.93

CMYK color model

#20744C color CMYK value is (72,0,34,55).

  • cyan value is 72.41%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 54.51%
CMYK:
(72,0,34,55)
C72M0Y34K55 
(72%,0%,34%,55%)
(0.72/0.00/0.34/0.55)	

CMYK percentages

%72.41
%0
%34.48
%54.51

Codes

Color #20744C in popluar color models

20744C
RGB3211676
HSL151°56.76%29.02%
HSB/HSV151°72.41%45.49%
CMYK72.41%0.00%34.48%
54.51%

Color #20744C in popluar number systems.

HEX20744C
Decimal3211676
Binary10000011101001001100
Octal40164114

Shades and tints

Shades of #20744C

#20744C
(32,116,76)
#1E6A46
(30,106,70)
#1C6040
(28,96,64)
#1A563A
(26,86,58)
#184C34
(24,76,52)
#16422E
(22,66,46)
#143828
(20,56,40)
#122E22
(18,46,34)
#10241C
(16,36,28)
#0E1A16
(14,26,22)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #20744C

#20744C
(32,116,76)
#34805C
(52,128,92)
#488C6C
(72,140,108)
#5C987C
(92,152,124)
#70A48C
(112,164,140)
#84B09C
(132,176,156)
#98BCAC
(152,188,172)
#ACC8BC
(172,200,188)
#C0D4CC
(192,212,204)
#D4E0DC
(212,224,220)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20744C color. Also use rgb(32,116,76) instead hex code.

Text Font Color

.myTextColor { color: #20744C; }

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

This text font color is #20744C.


Background Color

.myBgColor { background-color: #20744C; }

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

This div background color is #20744C.


Border color

.myBorderColor { border: 1px solid #20744C; }

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

This div border color is #20744C.


Opacity

.myOpacity80 { color: #20744C; opacity: 0.8; }

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

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

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

This text has shadow with #20744C color.

.textShadow {text-shadow: 3px 3px 1px #20744C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #20744C on black background.


Color preview on white background

This text has color #20744C on white background.



Black color preview on #20744C background

This text has black color on #20744C background.


White color preview on #20744C background

This text has white color on #20744C background.