COLOR #353244

HEX: #353244
RGB: (53,50,68)

Color info

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

RGB color model

#353244 color RGB value is (53,50,68).

  • red value is 53;
  • green value is 50;
  • blue value is 68.
RGB:
(53,50,68)
(21%,20%,27%)

RGB channels and saturation

R 53 of 255 = 21%
G 50 of 255 = 20%
B 68 of 255 = 27%

53
50
68

R + G + B ~ 23%. #353244 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 50 + 68 = 171 (100%)
R 53 of 171 ~ 30.99%
G 50 of 171 ~ 29.24%
B 68 of 171 ~ 39.77%

%30.99
%29.24
%39.77

CMYK color model

#353244 color CMYK value is (22,26,0,73).

  • cyan value is 22.06%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(22,26,0,73)
C22M26Y0K73 
(22%,26%,0%,73%)
(0.22/0.26/0.00/0.73)	

CMYK percentages

%22.06
%26.47
%0
%73.33

Codes

Color #353244 in popluar color models

353244
RGB535068
HSL250°15.25%23.14%
HSB/HSV250°26.47%26.67%
CMYK22.06%26.47%0.00%
73.33%

Color #353244 in popluar number systems.

HEX353244
Decimal535068
Binary1101011100101000100
Octal6562104

Shades and tints

Shades of #353244

#353244
(53,50,68)
#312E3E
(49,46,62)
#2D2A38
(45,42,56)
#292632
(41,38,50)
#25222C
(37,34,44)
#211E26
(33,30,38)
#1D1A20
(29,26,32)
#19161A
(25,22,26)
#151214
(21,18,20)
#110E0E
(17,14,14)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #353244

#353244
(53,50,68)
#474455
(71,68,85)
#595666
(89,86,102)
#6B6877
(107,104,119)
#7D7A88
(125,122,136)
#8F8C99
(143,140,153)
#A19EAA
(161,158,170)
#B3B0BB
(179,176,187)
#C5C2CC
(197,194,204)
#D7D4DD
(215,212,221)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353244 color. Also use rgb(53,50,68) instead hex code.

Text Font Color

.myTextColor { color: #353244; }

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

This text font color is #353244.


Background Color

.myBgColor { background-color: #353244; }

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

This div background color is #353244.


Border color

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

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

This div border color is #353244.


Opacity

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

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

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

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

This text has shadow with #353244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353244 on black background.


Color preview on white background

This text has color #353244 on white background.



Black color preview on #353244 background

This text has black color on #353244 background.


White color preview on #353244 background

This text has white color on #353244 background.