COLOR #353148

HEX: #353148
RGB: (53,49,72)

Color info

#353148 contains red, green and blue colors in about the same proportion. Web safe color of #353148 is #333333 (or #333).

RGB color model

#353148 color RGB value is (53,49,72).

  • red value is 53;
  • green value is 49;
  • blue value is 72.
RGB:
(53,49,72)
(21%,19%,28%)

RGB channels and saturation

R 53 of 255 = 21%
G 49 of 255 = 19%
B 72 of 255 = 28%

53
49
72

R + G + B ~ 23%. #353148 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 49 + 72 = 174 (100%)
R 53 of 174 ~ 30.46%
G 49 of 174 ~ 28.16%
B 72 of 174 ~ 41.38%

%30.46
%28.16
%41.38

CMYK color model

#353148 color CMYK value is (26,32,0,72).

  • cyan value is 26.39%
  • magenta value is 31.94%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(26,32,0,72)
C26M32Y0K72 
(26%,32%,0%,72%)
(0.26/0.32/0.00/0.72)	

CMYK percentages

%26.39
%31.94
%0
%71.76

Codes

Color #353148 in popluar color models

353148
RGB534972
HSL250°19.01%23.73%
HSB/HSV250°31.94%28.24%
CMYK26.39%31.94%0.00%
71.76%

Color #353148 in popluar number systems.

HEX353148
Decimal534972
Binary1101011100011001000
Octal6561110

Shades and tints

Shades of #353148

#353148
(53,49,72)
#312D42
(49,45,66)
#2D293C
(45,41,60)
#292536
(41,37,54)
#252130
(37,33,48)
#211D2A
(33,29,42)
#1D1924
(29,25,36)
#19151E
(25,21,30)
#151118
(21,17,24)
#110D12
(17,13,18)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #353148

#353148
(53,49,72)
#474358
(71,67,88)
#595568
(89,85,104)
#6B6778
(107,103,120)
#7D7988
(125,121,136)
#8F8B98
(143,139,152)
#A19DA8
(161,157,168)
#B3AFB8
(179,175,184)
#C5C1C8
(197,193,200)
#D7D3D8
(215,211,216)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353148 color. Also use rgb(53,49,72) instead hex code.

Text Font Color

.myTextColor { color: #353148; }

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

This text font color is #353148.


Background Color

.myBgColor { background-color: #353148; }

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

This div background color is #353148.


Border color

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

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

This div border color is #353148.


Opacity

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

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

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

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

This text has shadow with #353148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353148 on black background.


Color preview on white background

This text has color #353148 on white background.



Black color preview on #353148 background

This text has black color on #353148 background.


White color preview on #353148 background

This text has white color on #353148 background.