COLOR #351479

HEX: #351479
RGB: (53,20,121)

Color info

#351479 contains mainly blue color. Web safe color of #351479 is #330066 (or #306).

RGB color model

#351479 color RGB value is (53,20,121).

  • red value is 53;
  • green value is 20;
  • blue value is 121.
RGB:
(53,20,121)
(21%,8%,47%)

RGB channels and saturation

R 53 of 255 = 21%
G 20 of 255 = 8%
B 121 of 255 = 47%

53
20
121

R + G + B ~ 25%. #351479 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 20 + 121 = 194 (100%)
R 53 of 194 ~ 27.32%
G 20 of 194 ~ 10.31%
B 121 of 194 ~ 62.37%

%27.32
%10.31
%62.37

CMYK color model

#351479 color CMYK value is (56,83,0,53).

  • cyan value is 56.20%
  • magenta value is 83.47%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(56,83,0,53)
C56M83Y0K53 
(56%,83%,0%,53%)
(0.56/0.83/0.00/0.53)	

CMYK percentages

%56.2
%83.47
%0
%52.55

Codes

Color #351479 in popluar color models

351479
RGB5320121
HSL260°71.63%27.65%
HSB/HSV260°83.47%47.45%
CMYK56.20%83.47%0.00%
52.55%

Color #351479 in popluar number systems.

HEX351479
Decimal5320121
Binary110101101001111001
Octal6524171

Shades and tints

Shades of #351479

#351479
(53,20,121)
#31136E
(49,19,110)
#2D1263
(45,18,99)
#291158
(41,17,88)
#25104D
(37,16,77)
#210F42
(33,15,66)
#1D0E37
(29,14,55)
#190D2C
(25,13,44)
#150C21
(21,12,33)
#110B16
(17,11,22)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #351479

#351479
(53,20,121)
#472985
(71,41,133)
#593E91
(89,62,145)
#6B539D
(107,83,157)
#7D68A9
(125,104,169)
#8F7DB5
(143,125,181)
#A192C1
(161,146,193)
#B3A7CD
(179,167,205)
#C5BCD9
(197,188,217)
#D7D1E5
(215,209,229)
#E9E6F1
(233,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #351479 color. Also use rgb(53,20,121) instead hex code.

Text Font Color

.myTextColor { color: #351479; }

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

This text font color is #351479.


Background Color

.myBgColor { background-color: #351479; }

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

This div background color is #351479.


Border color

.myBorderColor { border: 1px solid #351479; }

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

This div border color is #351479.


Opacity

.myOpacity80 { color: #351479; opacity: 0.8; }

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

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

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

This text has shadow with #351479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #351479 on black background.


Color preview on white background

This text has color #351479 on white background.



Black color preview on #351479 background

This text has black color on #351479 background.


White color preview on #351479 background

This text has white color on #351479 background.