COLOR #353356

HEX: #353356
RGB: (53,51,86)

Color info

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

RGB color model

#353356 color RGB value is (53,51,86).

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

RGB channels and saturation

R 53 of 255 = 21%
G 51 of 255 = 20%
B 86 of 255 = 34%

53
51
86

R + G + B ~ 25%. #353356 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 51 + 86 = 190 (100%)
R 53 of 190 ~ 27.89%
G 51 of 190 ~ 26.84%
B 86 of 190 ~ 45.26%

%27.89
%26.84
%45.26

CMYK color model

#353356 color CMYK value is (38,41,0,66).

  • cyan value is 38.37%
  • magenta value is 40.70%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(38,41,0,66)
C38M41Y0K66 
(38%,41%,0%,66%)
(0.38/0.41/0.00/0.66)	

CMYK percentages

%38.37
%40.7
%0
%66.27

Codes

Color #353356 in popluar color models

353356
RGB535186
HSL243°25.55%26.86%
HSB/HSV243°40.70%33.73%
CMYK38.37%40.70%0.00%
66.27%

Color #353356 in popluar number systems.

HEX353356
Decimal535186
Binary1101011100111010110
Octal6563126

Shades and tints

Shades of #353356

#353356
(53,51,86)
#312F4F
(49,47,79)
#2D2B48
(45,43,72)
#292741
(41,39,65)
#25233A
(37,35,58)
#211F33
(33,31,51)
#1D1B2C
(29,27,44)
#191725
(25,23,37)
#15131E
(21,19,30)
#110F17
(17,15,23)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #353356

#353356
(53,51,86)
#474565
(71,69,101)
#595774
(89,87,116)
#6B6983
(107,105,131)
#7D7B92
(125,123,146)
#8F8DA1
(143,141,161)
#A19FB0
(161,159,176)
#B3B1BF
(179,177,191)
#C5C3CE
(197,195,206)
#D7D5DD
(215,213,221)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353356; }

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

This text font color is #353356.


Background Color

.myBgColor { background-color: #353356; }

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

This div background color is #353356.


Border color

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

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

This div border color is #353356.


Opacity

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

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

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

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

This text has shadow with #353356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353356 on black background.


Color preview on white background

This text has color #353356 on white background.



Black color preview on #353356 background

This text has black color on #353356 background.


White color preview on #353356 background

This text has white color on #353356 background.