COLOR #352A47

HEX: #352A47
RGB: (53,42,71)

Color info

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

RGB color model

#352A47 color RGB value is (53,42,71).

  • red value is 53;
  • green value is 42;
  • blue value is 71.
RGB:
(53,42,71)
(21%,16%,28%)

RGB channels and saturation

R 53 of 255 = 21%
G 42 of 255 = 16%
B 71 of 255 = 28%

53
42
71

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

Portions of RGB colors in percentages

R + G + B =
53 + 42 + 71 = 166 (100%)
R 53 of 166 ~ 31.93%
G 42 of 166 ~ 25.3%
B 71 of 166 ~ 42.77%

%31.93
%25.3
%42.77

CMYK color model

#352A47 color CMYK value is (25,41,0,72).

  • cyan value is 25.35%
  • magenta value is 40.85%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(25,41,0,72)
C25M41Y0K72 
(25%,41%,0%,72%)
(0.25/0.41/0.00/0.72)	

CMYK percentages

%25.35
%40.85
%0
%72.16

Codes

Color #352A47 in popluar color models

352A47
RGB534271
HSL263°25.66%22.16%
HSB/HSV263°40.85%27.84%
CMYK25.35%40.85%0.00%
72.16%

Color #352A47 in popluar number systems.

HEX352A47
Decimal534271
Binary1101011010101000111
Octal6552107

Shades and tints

Shades of #352A47

#352A47
(53,42,71)
#312741
(49,39,65)
#2D243B
(45,36,59)
#292135
(41,33,53)
#251E2F
(37,30,47)
#211B29
(33,27,41)
#1D1823
(29,24,35)
#19151D
(25,21,29)
#151217
(21,18,23)
#110F11
(17,15,17)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #352A47

#352A47
(53,42,71)
#473D57
(71,61,87)
#595067
(89,80,103)
#6B6377
(107,99,119)
#7D7687
(125,118,135)
#8F8997
(143,137,151)
#A19CA7
(161,156,167)
#B3AFB7
(179,175,183)
#C5C2C7
(197,194,199)
#D7D5D7
(215,213,215)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352A47 color. Also use rgb(53,42,71) instead hex code.

Text Font Color

.myTextColor { color: #352A47; }

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

This text font color is #352A47.


Background Color

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

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

This div background color is #352A47.


Border color

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

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

This div border color is #352A47.


Opacity

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

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

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

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

This text has shadow with #352A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352A47 on black background.


Color preview on white background

This text has color #352A47 on white background.



Black color preview on #352A47 background

This text has black color on #352A47 background.


White color preview on #352A47 background

This text has white color on #352A47 background.