COLOR #350A5D

HEX: #350A5D RGB: (53,10,93)

Color info

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

RGB color model

#350A5D color RGB value is (53,10,93).

RGB: (53,10,93) (21%, 4%, 36%)

RGB channels and saturation

R 53 of 255 = 21%
G 10 of 255 = 4%
B 93 of 255 = 36%

53
10
93

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

Portions of RGB colors in percentages

R + G + B = 53 + 10 + 93 = 156 (100%)
R 53 of 156 ~ 33.97%
G 10 of 156 ~ 6.41%
B 93 of 156 ~ 59.62'%

%33.97
%59.62

CMYK color model

#350A5D color CMYK value is (43,89,0,64).

  • cyan value is 43.01%
  • magenta value is 89.25%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (43,89,0,64)
C43M89Y0K64 (43%, 89%, 0%, 64%)
(0.43 / 0.89 / 0.00 / 0.64)

CMYK percentages

%43.01
%89.25
%0
%63.53

Codes

Color #350A5D in popluar color models

35 0A 5D
RGB 53 10 93
HSL 271° 80.58% 20.20%
HSB/HSV 271° 89.25% 36.47%
CMYK 43.01% 89.25% 0.00%
63.53%

Color #350A5D in popluar number systems.

HEX 35 0A 5D
Decimal 53 10 93
Binary 110101 1010 1011101
Octal 65 12 135

Shades and tints

Shades of #350A5D

#350A5D
(53,10,93)
#310A55
(49,10,85)
#2D0A4D
(45,10,77)
#290A45
(41,10,69)
#250A3D
(37,10,61)
#210A35
(33,10,53)
#1D0A2D
(29,10,45)
#190A25
(25,10,37)
#150A1D
(21,10,29)
#110A15
(17,10,21)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #350A5D

#350A5D
(53,10,93)
#47206B
(71,32,107)
#593679
(89,54,121)
#6B4C87
(107,76,135)
#7D6295
(125,98,149)
#8F78A3
(143,120,163)
#A18EB1
(161,142,177)
#B3A4BF
(179,164,191)
#C5BACD
(197,186,205)
#D7D0DB
(215,208,219)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350A5D color. Also use rgb(53,10,93) instead hex code.

Text Font Color

.myTextColor { color: #350A5D; }

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

This text font color is #350A5D.

Background Color

.myBgColor { background-color: #350A5D; }

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

This div background color is #350A5D.

Border color

.myBorderColor { border: 1px solid #350A5D; }

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

This div border color is #350A5D.

Opacity

.myOpacity80 { color: #350A5D; opacity: 0.8; }

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

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

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

This text has shadow with #350A5D color.


.textShadow {text-shadow: 3px 3px 1px #350A5D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #350A5D; -webkit-box-shadow: 1px 1px 3px 2px #350A5D; box-shadow:1px 1px 3px 2px #350A5D;">
Div content here
</div>

This div box has shadow with color #350A5D.

Preview

Color preview on black background

This text has color #350A5D on black background.


Color preview on white background

This text has color #350A5D on white background.


Black color preview on #350A5D background

This text has black color on #350A5D background.


White color preview on #350A5D background

This text has white color on #350A5D background.


Related colors

Complementary color

Complementary color for #hex is #CAF5A2.


I love getcolorcode.com

Triadic colors

1 #5D350A and #0A5D35 with #350A5D are triadic colors.

2 #5D0A35 and #0A355D with #350A5D are triadic colors.