COLOR #352749

HEX: #352749
RGB: (53,39,73)

Color info

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

RGB color model

#352749 color RGB value is (53,39,73).

  • red value is 53;
  • green value is 39;
  • blue value is 73.
RGB:
(53,39,73)
(21%,15%,29%)

RGB channels and saturation

R 53 of 255 = 21%
G 39 of 255 = 15%
B 73 of 255 = 29%

53
39
73

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

Portions of RGB colors in percentages

R + G + B =
53 + 39 + 73 = 165 (100%)
R 53 of 165 ~ 32.12%
G 39 of 165 ~ 23.64%
B 73 of 165 ~ 44.24%

%32.12
%23.64
%44.24

CMYK color model

#352749 color CMYK value is (27,47,0,71).

  • cyan value is 27.40%
  • magenta value is 46.58%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(27,47,0,71)
C27M47Y0K71 
(27%,47%,0%,71%)
(0.27/0.47/0.00/0.71)	

CMYK percentages

%27.4
%46.58
%0
%71.37

Codes

Color #352749 in popluar color models

352749
RGB533973
HSL265°30.36%21.96%
HSB/HSV265°46.58%28.63%
CMYK27.40%46.58%0.00%
71.37%

Color #352749 in popluar number systems.

HEX352749
Decimal533973
Binary1101011001111001001
Octal6547111

Shades and tints

Shades of #352749

#352749
(53,39,73)
#312443
(49,36,67)
#2D213D
(45,33,61)
#291E37
(41,30,55)
#251B31
(37,27,49)
#21182B
(33,24,43)
#1D1525
(29,21,37)
#19121F
(25,18,31)
#150F19
(21,15,25)
#110C13
(17,12,19)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #352749

#352749
(53,39,73)
#473A59
(71,58,89)
#594D69
(89,77,105)
#6B6079
(107,96,121)
#7D7389
(125,115,137)
#8F8699
(143,134,153)
#A199A9
(161,153,169)
#B3ACB9
(179,172,185)
#C5BFC9
(197,191,201)
#D7D2D9
(215,210,217)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352749 color. Also use rgb(53,39,73) instead hex code.

Text Font Color

.myTextColor { color: #352749; }

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

This text font color is #352749.


Background Color

.myBgColor { background-color: #352749; }

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

This div background color is #352749.


Border color

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

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

This div border color is #352749.


Opacity

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

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

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

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

This text has shadow with #352749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352749 on black background.


Color preview on white background

This text has color #352749 on white background.



Black color preview on #352749 background

This text has black color on #352749 background.


White color preview on #352749 background

This text has white color on #352749 background.