COLOR #351A49

HEX: #351A49
RGB: (53,26,73)

Color info

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

RGB color model

#351A49 color RGB value is (53,26,73).

  • red value is 53;
  • green value is 26;
  • blue value is 73.
RGB:
(53,26,73)
(21%,10%,29%)

RGB channels and saturation

R 53 of 255 = 21%
G 26 of 255 = 10%
B 73 of 255 = 29%

53
26
73

R + G + B ~ 20%. #351A49 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 26 + 73 = 152 (100%)
R 53 of 152 ~ 34.87%
G 26 of 152 ~ 17.11%
B 73 of 152 ~ 48.03%

%34.87
%17.11
%48.03

CMYK color model

#351A49 color CMYK value is (27,64,0,71).

  • cyan value is 27.40%
  • magenta value is 64.38%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(27,64,0,71)
C27M64Y0K71 
(27%,64%,0%,71%)
(0.27/0.64/0.00/0.71)	

CMYK percentages

%27.4
%64.38
%0
%71.37

Codes

Color #351A49 in popluar color models

351A49
RGB532673
HSL274°47.47%19.41%
HSB/HSV274°64.38%28.63%
CMYK27.40%64.38%0.00%
71.37%

Color #351A49 in popluar number systems.

HEX351A49
Decimal532673
Binary110101110101001001
Octal6532111

Shades and tints

Shades of #351A49

#351A49
(53,26,73)
#311843
(49,24,67)
#2D163D
(45,22,61)
#291437
(41,20,55)
#251231
(37,18,49)
#21102B
(33,16,43)
#1D0E25
(29,14,37)
#190C1F
(25,12,31)
#150A19
(21,10,25)
#110813
(17,8,19)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #351A49

#351A49
(53,26,73)
#472E59
(71,46,89)
#594269
(89,66,105)
#6B5679
(107,86,121)
#7D6A89
(125,106,137)
#8F7E99
(143,126,153)
#A192A9
(161,146,169)
#B3A6B9
(179,166,185)
#C5BAC9
(197,186,201)
#D7CED9
(215,206,217)
#E9E2E9
(233,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #351A49; }

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

This text font color is #351A49.


Background Color

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

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

This div background color is #351A49.


Border color

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

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

This div border color is #351A49.


Opacity

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

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

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

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

This text has shadow with #351A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351A49 on black background.


Color preview on white background

This text has color #351A49 on white background.



Black color preview on #351A49 background

This text has black color on #351A49 background.


White color preview on #351A49 background

This text has white color on #351A49 background.