COLOR #363348

HEX: #363348
RGB: (54,51,72)

Color info

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

RGB color model

#363348 color RGB value is (54,51,72).

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

RGB channels and saturation

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

54
51
72

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

Portions of RGB colors in percentages

R + G + B =
54 + 51 + 72 = 177 (100%)
R 54 of 177 ~ 30.51%
G 51 of 177 ~ 28.81%
B 72 of 177 ~ 40.68%

%30.51
%28.81
%40.68

CMYK color model

#363348 color CMYK value is (25,29,0,72).

  • cyan value is 25.00%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(25,29,0,72)
C25M29Y0K72 
(25%,29%,0%,72%)
(0.25/0.29/0.00/0.72)	

CMYK percentages

%25
%29.17
%0
%71.76

Codes

Color #363348 in popluar color models

363348
RGB545172
HSL249°17.07%24.12%
HSB/HSV249°29.17%28.24%
CMYK25.00%29.17%0.00%
71.76%

Color #363348 in popluar number systems.

HEX363348
Decimal545172
Binary1101101100111001000
Octal6663110

Shades and tints

Shades of #363348

#363348
(54,51,72)
#322F42
(50,47,66)
#2E2B3C
(46,43,60)
#2A2736
(42,39,54)
#262330
(38,35,48)
#221F2A
(34,31,42)
#1E1B24
(30,27,36)
#1A171E
(26,23,30)
#161318
(22,19,24)
#120F12
(18,15,18)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #363348

#363348
(54,51,72)
#484558
(72,69,88)
#5A5768
(90,87,104)
#6C6978
(108,105,120)
#7E7B88
(126,123,136)
#908D98
(144,141,152)
#A29FA8
(162,159,168)
#B4B1B8
(180,177,184)
#C6C3C8
(198,195,200)
#D8D5D8
(216,213,216)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363348; }

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

This text font color is #363348.


Background Color

.myBgColor { background-color: #363348; }

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

This div background color is #363348.


Border color

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

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

This div border color is #363348.


Opacity

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

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

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

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

This text has shadow with #363348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363348 on black background.


Color preview on white background

This text has color #363348 on white background.



Black color preview on #363348 background

This text has black color on #363348 background.


White color preview on #363348 background

This text has white color on #363348 background.