COLOR #351A4E

HEX: #351A4E RGB: (53,26,78)

Color info

#351A4E contains red, green and blue colors in about the same proportion. Web safe color of #351A4E is #330066 (or #306).

RGB color model

#351A4E color RGB value is (53,26,78).

RGB: (53,26,78) (21%, 10%, 31%)

RGB channels and saturation

R 53 of 255 = 21%
G 26 of 255 = 10%
B 78 of 255 = 31%

53
26
78

R + G + B ~ 21%. #351A4E is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 26 + 78 = 157 (100%)
R 53 of 157 ~ 33.76%
G 26 of 157 ~ 16.56%
B 78 of 157 ~ 49.68'%

%33.76
%16.56
%49.68

CMYK color model

#351A4E color CMYK value is (32,67,0,69).

  • cyan value is 32.05%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (32,67,0,69)
C32M67Y0K69 (32%, 67%, 0%, 69%)
(0.32 / 0.67 / 0.00 / 0.69)

CMYK percentages

%32.05
%66.67
%0
%69.41

Codes

Color #351A4E in popluar color models

35 1A 4E
RGB 53 26 78
HSL 271° 50.00% 20.39%
HSB/HSV 271° 66.67% 30.59%
CMYK 32.05% 66.67% 0.00%
69.41%

Color #351A4E in popluar number systems.

HEX 35 1A 4E
Decimal 53 26 78
Binary 110101 11010 1001110
Octal 65 32 116

Shades and tints

Shades of #351A4E

#351A4E
(53,26,78)
#311847
(49,24,71)
#2D1640
(45,22,64)
#291439
(41,20,57)
#251232
(37,18,50)
#21102B
(33,16,43)
#1D0E24
(29,14,36)
#190C1D
(25,12,29)
#150A16
(21,10,22)
#11080F
(17,8,15)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #351A4E

#351A4E
(53,26,78)
#472E5E
(71,46,94)
#59426E
(89,66,110)
#6B567E
(107,86,126)
#7D6A8E
(125,106,142)
#8F7E9E
(143,126,158)
#A192AE
(161,146,174)
#B3A6BE
(179,166,190)
#C5BACE
(197,186,206)
#D7CEDE
(215,206,222)
#E9E2EE
(233,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351A4E color. Also use rgb(53,26,78) instead hex code.

Text Font Color

.myTextColor { color: #351A4E; }

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

This text font color is #351A4E.

Background Color

.myBgColor { background-color: #351A4E; }

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

This div background color is #351A4E.

Border color

.myBorderColor { border: 1px solid #351A4E; }

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

This div border color is #351A4E.

Opacity

.myOpacity80 { color: #351A4E; opacity: 0.8; }

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

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

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

This text has shadow with #351A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #351A4E.

Preview

Color preview on black background

This text has color #351A4E on black background.


Color preview on white background

This text has color #351A4E on white background.


Black color preview on #351A4E background

This text has black color on #351A4E background.


White color preview on #351A4E background

This text has white color on #351A4E background.


Related colors

Complementary color

Complementary color for #hex is #CAE5B1.


I love getcolorcode.com

Triadic colors

1 #4E351A and #1A4E35 with #351A4E are triadic colors.

2 #4E1A35 and #1A354E with #351A4E are triadic colors.