COLOR #351A41

HEX: #351A41 RGB: (53,26,65)

Color info

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

RGB color model

#351A41 color RGB value is (53,26,65).

RGB: (53,26,65) (21%, 10%, 25%)

RGB channels and saturation

R 53 of 255 = 21%
G 26 of 255 = 10%
B 65 of 255 = 25%

53
26
65

R + G + B ~ 19%. #351A41 is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 26 + 65 = 144 (100%)
R 53 of 144 ~ 36.81%
G 26 of 144 ~ 18.06%
B 65 of 144 ~ 45.14'%

%36.81
%18.06
%45.14

CMYK color model

#351A41 color CMYK value is (18,60,0,75).

  • cyan value is 18.46%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (18,60,0,75)
C18M60Y0K75 (18%, 60%, 0%, 75%)
(0.18 / 0.60 / 0.00 / 0.75)

CMYK percentages

%18.46
%60
%0
%74.51

Codes

Color #351A41 in popluar color models

35 1A 41
RGB 53 26 65
HSL 282° 42.86% 17.84%
HSB/HSV 282° 60.00% 25.49%
CMYK 18.46% 60.00% 0.00%
74.51%

Color #351A41 in popluar number systems.

HEX 35 1A 41
Decimal 53 26 65
Binary 110101 11010 1000001
Octal 65 32 101

Shades and tints

Shades of #351A41

#351A41
(53,26,65)
#31183C
(49,24,60)
#2D1637
(45,22,55)
#291432
(41,20,50)
#25122D
(37,18,45)
#211028
(33,16,40)
#1D0E23
(29,14,35)
#190C1E
(25,12,30)
#150A19
(21,10,25)
#110814
(17,8,20)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #351A41

#351A41
(53,26,65)
#472E52
(71,46,82)
#594263
(89,66,99)
#6B5674
(107,86,116)
#7D6A85
(125,106,133)
#8F7E96
(143,126,150)
#A192A7
(161,146,167)
#B3A6B8
(179,166,184)
#C5BAC9
(197,186,201)
#D7CEDA
(215,206,218)
#E9E2EB
(233,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #351A41; }

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

This text font color is #351A41.

Background Color

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

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

This div background color is #351A41.

Border color

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

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

This div border color is #351A41.

Opacity

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

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

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

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

This text has shadow with #351A41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #351A41.

Preview

Color preview on black background

This text has color #351A41 on black background.


Color preview on white background

This text has color #351A41 on white background.


Black color preview on #351A41 background

This text has black color on #351A41 background.


White color preview on #351A41 background

This text has white color on #351A41 background.


Related colors

Complementary color

Complementary color for #hex is #CAE5BE.


I love getcolorcode.com

Triadic colors

1 #41351A and #1A4135 with #351A41 are triadic colors.

2 #411A35 and #1A3541 with #351A41 are triadic colors.