COLOR #35203C

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

53
32
60

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

Portions of RGB colors in percentages

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

%36.55
%22.07
%41.38

CMYK color model

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

  • cyan value is 11.67%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK: (12,47,0,76) C12M47Y0K76 (12%,47%,0%,76%) (0.12/0.47/0.00/0.76) 

CMYK percentages

%11.67
%46.67
%0
%76.47

Codes

Color #35203C in popluar color models

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

Color #35203C in popluar number systems.

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

Shades and tints

Shades of #35203C

#35203C
(53,32,60)
#311E37
(49,30,55)
#2D1C32
(45,28,50)
#291A2D
(41,26,45)
#251828
(37,24,40)
#211623
(33,22,35)
#1D141E
(29,20,30)
#191219
(25,18,25)
#151014
(21,16,20)
#110E0F
(17,14,15)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #35203C

#35203C
(53,32,60)
#47344D
(71,52,77)
#59485E
(89,72,94)
#6B5C6F
(107,92,111)
#7D7080
(125,112,128)
#8F8491
(143,132,145)
#A198A2
(161,152,162)
#B3ACB3
(179,172,179)
#C5C0C4
(197,192,196)
#D7D4D5
(215,212,213)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35203C; }

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

This text font color is #35203C.

Background Color

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

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

This div background color is #35203C.

Border color

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

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

This div border color is #35203C.

Opacity

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

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

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

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

This text has shadow with #35203C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35203C.

Preview

Color preview on black background

This text has color #35203C on black background.


Color preview on white background

This text has color #35203C on white background.


Black color preview on #35203C background

This text has black color on #35203C background.


White color preview on #35203C background

This text has white color on #35203C background.


Related colors

Complementary color

Complementary color for #hex is #CADFC3.


I love getcolorcode.com

Triadic colors

1 #3C3520 and #203C35 with #35203C are triadic colors.

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