COLOR #350A53

HEX: #350A53 RGB: (53,10,83)

Color info

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

RGB color model

#350A53 color RGB value is (53,10,83).

RGB: (53,10,83) (21%, 4%, 33%)

RGB channels and saturation

R 53 of 255 = 21%
G 10 of 255 = 4%
B 83 of 255 = 33%

53
10
83

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

Portions of RGB colors in percentages

R + G + B = 53 + 10 + 83 = 146 (100%)
R 53 of 146 ~ 36.3%
G 10 of 146 ~ 6.85%
B 83 of 146 ~ 56.85'%

%36.3
%56.85

CMYK color model

#350A53 color CMYK value is (36,88,0,67).

  • cyan value is 36.14%
  • magenta value is 87.95%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (36,88,0,67)
C36M88Y0K67 (36%, 88%, 0%, 67%)
(0.36 / 0.88 / 0.00 / 0.67)

CMYK percentages

%36.14
%87.95
%0
%67.45

Codes

Color #350A53 in popluar color models

35 0A 53
RGB 53 10 83
HSL 275° 78.49% 18.24%
HSB/HSV 275° 87.95% 32.55%
CMYK 36.14% 87.95% 0.00%
67.45%

Color #350A53 in popluar number systems.

HEX 35 0A 53
Decimal 53 10 83
Binary 110101 1010 1010011
Octal 65 12 123

Shades and tints

Shades of #350A53

#350A53
(53,10,83)
#310A4C
(49,10,76)
#2D0A45
(45,10,69)
#290A3E
(41,10,62)
#250A37
(37,10,55)
#210A30
(33,10,48)
#1D0A29
(29,10,41)
#190A22
(25,10,34)
#150A1B
(21,10,27)
#110A14
(17,10,20)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #350A53

#350A53
(53,10,83)
#472062
(71,32,98)
#593671
(89,54,113)
#6B4C80
(107,76,128)
#7D628F
(125,98,143)
#8F789E
(143,120,158)
#A18EAD
(161,142,173)
#B3A4BC
(179,164,188)
#C5BACB
(197,186,203)
#D7D0DA
(215,208,218)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350A53; }

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

This text font color is #350A53.

Background Color

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

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

This div background color is #350A53.

Border color

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

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

This div border color is #350A53.

Opacity

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

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

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

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

This text has shadow with #350A53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #350A53.

Preview

Color preview on black background

This text has color #350A53 on black background.


Color preview on white background

This text has color #350A53 on white background.


Black color preview on #350A53 background

This text has black color on #350A53 background.


White color preview on #350A53 background

This text has white color on #350A53 background.


Related colors

Complementary color

Complementary color for #hex is #CAF5AC.


I love getcolorcode.com

Triadic colors

1 #53350A and #0A5335 with #350A53 are triadic colors.

2 #530A35 and #0A3553 with #350A53 are triadic colors.