COLOR #353352

HEX: #353352
RGB: (53,51,82)

Color info

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

RGB color model

#353352 color RGB value is (53,51,82).

  • red value is 53;
  • green value is 51;
  • blue value is 82.
RGB:
(53,51,82)
(21%,20%,32%)

RGB channels and saturation

R 53 of 255 = 21%
G 51 of 255 = 20%
B 82 of 255 = 32%

53
51
82

R + G + B ~ 24%. #353352 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 51 + 82 = 186 (100%)
R 53 of 186 ~ 28.49%
G 51 of 186 ~ 27.42%
B 82 of 186 ~ 44.09%

%28.49
%27.42
%44.09

CMYK color model

#353352 color CMYK value is (35,38,0,68).

  • cyan value is 35.37%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(35,38,0,68)
C35M38Y0K68 
(35%,38%,0%,68%)
(0.35/0.38/0.00/0.68)	

CMYK percentages

%35.37
%37.8
%0
%67.84

Codes

Color #353352 in popluar color models

353352
RGB535182
HSL244°23.31%26.08%
HSB/HSV244°37.80%32.16%
CMYK35.37%37.80%0.00%
67.84%

Color #353352 in popluar number systems.

HEX353352
Decimal535182
Binary1101011100111010010
Octal6563122

Shades and tints

Shades of #353352

#353352
(53,51,82)
#312F4B
(49,47,75)
#2D2B44
(45,43,68)
#29273D
(41,39,61)
#252336
(37,35,54)
#211F2F
(33,31,47)
#1D1B28
(29,27,40)
#191721
(25,23,33)
#15131A
(21,19,26)
#110F13
(17,15,19)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #353352

#353352
(53,51,82)
#474561
(71,69,97)
#595770
(89,87,112)
#6B697F
(107,105,127)
#7D7B8E
(125,123,142)
#8F8D9D
(143,141,157)
#A19FAC
(161,159,172)
#B3B1BB
(179,177,187)
#C5C3CA
(197,195,202)
#D7D5D9
(215,213,217)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353352; }

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

This text font color is #353352.


Background Color

.myBgColor { background-color: #353352; }

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

This div background color is #353352.


Border color

.myBorderColor { border: 1px solid #353352; }

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

This div border color is #353352.


Opacity

.myOpacity80 { color: #353352; opacity: 0.8; }

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

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

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

This text has shadow with #353352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353352 on black background.


Color preview on white background

This text has color #353352 on white background.



Black color preview on #353352 background

This text has black color on #353352 background.


White color preview on #353352 background

This text has white color on #353352 background.