COLOR #350040

HEX: #350040
RGB: (53,0,64)

Color info

#350040 contains only red and blue colors. Web safe color of #350040 is #330033 (or #303).

RGB color model

#350040 color RGB value is (53,0,64).

  • red value is 53;
  • green value is 0;
  • blue value is 64.
RGB:
(53,0,64)
(21%,0%,25%)

RGB channels and saturation

R 53 of 255 = 21%
G 0 of 255 = 0%
B 64 of 255 = 25%

53
0
64

R + G + B ~ 15%. #350040 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 0 + 64 = 117 (100%)
R 53 of 117 ~ 45.3%
G 0 of 117 ~ 0%
B 64 of 117 ~ 54.7%

%45.3
%54.7

CMYK color model

#350040 color CMYK value is (17,100,0,75).

  • cyan value is 17.19%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(17,100,0,75)
C17M100Y0K75 
(17%,100%,0%,75%)
(0.17/1.00/0.00/0.75)	

CMYK percentages

%17.19
%100
%0
%74.9

Codes

Color #350040 in popluar color models

350040
RGB53064
HSL290°100.00%12.55%
HSB/HSV290°100.00%25.10%
CMYK17.19%100.00%0.00%
74.90%

Color #350040 in popluar number systems.

HEX350040
Decimal53064
Binary11010101000000
Octal650100

Shades and tints

Shades of #350040

#350040
(53,0,64)
#31003B
(49,0,59)
#2D0036
(45,0,54)
#290031
(41,0,49)
#25002C
(37,0,44)
#210027
(33,0,39)
#1D0022
(29,0,34)
#19001D
(25,0,29)
#150018
(21,0,24)
#110013
(17,0,19)
#0D000E
(13,0,14)
#000000
(0,0,0)

Tints of #350040

#350040
(53,0,64)
#471751
(71,23,81)
#592E62
(89,46,98)
#6B4573
(107,69,115)
#7D5C84
(125,92,132)
#8F7395
(143,115,149)
#A18AA6
(161,138,166)
#B3A1B7
(179,161,183)
#C5B8C8
(197,184,200)
#D7CFD9
(215,207,217)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350040 color. Also use rgb(53,0,64) instead hex code.

Text Font Color

.myTextColor { color: #350040; }

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

This text font color is #350040.


Background Color

.myBgColor { background-color: #350040; }

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

This div background color is #350040.


Border color

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

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

This div border color is #350040.


Opacity

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

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

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

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

This text has shadow with #350040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350040 on black background.


Color preview on white background

This text has color #350040 on white background.



Black color preview on #350040 background

This text has black color on #350040 background.


White color preview on #350040 background

This text has white color on #350040 background.