COLOR #352250

HEX: #352250
RGB: (53,34,80)

Color info

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

RGB color model

#352250 color RGB value is (53,34,80).

  • red value is 53;
  • green value is 34;
  • blue value is 80.
RGB:
(53,34,80)
(21%,13%,31%)

RGB channels and saturation

R 53 of 255 = 21%
G 34 of 255 = 13%
B 80 of 255 = 31%

53
34
80

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

Portions of RGB colors in percentages

R + G + B =
53 + 34 + 80 = 167 (100%)
R 53 of 167 ~ 31.74%
G 34 of 167 ~ 20.36%
B 80 of 167 ~ 47.9%

%31.74
%20.36
%47.9

CMYK color model

#352250 color CMYK value is (34,58,0,69).

  • cyan value is 33.75%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(34,58,0,69)
C34M58Y0K69 
(34%,58%,0%,69%)
(0.34/0.58/0.00/0.69)	

CMYK percentages

%33.75
%57.5
%0
%68.63

Codes

Color #352250 in popluar color models

352250
RGB533480
HSL265°40.35%22.35%
HSB/HSV265°57.50%31.37%
CMYK33.75%57.50%0.00%
68.63%

Color #352250 in popluar number systems.

HEX352250
Decimal533480
Binary1101011000101010000
Octal6542120

Shades and tints

Shades of #352250

#352250
(53,34,80)
#311F49
(49,31,73)
#2D1C42
(45,28,66)
#29193B
(41,25,59)
#251634
(37,22,52)
#21132D
(33,19,45)
#1D1026
(29,16,38)
#190D1F
(25,13,31)
#150A18
(21,10,24)
#110711
(17,7,17)
#0D040A
(13,4,10)
#000000
(0,0,0)

Tints of #352250

#352250
(53,34,80)
#47365F
(71,54,95)
#594A6E
(89,74,110)
#6B5E7D
(107,94,125)
#7D728C
(125,114,140)
#8F869B
(143,134,155)
#A19AAA
(161,154,170)
#B3AEB9
(179,174,185)
#C5C2C8
(197,194,200)
#D7D6D7
(215,214,215)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352250 color. Also use rgb(53,34,80) instead hex code.

Text Font Color

.myTextColor { color: #352250; }

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

This text font color is #352250.


Background Color

.myBgColor { background-color: #352250; }

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

This div background color is #352250.


Border color

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

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

This div border color is #352250.


Opacity

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

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

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

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

This text has shadow with #352250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352250 on black background.


Color preview on white background

This text has color #352250 on white background.



Black color preview on #352250 background

This text has black color on #352250 background.


White color preview on #352250 background

This text has white color on #352250 background.