COLOR #350959

HEX: #350959
RGB: (53,9,89)

Color info

#350959 contains mainly red and blue colors. Web safe color of #350959 is #330066 (or #306).

RGB color model

#350959 color RGB value is (53,9,89).

  • red value is 53;
  • green value is 9;
  • blue value is 89.
RGB:
(53,9,89)
(21%,4%,35%)

RGB channels and saturation

R 53 of 255 = 21%
G 9 of 255 = 4%
B 89 of 255 = 35%

53
9
89

R + G + B ~ 20%. #350959 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 9 + 89 = 151 (100%)
R 53 of 151 ~ 35.1%
G 9 of 151 ~ 5.96%
B 89 of 151 ~ 58.94%

%35.1
%58.94

CMYK color model

#350959 color CMYK value is (40,90,0,65).

  • cyan value is 40.45%
  • magenta value is 89.89%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(40,90,0,65)
C40M90Y0K65 
(40%,90%,0%,65%)
(0.40/0.90/0.00/0.65)	

CMYK percentages

%40.45
%89.89
%0
%65.1

Codes

Color #350959 in popluar color models

350959
RGB53989
HSL273°81.63%19.22%
HSB/HSV273°89.89%34.90%
CMYK40.45%89.89%0.00%
65.10%

Color #350959 in popluar number systems.

HEX350959
Decimal53989
Binary11010110011011001
Octal6511131

Shades and tints

Shades of #350959

#350959
(53,9,89)
#310951
(49,9,81)
#2D0949
(45,9,73)
#290941
(41,9,65)
#250939
(37,9,57)
#210931
(33,9,49)
#1D0929
(29,9,41)
#190921
(25,9,33)
#150919
(21,9,25)
#110911
(17,9,17)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #350959

#350959
(53,9,89)
#471F68
(71,31,104)
#593577
(89,53,119)
#6B4B86
(107,75,134)
#7D6195
(125,97,149)
#8F77A4
(143,119,164)
#A18DB3
(161,141,179)
#B3A3C2
(179,163,194)
#C5B9D1
(197,185,209)
#D7CFE0
(215,207,224)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350959 color. Also use rgb(53,9,89) instead hex code.

Text Font Color

.myTextColor { color: #350959; }

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

This text font color is #350959.


Background Color

.myBgColor { background-color: #350959; }

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

This div background color is #350959.


Border color

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

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

This div border color is #350959.


Opacity

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

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

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

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

This text has shadow with #350959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350959 on black background.


Color preview on white background

This text has color #350959 on white background.



Black color preview on #350959 background

This text has black color on #350959 background.


White color preview on #350959 background

This text has white color on #350959 background.