COLOR #353443

HEX: #353443
RGB: (53,52,67)

Color info

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

RGB color model

#353443 color RGB value is (53,52,67).

  • red value is 53;
  • green value is 52;
  • blue value is 67.
RGB:
(53,52,67)
(21%,20%,26%)

RGB channels and saturation

R 53 of 255 = 21%
G 52 of 255 = 20%
B 67 of 255 = 26%

53
52
67

R + G + B ~ 22%. #353443 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 52 + 67 = 172 (100%)
R 53 of 172 ~ 30.81%
G 52 of 172 ~ 30.23%
B 67 of 172 ~ 38.95%

%30.81
%30.23
%38.95

CMYK color model

#353443 color CMYK value is (21,22,0,74).

  • cyan value is 20.90%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(21,22,0,74)
C21M22Y0K74 
(21%,22%,0%,74%)
(0.21/0.22/0.00/0.74)	

CMYK percentages

%20.9
%22.39
%0
%73.73

Codes

Color #353443 in popluar color models

353443
RGB535267
HSL244°12.61%23.33%
HSB/HSV244°22.39%26.27%
CMYK20.90%22.39%0.00%
73.73%

Color #353443 in popluar number systems.

HEX353443
Decimal535267
Binary1101011101001000011
Octal6564103

Shades and tints

Shades of #353443

#353443
(53,52,67)
#31303D
(49,48,61)
#2D2C37
(45,44,55)
#292831
(41,40,49)
#25242B
(37,36,43)
#212025
(33,32,37)
#1D1C1F
(29,28,31)
#191819
(25,24,25)
#151413
(21,20,19)
#11100D
(17,16,13)
#0D0C07
(13,12,7)
#000000
(0,0,0)

Tints of #353443

#353443
(53,52,67)
#474654
(71,70,84)
#595865
(89,88,101)
#6B6A76
(107,106,118)
#7D7C87
(125,124,135)
#8F8E98
(143,142,152)
#A1A0A9
(161,160,169)
#B3B2BA
(179,178,186)
#C5C4CB
(197,196,203)
#D7D6DC
(215,214,220)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353443 color. Also use rgb(53,52,67) instead hex code.

Text Font Color

.myTextColor { color: #353443; }

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

This text font color is #353443.


Background Color

.myBgColor { background-color: #353443; }

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

This div background color is #353443.


Border color

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

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

This div border color is #353443.


Opacity

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

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

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

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

This text has shadow with #353443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353443 on black background.


Color preview on white background

This text has color #353443 on white background.



Black color preview on #353443 background

This text has black color on #353443 background.


White color preview on #353443 background

This text has white color on #353443 background.