COLOR #35204D

HEX: #35204D
RGB: (53,32,77)

Color info

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

RGB color model

#35204D color RGB value is (53,32,77).

  • red value is 53;
  • green value is 32;
  • blue value is 77.
RGB:
(53,32,77)
(21%,13%,30%)

RGB channels and saturation

R 53 of 255 = 21%
G 32 of 255 = 13%
B 77 of 255 = 30%

53
32
77

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

Portions of RGB colors in percentages

R + G + B =
53 + 32 + 77 = 162 (100%)
R 53 of 162 ~ 32.72%
G 32 of 162 ~ 19.75%
B 77 of 162 ~ 47.53%

%32.72
%19.75
%47.53

CMYK color model

#35204D color CMYK value is (31,58,0,70).

  • cyan value is 31.17%
  • magenta value is 58.44%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(31,58,0,70)
C31M58Y0K70 
(31%,58%,0%,70%)
(0.31/0.58/0.00/0.70)	

CMYK percentages

%31.17
%58.44
%0
%69.8

Codes

Color #35204D in popluar color models

35204D
RGB533277
HSL268°41.28%21.37%
HSB/HSV268°58.44%30.20%
CMYK31.17%58.44%0.00%
69.80%

Color #35204D in popluar number systems.

HEX35204D
Decimal533277
Binary1101011000001001101
Octal6540115

Shades and tints

Shades of #35204D

#35204D
(53,32,77)
#311E46
(49,30,70)
#2D1C3F
(45,28,63)
#291A38
(41,26,56)
#251831
(37,24,49)
#21162A
(33,22,42)
#1D1423
(29,20,35)
#19121C
(25,18,28)
#151015
(21,16,21)
#110E0E
(17,14,14)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #35204D

#35204D
(53,32,77)
#47345D
(71,52,93)
#59486D
(89,72,109)
#6B5C7D
(107,92,125)
#7D708D
(125,112,141)
#8F849D
(143,132,157)
#A198AD
(161,152,173)
#B3ACBD
(179,172,189)
#C5C0CD
(197,192,205)
#D7D4DD
(215,212,221)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35204D color. Also use rgb(53,32,77) instead hex code.

Text Font Color

.myTextColor { color: #35204D; }

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

This text font color is #35204D.


Background Color

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

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

This div background color is #35204D.


Border color

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

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

This div border color is #35204D.


Opacity

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

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

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

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

This text has shadow with #35204D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35204D on black background.


Color preview on white background

This text has color #35204D on white background.



Black color preview on #35204D background

This text has black color on #35204D background.


White color preview on #35204D background

This text has white color on #35204D background.