COLOR #362C48

HEX: #362C48
RGB: (54,44,72)

Color info

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

RGB color model

#362C48 color RGB value is (54,44,72).

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

RGB channels and saturation

R 54 of 255 = 21%
G 44 of 255 = 17%
B 72 of 255 = 28%

54
44
72

R + G + B ~ 22%. #362C48 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 44 + 72 = 170 (100%)
R 54 of 170 ~ 31.76%
G 44 of 170 ~ 25.88%
B 72 of 170 ~ 42.35%

%31.76
%25.88
%42.35

CMYK color model

#362C48 color CMYK value is (25,39,0,72).

  • cyan value is 25.00%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(25,39,0,72)
C25M39Y0K72 
(25%,39%,0%,72%)
(0.25/0.39/0.00/0.72)	

CMYK percentages

%25
%38.89
%0
%71.76

Codes

Color #362C48 in popluar color models

362C48
RGB544472
HSL261°24.14%22.75%
HSB/HSV261°38.89%28.24%
CMYK25.00%38.89%0.00%
71.76%

Color #362C48 in popluar number systems.

HEX362C48
Decimal544472
Binary1101101011001001000
Octal6654110

Shades and tints

Shades of #362C48

#362C48
(54,44,72)
#322842
(50,40,66)
#2E243C
(46,36,60)
#2A2036
(42,32,54)
#261C30
(38,28,48)
#22182A
(34,24,42)
#1E1424
(30,20,36)
#1A101E
(26,16,30)
#160C18
(22,12,24)
#120812
(18,8,18)
#0E040C
(14,4,12)
#000000
(0,0,0)

Tints of #362C48

#362C48
(54,44,72)
#483F58
(72,63,88)
#5A5268
(90,82,104)
#6C6578
(108,101,120)
#7E7888
(126,120,136)
#908B98
(144,139,152)
#A29EA8
(162,158,168)
#B4B1B8
(180,177,184)
#C6C4C8
(198,196,200)
#D8D7D8
(216,215,216)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362C48; }

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

This text font color is #362C48.


Background Color

.myBgColor { background-color: #362C48; }

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

This div background color is #362C48.


Border color

.myBorderColor { border: 1px solid #362C48; }

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

This div border color is #362C48.


Opacity

.myOpacity80 { color: #362C48; opacity: 0.8; }

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

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

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

This text has shadow with #362C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362C48 on black background.


Color preview on white background

This text has color #362C48 on white background.



Black color preview on #362C48 background

This text has black color on #362C48 background.


White color preview on #362C48 background

This text has white color on #362C48 background.