COLOR #350A42

HEX: #350A42 RGB: (53,10,66)

Color info

#350A42 contains red, green and blue colors in about the same proportion. Web safe color of #350A42 is #330033 (or #303).

RGB color model

#350A42 color RGB value is (53,10,66).

RGB: (53,10,66) (21%, 4%, 26%)

RGB channels and saturation

R 53 of 255 = 21%
G 10 of 255 = 4%
B 66 of 255 = 26%

53
10
66

R + G + B ~ 17%. #350A42 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 10 + 66 = 129 (100%)
R 53 of 129 ~ 41.09%
G 10 of 129 ~ 7.75%
B 66 of 129 ~ 51.16'%

%41.09
%51.16

CMYK color model

#350A42 color CMYK value is (20,85,0,74).

  • cyan value is 19.70%
  • magenta value is 84.85%
  • yellow value is 0.00%
  • key color value is 74.12%

CMYK: (20,85,0,74)
C20M85Y0K74 (20%, 85%, 0%, 74%)
(0.20 / 0.85 / 0.00 / 0.74)

CMYK percentages

%19.7
%84.85
%0
%74.12

Codes

Color #350A42 in popluar color models

35 0A 42
RGB 53 10 66
HSL 286° 73.68% 14.90%
HSB/HSV 286° 84.85% 25.88%
CMYK 19.70% 84.85% 0.00%
74.12%

Color #350A42 in popluar number systems.

HEX 35 0A 42
Decimal 53 10 66
Binary 110101 1010 1000010
Octal 65 12 102

Shades and tints

Shades of #350A42

#350A42
(53,10,66)
#310A3C
(49,10,60)
#2D0A36
(45,10,54)
#290A30
(41,10,48)
#250A2A
(37,10,42)
#210A24
(33,10,36)
#1D0A1E
(29,10,30)
#190A18
(25,10,24)
#150A12
(21,10,18)
#110A0C
(17,10,12)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #350A42

#350A42
(53,10,66)
#472053
(71,32,83)
#593664
(89,54,100)
#6B4C75
(107,76,117)
#7D6286
(125,98,134)
#8F7897
(143,120,151)
#A18EA8
(161,142,168)
#B3A4B9
(179,164,185)
#C5BACA
(197,186,202)
#D7D0DB
(215,208,219)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #350A42; }

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

This text font color is #350A42.

Background Color

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

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

This div background color is #350A42.

Border color

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

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

This div border color is #350A42.

Opacity

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

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

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

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

This text has shadow with #350A42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #350A42.

Preview

Color preview on black background

This text has color #350A42 on black background.


Color preview on white background

This text has color #350A42 on white background.


Black color preview on #350A42 background

This text has black color on #350A42 background.


White color preview on #350A42 background

This text has white color on #350A42 background.


Related colors

Complementary color

Complementary color for #hex is #CAF5BD.


I love getcolorcode.com

Triadic colors

1 #42350A and #0A4235 with #350A42 are triadic colors.

2 #420A35 and #0A3542 with #350A42 are triadic colors.