COLOR #363347

HEX: #363347
RGB: (54,51,71)

Color info

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

RGB color model

#363347 color RGB value is (54,51,71).

  • red value is 54;
  • green value is 51;
  • blue value is 71.
RGB:
(54,51,71)
(21%,20%,28%)

RGB channels and saturation

R 54 of 255 = 21%
G 51 of 255 = 20%
B 71 of 255 = 28%

54
51
71

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

Portions of RGB colors in percentages

R + G + B =
54 + 51 + 71 = 176 (100%)
R 54 of 176 ~ 30.68%
G 51 of 176 ~ 28.98%
B 71 of 176 ~ 40.34%

%30.68
%28.98
%40.34

CMYK color model

#363347 color CMYK value is (24,28,0,72).

  • cyan value is 23.94%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(24,28,0,72)
C24M28Y0K72 
(24%,28%,0%,72%)
(0.24/0.28/0.00/0.72)	

CMYK percentages

%23.94
%28.17
%0
%72.16

Codes

Color #363347 in popluar color models

363347
RGB545171
HSL249°16.39%23.92%
HSB/HSV249°28.17%27.84%
CMYK23.94%28.17%0.00%
72.16%

Color #363347 in popluar number systems.

HEX363347
Decimal545171
Binary1101101100111000111
Octal6663107

Shades and tints

Shades of #363347

#363347
(54,51,71)
#322F41
(50,47,65)
#2E2B3B
(46,43,59)
#2A2735
(42,39,53)
#26232F
(38,35,47)
#221F29
(34,31,41)
#1E1B23
(30,27,35)
#1A171D
(26,23,29)
#161317
(22,19,23)
#120F11
(18,15,17)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #363347

#363347
(54,51,71)
#484557
(72,69,87)
#5A5767
(90,87,103)
#6C6977
(108,105,119)
#7E7B87
(126,123,135)
#908D97
(144,141,151)
#A29FA7
(162,159,167)
#B4B1B7
(180,177,183)
#C6C3C7
(198,195,199)
#D8D5D7
(216,213,215)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363347 color. Also use rgb(54,51,71) instead hex code.

Text Font Color

.myTextColor { color: #363347; }

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

This text font color is #363347.


Background Color

.myBgColor { background-color: #363347; }

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

This div background color is #363347.


Border color

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

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

This div border color is #363347.


Opacity

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

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

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

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

This text has shadow with #363347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363347 on black background.


Color preview on white background

This text has color #363347 on white background.



Black color preview on #363347 background

This text has black color on #363347 background.


White color preview on #363347 background

This text has white color on #363347 background.