COLOR #362C46

HEX: #362C46
RGB: (54,44,70)

Color info

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

RGB color model

#362C46 color RGB value is (54,44,70).

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

RGB channels and saturation

R 54 of 255 = 21%
G 44 of 255 = 17%
B 70 of 255 = 27%

54
44
70

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

Portions of RGB colors in percentages

R + G + B =
54 + 44 + 70 = 168 (100%)
R 54 of 168 ~ 32.14%
G 44 of 168 ~ 26.19%
B 70 of 168 ~ 41.67%

%32.14
%26.19
%41.67

CMYK color model

#362C46 color CMYK value is (23,37,0,73).

  • cyan value is 22.86%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(23,37,0,73)
C23M37Y0K73 
(23%,37%,0%,73%)
(0.23/0.37/0.00/0.73)	

CMYK percentages

%22.86
%37.14
%0
%72.55

Codes

Color #362C46 in popluar color models

362C46
RGB544470
HSL263°22.81%22.35%
HSB/HSV263°37.14%27.45%
CMYK22.86%37.14%0.00%
72.55%

Color #362C46 in popluar number systems.

HEX362C46
Decimal544470
Binary1101101011001000110
Octal6654106

Shades and tints

Shades of #362C46

#362C46
(54,44,70)
#322840
(50,40,64)
#2E243A
(46,36,58)
#2A2034
(42,32,52)
#261C2E
(38,28,46)
#221828
(34,24,40)
#1E1422
(30,20,34)
#1A101C
(26,16,28)
#160C16
(22,12,22)
#120810
(18,8,16)
#0E040A
(14,4,10)
#000000
(0,0,0)

Tints of #362C46

#362C46
(54,44,70)
#483F56
(72,63,86)
#5A5266
(90,82,102)
#6C6576
(108,101,118)
#7E7886
(126,120,134)
#908B96
(144,139,150)
#A29EA6
(162,158,166)
#B4B1B6
(180,177,182)
#C6C4C6
(198,196,198)
#D8D7D6
(216,215,214)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362C46; }

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

This text font color is #362C46.


Background Color

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

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

This div background color is #362C46.


Border color

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

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

This div border color is #362C46.


Opacity

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

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

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

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

This text has shadow with #362C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362C46 on black background.


Color preview on white background

This text has color #362C46 on white background.



Black color preview on #362C46 background

This text has black color on #362C46 background.


White color preview on #362C46 background

This text has white color on #362C46 background.