COLOR #352A4F

HEX: #352A4F
RGB: (53,42,79)

Color info

#352A4F contains red, green and blue colors in about the same proportion. Web safe color of #352A4F is #333366 (or #336).

RGB color model

#352A4F color RGB value is (53,42,79).

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

RGB channels and saturation

R 53 of 255 = 21%
G 42 of 255 = 16%
B 79 of 255 = 31%

53
42
79

R + G + B ~ 23%. #352A4F is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 42 + 79 = 174 (100%)
R 53 of 174 ~ 30.46%
G 42 of 174 ~ 24.14%
B 79 of 174 ~ 45.4%

%30.46
%24.14
%45.4

CMYK color model

#352A4F color CMYK value is (33,47,0,69).

  • cyan value is 32.91%
  • magenta value is 46.84%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(33,47,0,69)
C33M47Y0K69 
(33%,47%,0%,69%)
(0.33/0.47/0.00/0.69)	

CMYK percentages

%32.91
%46.84
%0
%69.02

Codes

Color #352A4F in popluar color models

352A4F
RGB534279
HSL258°30.58%23.73%
HSB/HSV258°46.84%30.98%
CMYK32.91%46.84%0.00%
69.02%

Color #352A4F in popluar number systems.

HEX352A4F
Decimal534279
Binary1101011010101001111
Octal6552117

Shades and tints

Shades of #352A4F

#352A4F
(53,42,79)
#312748
(49,39,72)
#2D2441
(45,36,65)
#29213A
(41,33,58)
#251E33
(37,30,51)
#211B2C
(33,27,44)
#1D1825
(29,24,37)
#19151E
(25,21,30)
#151217
(21,18,23)
#110F10
(17,15,16)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #352A4F

#352A4F
(53,42,79)
#473D5F
(71,61,95)
#59506F
(89,80,111)
#6B637F
(107,99,127)
#7D768F
(125,118,143)
#8F899F
(143,137,159)
#A19CAF
(161,156,175)
#B3AFBF
(179,175,191)
#C5C2CF
(197,194,207)
#D7D5DF
(215,213,223)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #352A4F; }

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

This text font color is #352A4F.


Background Color

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

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

This div background color is #352A4F.


Border color

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

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

This div border color is #352A4F.


Opacity

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

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

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

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

This text has shadow with #352A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352A4F on black background.


Color preview on white background

This text has color #352A4F on white background.



Black color preview on #352A4F background

This text has black color on #352A4F background.


White color preview on #352A4F background

This text has white color on #352A4F background.