COLOR #363951

HEX: #363951
RGB: (54,57,81)

Color info

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

RGB color model

#363951 color RGB value is (54,57,81).

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

RGB channels and saturation

R 54 of 255 = 21%
G 57 of 255 = 22%
B 81 of 255 = 32%

54
57
81

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

Portions of RGB colors in percentages

R + G + B =
54 + 57 + 81 = 192 (100%)
R 54 of 192 ~ 28.13%
G 57 of 192 ~ 29.69%
B 81 of 192 ~ 42.19%

%28.13
%29.69
%42.19

CMYK color model

#363951 color CMYK value is (33,30,0,68).

  • cyan value is 33.33%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(33,30,0,68)
C33M30Y0K68 
(33%,30%,0%,68%)
(0.33/0.30/0.00/0.68)	

CMYK percentages

%33.33
%29.63
%0
%68.24

Codes

Color #363951 in popluar color models

363951
RGB545781
HSL233°20.00%26.47%
HSB/HSV233°33.33%31.76%
CMYK33.33%29.63%0.00%
68.24%

Color #363951 in popluar number systems.

HEX363951
Decimal545781
Binary1101101110011010001
Octal6671121

Shades and tints

Shades of #363951

#363951
(54,57,81)
#32344A
(50,52,74)
#2E2F43
(46,47,67)
#2A2A3C
(42,42,60)
#262535
(38,37,53)
#22202E
(34,32,46)
#1E1B27
(30,27,39)
#1A1620
(26,22,32)
#161119
(22,17,25)
#120C12
(18,12,18)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #363951

#363951
(54,57,81)
#484B60
(72,75,96)
#5A5D6F
(90,93,111)
#6C6F7E
(108,111,126)
#7E818D
(126,129,141)
#90939C
(144,147,156)
#A2A5AB
(162,165,171)
#B4B7BA
(180,183,186)
#C6C9C9
(198,201,201)
#D8DBD8
(216,219,216)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363951; }

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

This text font color is #363951.


Background Color

.myBgColor { background-color: #363951; }

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

This div background color is #363951.


Border color

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

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

This div border color is #363951.


Opacity

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

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

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

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

This text has shadow with #363951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363951 on black background.


Color preview on white background

This text has color #363951 on white background.



Black color preview on #363951 background

This text has black color on #363951 background.


White color preview on #363951 background

This text has white color on #363951 background.