COLOR #353C52

HEX: #353C52 RGB: (53,60,82)

Color info

#353C52 contains red, green and blue colors in about the same proportion. Web safe color of #353C52 is #333366 (or #336).

RGB color model

#353C52 color RGB value is (53,60,82).

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

RGB channels and saturation

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

53
60
82

R + G + B ~ 26%. #353C52 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 60 + 82 = 195 (100%)
R 53 of 195 ~ 27.18%
G 60 of 195 ~ 30.77%
B 82 of 195 ~ 42.05'%

%27.18
%30.77
%42.05

CMYK color model

#353C52 color CMYK value is (35,27,0,68).

  • cyan value is 35.37%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (35,27,0,68)
C35M27Y0K68 (35%, 27%, 0%, 68%)
(0.35 / 0.27 / 0.00 / 0.68)

CMYK percentages

%35.37
%26.83
%0
%67.84

Codes

Color #353C52 in popluar color models

35 3C 52
RGB 53 60 82
HSL 226° 21.48% 26.47%
HSB/HSV 226° 35.37% 32.16%
CMYK 35.37% 26.83% 0.00%
67.84%

Color #353C52 in popluar number systems.

HEX 35 3C 52
Decimal 53 60 82
Binary 110101 111100 1010010
Octal 65 74 122

Shades and tints

Shades of #353C52

#353C52
(53,60,82)
#31374B
(49,55,75)
#2D3244
(45,50,68)
#292D3D
(41,45,61)
#252836
(37,40,54)
#21232F
(33,35,47)
#1D1E28
(29,30,40)
#191921
(25,25,33)
#15141A
(21,20,26)
#110F13
(17,15,19)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #353C52

#353C52
(53,60,82)
#474D61
(71,77,97)
#595E70
(89,94,112)
#6B6F7F
(107,111,127)
#7D808E
(125,128,142)
#8F919D
(143,145,157)
#A1A2AC
(161,162,172)
#B3B3BB
(179,179,187)
#C5C4CA
(197,196,202)
#D7D5D9
(215,213,217)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353C52 color. Also use rgb(53,60,82) instead hex code.

Text Font Color

.myTextColor { color: #353C52; }

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

This text font color is #353C52.

Background Color

.myBgColor { background-color: #353C52; }

<div style="background-color:#353C52">Inner text</div>

This div background color is #353C52.

Border color

.myBorderColor { border: 1px solid #353C52; }

<div style="border:3px solid #353C52">Div</div>

This div border color is #353C52.

Opacity

.myOpacity80 { color: #353C52; opacity: 0.8; }

<p style="color:#353C52;opacity:0.8;">80%</p>

Text with #353C52 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 #353C52;}

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

This text has shadow with #353C52 color.


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

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

This text has shadow with #353C52 primary color and red secondary color.


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

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

This text has shadow with #353C52 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #353C52.

Preview

Color preview on black background

This text has color #353C52 on black background.


Color preview on white background

This text has color #353C52 on white background.


Black color preview on #353C52 background

This text has black color on #353C52 background.


White color preview on #353C52 background

This text has white color on #353C52 background.


Related colors

Complementary color

Complementary color for #hex is #CAC3AD.


I love getcolorcode.com

Triadic colors

1 #52353C and #3C5235 with #353C52 are triadic colors.

2 #523C35 and #3C3552 with #353C52 are triadic colors.