COLOR #363151

HEX: #363151
RGB: (54,49,81)

Color info

#363151 contains red, green and blue colors in about the same proportion. Web safe color of #363151 is #333366 (or #336).

RGB color model

#363151 color RGB value is (54,49,81).

  • red value is 54;
  • green value is 49;
  • blue value is 81.
RGB:
(54,49,81)
(21%,19%,32%)

RGB channels and saturation

R 54 of 255 = 21%
G 49 of 255 = 19%
B 81 of 255 = 32%

54
49
81

R + G + B ~ 24%. #363151 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 49 + 81 = 184 (100%)
R 54 of 184 ~ 29.35%
G 49 of 184 ~ 26.63%
B 81 of 184 ~ 44.02%

%29.35
%26.63
%44.02

CMYK color model

#363151 color CMYK value is (33,40,0,68).

  • cyan value is 33.33%
  • magenta value is 39.51%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(33,40,0,68)
C33M40Y0K68 
(33%,40%,0%,68%)
(0.33/0.40/0.00/0.68)	

CMYK percentages

%33.33
%39.51
%0
%68.24

Codes

Color #363151 in popluar color models

363151
RGB544981
HSL249°24.62%25.49%
HSB/HSV249°39.51%31.76%
CMYK33.33%39.51%0.00%
68.24%

Color #363151 in popluar number systems.

HEX363151
Decimal544981
Binary1101101100011010001
Octal6661121

Shades and tints

Shades of #363151

#363151
(54,49,81)
#322D4A
(50,45,74)
#2E2943
(46,41,67)
#2A253C
(42,37,60)
#262135
(38,33,53)
#221D2E
(34,29,46)
#1E1927
(30,25,39)
#1A1520
(26,21,32)
#161119
(22,17,25)
#120D12
(18,13,18)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #363151

#363151
(54,49,81)
#484360
(72,67,96)
#5A556F
(90,85,111)
#6C677E
(108,103,126)
#7E798D
(126,121,141)
#908B9C
(144,139,156)
#A29DAB
(162,157,171)
#B4AFBA
(180,175,186)
#C6C1C9
(198,193,201)
#D8D3D8
(216,211,216)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363151 color. Also use rgb(54,49,81) instead hex code.

Text Font Color

.myTextColor { color: #363151; }

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

This text font color is #363151.


Background Color

.myBgColor { background-color: #363151; }

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

This div background color is #363151.


Border color

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

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

This div border color is #363151.


Opacity

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

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

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

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

This text has shadow with #363151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363151 on black background.


Color preview on white background

This text has color #363151 on white background.



Black color preview on #363151 background

This text has black color on #363151 background.


White color preview on #363151 background

This text has white color on #363151 background.