COLOR #350332

HEX: #350332
RGB: (53,3,50)

Color info

#350332 contains red, green and blue colors in about the same proportion. Web safe color of #350332 is #330033 (or #303).

RGB color model

#350332 color RGB value is (53,3,50).

  • red value is 53;
  • green value is 3;
  • blue value is 50.
RGB:
(53,3,50)
(21%,1%,20%)

RGB channels and saturation

R 53 of 255 = 21%
G 3 of 255 = 1%
B 50 of 255 = 20%

53
3
50

R + G + B ~ 14%. #350332 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 3 + 50 = 106 (100%)
R 53 of 106 ~ 50%
G 3 of 106 ~ 2.83%
B 50 of 106 ~ 47.17%

%50
%47.17

CMYK color model

#350332 color CMYK value is (0,94,6,79).

  • cyan value is 0.00%
  • magenta value is 94.34%
  • yellow value is 5.66%
  • key color value is 79.22%
CMYK:
(0,94,6,79)
C0M94Y6K79 
(0%,94%,6%,79%)
(0.00/0.94/0.06/0.79)	

CMYK percentages

%0
%94.34
%5.66
%79.22

Codes

Color #350332 in popluar color models

350332
RGB53350
HSL304°89.29%10.98%
HSB/HSV304°94.34%20.78%
CMYK0.00%94.34%5.66%
79.22%

Color #350332 in popluar number systems.

HEX350332
Decimal53350
Binary11010111110010
Octal65362

Shades and tints

Shades of #350332

#350332
(53,3,50)
#31032E
(49,3,46)
#2D032A
(45,3,42)
#290326
(41,3,38)
#250322
(37,3,34)
#21031E
(33,3,30)
#1D031A
(29,3,26)
#190316
(25,3,22)
#150312
(21,3,18)
#11030E
(17,3,14)
#0D030A
(13,3,10)
#000000
(0,0,0)

Tints of #350332

#350332
(53,3,50)
#471944
(71,25,68)
#592F56
(89,47,86)
#6B4568
(107,69,104)
#7D5B7A
(125,91,122)
#8F718C
(143,113,140)
#A1879E
(161,135,158)
#B39DB0
(179,157,176)
#C5B3C2
(197,179,194)
#D7C9D4
(215,201,212)
#E9DFE6
(233,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350332 color. Also use rgb(53,3,50) instead hex code.

Text Font Color

.myTextColor { color: #350332; }

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

This text font color is #350332.


Background Color

.myBgColor { background-color: #350332; }

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

This div background color is #350332.


Border color

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

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

This div border color is #350332.


Opacity

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

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

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

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

This text has shadow with #350332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350332 on black background.


Color preview on white background

This text has color #350332 on white background.



Black color preview on #350332 background

This text has black color on #350332 background.


White color preview on #350332 background

This text has white color on #350332 background.