COLOR #363049

HEX: #363049
RGB: (54,48,73)

Color info

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

RGB color model

#363049 color RGB value is (54,48,73).

  • red value is 54;
  • green value is 48;
  • blue value is 73.
RGB:
(54,48,73)
(21%,19%,29%)

RGB channels and saturation

R 54 of 255 = 21%
G 48 of 255 = 19%
B 73 of 255 = 29%

54
48
73

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

Portions of RGB colors in percentages

R + G + B =
54 + 48 + 73 = 175 (100%)
R 54 of 175 ~ 30.86%
G 48 of 175 ~ 27.43%
B 73 of 175 ~ 41.71%

%30.86
%27.43
%41.71

CMYK color model

#363049 color CMYK value is (26,34,0,71).

  • cyan value is 26.03%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(26,34,0,71)
C26M34Y0K71 
(26%,34%,0%,71%)
(0.26/0.34/0.00/0.71)	

CMYK percentages

%26.03
%34.25
%0
%71.37

Codes

Color #363049 in popluar color models

363049
RGB544873
HSL254°20.66%23.73%
HSB/HSV254°34.25%28.63%
CMYK26.03%34.25%0.00%
71.37%

Color #363049 in popluar number systems.

HEX363049
Decimal544873
Binary1101101100001001001
Octal6660111

Shades and tints

Shades of #363049

#363049
(54,48,73)
#322C43
(50,44,67)
#2E283D
(46,40,61)
#2A2437
(42,36,55)
#262031
(38,32,49)
#221C2B
(34,28,43)
#1E1825
(30,24,37)
#1A141F
(26,20,31)
#161019
(22,16,25)
#120C13
(18,12,19)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #363049

#363049
(54,48,73)
#484259
(72,66,89)
#5A5469
(90,84,105)
#6C6679
(108,102,121)
#7E7889
(126,120,137)
#908A99
(144,138,153)
#A29CA9
(162,156,169)
#B4AEB9
(180,174,185)
#C6C0C9
(198,192,201)
#D8D2D9
(216,210,217)
#EAE4E9
(234,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363049 color. Also use rgb(54,48,73) instead hex code.

Text Font Color

.myTextColor { color: #363049; }

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

This text font color is #363049.


Background Color

.myBgColor { background-color: #363049; }

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

This div background color is #363049.


Border color

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

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

This div border color is #363049.


Opacity

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

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

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

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

This text has shadow with #363049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363049 on black background.


Color preview on white background

This text has color #363049 on white background.



Black color preview on #363049 background

This text has black color on #363049 background.


White color preview on #363049 background

This text has white color on #363049 background.