COLOR #350656

HEX: #350656
RGB: (53,6,86)

Color info

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

RGB color model

#350656 color RGB value is (53,6,86).

  • red value is 53;
  • green value is 6;
  • blue value is 86.
RGB:
(53,6,86)
(21%,2%,34%)

RGB channels and saturation

R 53 of 255 = 21%
G 6 of 255 = 2%
B 86 of 255 = 34%

53
6
86

R + G + B ~ 19%. #350656 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 6 + 86 = 145 (100%)
R 53 of 145 ~ 36.55%
G 6 of 145 ~ 4.14%
B 86 of 145 ~ 59.31%

%36.55
%59.31

CMYK color model

#350656 color CMYK value is (38,93,0,66).

  • cyan value is 38.37%
  • magenta value is 93.02%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(38,93,0,66)
C38M93Y0K66 
(38%,93%,0%,66%)
(0.38/0.93/0.00/0.66)	

CMYK percentages

%38.37
%93.02
%0
%66.27

Codes

Color #350656 in popluar color models

350656
RGB53686
HSL275°86.96%18.04%
HSB/HSV275°93.02%33.73%
CMYK38.37%93.02%0.00%
66.27%

Color #350656 in popluar number systems.

HEX350656
Decimal53686
Binary1101011101010110
Octal656126

Shades and tints

Shades of #350656

#350656
(53,6,86)
#31064F
(49,6,79)
#2D0648
(45,6,72)
#290641
(41,6,65)
#25063A
(37,6,58)
#210633
(33,6,51)
#1D062C
(29,6,44)
#190625
(25,6,37)
#15061E
(21,6,30)
#110617
(17,6,23)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #350656

#350656
(53,6,86)
#471C65
(71,28,101)
#593274
(89,50,116)
#6B4883
(107,72,131)
#7D5E92
(125,94,146)
#8F74A1
(143,116,161)
#A18AB0
(161,138,176)
#B3A0BF
(179,160,191)
#C5B6CE
(197,182,206)
#D7CCDD
(215,204,221)
#E9E2EC
(233,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350656 color. Also use rgb(53,6,86) instead hex code.

Text Font Color

.myTextColor { color: #350656; }

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

This text font color is #350656.


Background Color

.myBgColor { background-color: #350656; }

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

This div background color is #350656.


Border color

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

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

This div border color is #350656.


Opacity

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

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

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

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

This text has shadow with #350656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350656 on black background.


Color preview on white background

This text has color #350656 on white background.



Black color preview on #350656 background

This text has black color on #350656 background.


White color preview on #350656 background

This text has white color on #350656 background.