COLOR #350D4D

HEX: #350D4D RGB: (53,13,77)

Color info

#350D4D contains mainly red and blue colors. Web safe color of #350D4D is #330033 (or #303).

RGB color model

#350D4D color RGB value is (53,13,77).

RGB: (53,13,77) (21%, 5%, 30%)

RGB channels and saturation

R 53 of 255 = 21%
G 13 of 255 = 5%
B 77 of 255 = 30%

53
13
77

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

Portions of RGB colors in percentages

R + G + B = 53 + 13 + 77 = 143 (100%)
R 53 of 143 ~ 37.06%
G 13 of 143 ~ 9.09%
B 77 of 143 ~ 53.85'%

%37.06
%53.85

CMYK color model

#350D4D color CMYK value is (31,83,0,70).

  • cyan value is 31.17%
  • magenta value is 83.12%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (31,83,0,70) C31M83Y0K70 (31%,83%,0%,70%) (0.31/0.83/0.00/0.70) 

CMYK percentages

%31.17
%83.12
%0
%69.8

Codes

Color #350D4D in popluar color models

35 0D 4D
RGB 53 13 77
HSL 278° 71.11% 17.65%
HSB/HSV 278° 83.12% 30.20%
CMYK 31.17% 83.12% 0.00%
69.80%

Color #350D4D in popluar number systems.

HEX 35 0D 4D
Decimal 53 13 77
Binary 110101 1101 1001101
Octal 65 15 115

Shades and tints

Shades of #350D4D

#350D4D
(53,13,77)
#310C46
(49,12,70)
#2D0B3F
(45,11,63)
#290A38
(41,10,56)
#250931
(37,9,49)
#21082A
(33,8,42)
#1D0723
(29,7,35)
#19061C
(25,6,28)
#150515
(21,5,21)
#11040E
(17,4,14)
#0D0307
(13,3,7)
#000000
(0,0,0)

Tints of #350D4D

#350D4D
(53,13,77)
#47235D
(71,35,93)
#59396D
(89,57,109)
#6B4F7D
(107,79,125)
#7D658D
(125,101,141)
#8F7B9D
(143,123,157)
#A191AD
(161,145,173)
#B3A7BD
(179,167,189)
#C5BDCD
(197,189,205)
#D7D3DD
(215,211,221)
#E9E9ED
(233,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350D4D color. Also use rgb(53,13,77) instead hex code.

Text Font Color

.myTextColor { color: #350D4D; }

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

This text font color is #350D4D.

Background Color

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

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

This div background color is #350D4D.

Border color

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

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

This div border color is #350D4D.

Opacity

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

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

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

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

This text has shadow with #350D4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #350D4D.

Preview

Color preview on black background

This text has color #350D4D on black background.


Color preview on white background

This text has color #350D4D on white background.


Black color preview on #350D4D background

This text has black color on #350D4D background.


White color preview on #350D4D background

This text has white color on #350D4D background.


Related colors

Complementary color

Complementary color for #hex is #CAF2B2.


I love getcolorcode.com

Triadic colors

1 #4D350D and #0D4D35 with #350D4D are triadic colors.

2 #4D0D35 and #0D354D with #350D4D are triadic colors.