COLOR #352B45

HEX: #352B45
RGB: (53,43,69)

Color info

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

RGB color model

#352B45 color RGB value is (53,43,69).

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

RGB channels and saturation

R 53 of 255 = 21%
G 43 of 255 = 17%
B 69 of 255 = 27%

53
43
69

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

Portions of RGB colors in percentages

R + G + B =
53 + 43 + 69 = 165 (100%)
R 53 of 165 ~ 32.12%
G 43 of 165 ~ 26.06%
B 69 of 165 ~ 41.82%

%32.12
%26.06
%41.82

CMYK color model

#352B45 color CMYK value is (23,38,0,73).

  • cyan value is 23.19%
  • magenta value is 37.68%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(23,38,0,73)
C23M38Y0K73 
(23%,38%,0%,73%)
(0.23/0.38/0.00/0.73)	

CMYK percentages

%23.19
%37.68
%0
%72.94

Codes

Color #352B45 in popluar color models

352B45
RGB534369
HSL263°23.21%21.96%
HSB/HSV263°37.68%27.06%
CMYK23.19%37.68%0.00%
72.94%

Color #352B45 in popluar number systems.

HEX352B45
Decimal534369
Binary1101011010111000101
Octal6553105

Shades and tints

Shades of #352B45

#352B45
(53,43,69)
#31283F
(49,40,63)
#2D2539
(45,37,57)
#292233
(41,34,51)
#251F2D
(37,31,45)
#211C27
(33,28,39)
#1D1921
(29,25,33)
#19161B
(25,22,27)
#151315
(21,19,21)
#11100F
(17,16,15)
#0D0D09
(13,13,9)
#000000
(0,0,0)

Tints of #352B45

#352B45
(53,43,69)
#473E55
(71,62,85)
#595165
(89,81,101)
#6B6475
(107,100,117)
#7D7785
(125,119,133)
#8F8A95
(143,138,149)
#A19DA5
(161,157,165)
#B3B0B5
(179,176,181)
#C5C3C5
(197,195,197)
#D7D6D5
(215,214,213)
#E9E9E5
(233,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352B45; }

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

This text font color is #352B45.


Background Color

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

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

This div background color is #352B45.


Border color

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

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

This div border color is #352B45.


Opacity

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

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

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

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

This text has shadow with #352B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352B45 on black background.


Color preview on white background

This text has color #352B45 on white background.



Black color preview on #352B45 background

This text has black color on #352B45 background.


White color preview on #352B45 background

This text has white color on #352B45 background.