COLOR #20353C

HEX: #20353C RGB: (32,53,60)

Color info

#20353C contains red, green and blue colors in about the same proportion. Web safe color of #20353C is #333333 (or #333).

RGB color model

#20353C color RGB value is (32,53,60).

RGB: (32,53,60) (13%, 21%, 24%)

RGB channels and saturation

R 32 of 255 = 13%
G 53 of 255 = 21%
B 60 of 255 = 24%

32
53
60

R + G + B ~ 19%. #20353C is dark color.

Portions of RGB colors in percentages

R + G + B = 32 + 53 + 60 = 145 (100%)
R 32 of 145 ~ 22.07%
G 53 of 145 ~ 36.55%
B 60 of 145 ~ 41.38'%

%22.07
%36.55
%41.38

CMYK color model

#20353C color CMYK value is (47,12,0,76).

  • cyan value is 46.67%
  • magenta value is 11.67%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (47,12,0,76)
C47M12Y0K76 (47%, 12%, 0%, 76%)
(0.47 / 0.12 / 0.00 / 0.76)

CMYK percentages

%46.67
%11.67
%0
%76.47

Codes

Color #20353C in popluar color models

20 35 3C
RGB 32 53 60
HSL 195° 30.43% 18.04%
HSB/HSV 195° 46.67% 23.53%
CMYK 46.67% 11.67% 0.00%
76.47%

Color #20353C in popluar number systems.

HEX 20 35 3C
Decimal 32 53 60
Binary 100000 110101 111100
Octal 40 65 74

Shades and tints

Shades of #20353C

#20353C
(32,53,60)
#1E3137
(30,49,55)
#1C2D32
(28,45,50)
#1A292D
(26,41,45)
#182528
(24,37,40)
#162123
(22,33,35)
#141D1E
(20,29,30)
#121919
(18,25,25)
#101514
(16,21,20)
#0E110F
(14,17,15)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #20353C

#20353C
(32,53,60)
#34474D
(52,71,77)
#48595E
(72,89,94)
#5C6B6F
(92,107,111)
#707D80
(112,125,128)
#848F91
(132,143,145)
#98A1A2
(152,161,162)
#ACB3B3
(172,179,179)
#C0C5C4
(192,197,196)
#D4D7D5
(212,215,213)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #20353C color. Also use rgb(32,53,60) instead hex code.

Text Font Color

.myTextColor { color: #20353C; }

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

This text font color is #20353C.

Background Color

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

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

This div background color is #20353C.

Border color

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

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

This div border color is #20353C.

Opacity

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

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

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

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

This text has shadow with #20353C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #20353C.

Preview

Color preview on black background

This text has color #20353C on black background.


Color preview on white background

This text has color #20353C on white background.


Black color preview on #20353C background

This text has black color on #20353C background.


White color preview on #20353C background

This text has white color on #20353C background.


Related colors

Complementary color

Complementary color for #hex is #DFCAC3.


I love getcolorcode.com

Triadic colors

1 #3C2035 and #353C20 with #20353C are triadic colors.

2 #3C3520 and #35203C with #20353C are triadic colors.