COLOR #352443

HEX: #352443
RGB: (53,36,67)

Color info

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

RGB color model

#352443 color RGB value is (53,36,67).

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

RGB channels and saturation

R 53 of 255 = 21%
G 36 of 255 = 14%
B 67 of 255 = 26%

53
36
67

R + G + B ~ 20%. #352443 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 36 + 67 = 156 (100%)
R 53 of 156 ~ 33.97%
G 36 of 156 ~ 23.08%
B 67 of 156 ~ 42.95%

%33.97
%23.08
%42.95

CMYK color model

#352443 color CMYK value is (21,46,0,74).

  • cyan value is 20.90%
  • magenta value is 46.27%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(21,46,0,74)
C21M46Y0K74 
(21%,46%,0%,74%)
(0.21/0.46/0.00/0.74)	

CMYK percentages

%20.9
%46.27
%0
%73.73

Codes

Color #352443 in popluar color models

352443
RGB533667
HSL273°30.10%20.20%
HSB/HSV273°46.27%26.27%
CMYK20.90%46.27%0.00%
73.73%

Color #352443 in popluar number systems.

HEX352443
Decimal533667
Binary1101011001001000011
Octal6544103

Shades and tints

Shades of #352443

#352443
(53,36,67)
#31213D
(49,33,61)
#2D1E37
(45,30,55)
#291B31
(41,27,49)
#25182B
(37,24,43)
#211525
(33,21,37)
#1D121F
(29,18,31)
#190F19
(25,15,25)
#150C13
(21,12,19)
#11090D
(17,9,13)
#0D0607
(13,6,7)
#000000
(0,0,0)

Tints of #352443

#352443
(53,36,67)
#473754
(71,55,84)
#594A65
(89,74,101)
#6B5D76
(107,93,118)
#7D7087
(125,112,135)
#8F8398
(143,131,152)
#A196A9
(161,150,169)
#B3A9BA
(179,169,186)
#C5BCCB
(197,188,203)
#D7CFDC
(215,207,220)
#E9E2ED
(233,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352443; }

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

This text font color is #352443.


Background Color

.myBgColor { background-color: #352443; }

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

This div background color is #352443.


Border color

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

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

This div border color is #352443.


Opacity

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

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

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

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

This text has shadow with #352443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352443 on black background.


Color preview on white background

This text has color #352443 on white background.



Black color preview on #352443 background

This text has black color on #352443 background.


White color preview on #352443 background

This text has white color on #352443 background.