COLOR #352D45

HEX: #352D45
RGB: (53,45,69)

Color info

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

RGB color model

#352D45 color RGB value is (53,45,69).

  • red value is 53;
  • green value is 45;
  • blue value is 69.
RGB:
(53,45,69)
(21%,18%,27%)

RGB channels and saturation

R 53 of 255 = 21%
G 45 of 255 = 18%
B 69 of 255 = 27%

53
45
69

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

Portions of RGB colors in percentages

R + G + B =
53 + 45 + 69 = 167 (100%)
R 53 of 167 ~ 31.74%
G 45 of 167 ~ 26.95%
B 69 of 167 ~ 41.32%

%31.74
%26.95
%41.32

CMYK color model

#352D45 color CMYK value is (23,35,0,73).

  • cyan value is 23.19%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(23,35,0,73)
C23M35Y0K73 
(23%,35%,0%,73%)
(0.23/0.35/0.00/0.73)	

CMYK percentages

%23.19
%34.78
%0
%72.94

Codes

Color #352D45 in popluar color models

352D45
RGB534569
HSL260°21.05%22.35%
HSB/HSV260°34.78%27.06%
CMYK23.19%34.78%0.00%
72.94%

Color #352D45 in popluar number systems.

HEX352D45
Decimal534569
Binary1101011011011000101
Octal6555105

Shades and tints

Shades of #352D45

#352D45
(53,45,69)
#31293F
(49,41,63)
#2D2539
(45,37,57)
#292133
(41,33,51)
#251D2D
(37,29,45)
#211927
(33,25,39)
#1D1521
(29,21,33)
#19111B
(25,17,27)
#150D15
(21,13,21)
#11090F
(17,9,15)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #352D45

#352D45
(53,45,69)
#474055
(71,64,85)
#595365
(89,83,101)
#6B6675
(107,102,117)
#7D7985
(125,121,133)
#8F8C95
(143,140,149)
#A19FA5
(161,159,165)
#B3B2B5
(179,178,181)
#C5C5C5
(197,197,197)
#D7D8D5
(215,216,213)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352D45 color. Also use rgb(53,45,69) instead hex code.

Text Font Color

.myTextColor { color: #352D45; }

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

This text font color is #352D45.


Background Color

.myBgColor { background-color: #352D45; }

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

This div background color is #352D45.


Border color

.myBorderColor { border: 1px solid #352D45; }

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

This div border color is #352D45.


Opacity

.myOpacity80 { color: #352D45; opacity: 0.8; }

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

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

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

This text has shadow with #352D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352D45 on black background.


Color preview on white background

This text has color #352D45 on white background.



Black color preview on #352D45 background

This text has black color on #352D45 background.


White color preview on #352D45 background

This text has white color on #352D45 background.