COLOR #362F4E

HEX: #362F4E
RGB: (54,47,78)

Color info

#362F4E contains red, green and blue colors in about the same proportion. Web safe color of #362F4E is #333366 (or #336).

RGB color model

#362F4E color RGB value is (54,47,78).

  • red value is 54;
  • green value is 47;
  • blue value is 78.
RGB:
(54,47,78)
(21%,18%,31%)

RGB channels and saturation

R 54 of 255 = 21%
G 47 of 255 = 18%
B 78 of 255 = 31%

54
47
78

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

Portions of RGB colors in percentages

R + G + B =
54 + 47 + 78 = 179 (100%)
R 54 of 179 ~ 30.17%
G 47 of 179 ~ 26.26%
B 78 of 179 ~ 43.58%

%30.17
%26.26
%43.58

CMYK color model

#362F4E color CMYK value is (31,40,0,69).

  • cyan value is 30.77%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(31,40,0,69)
C31M40Y0K69 
(31%,40%,0%,69%)
(0.31/0.40/0.00/0.69)	

CMYK percentages

%30.77
%39.74
%0
%69.41

Codes

Color #362F4E in popluar color models

362F4E
RGB544778
HSL254°24.80%24.51%
HSB/HSV254°39.74%30.59%
CMYK30.77%39.74%0.00%
69.41%

Color #362F4E in popluar number systems.

HEX362F4E
Decimal544778
Binary1101101011111001110
Octal6657116

Shades and tints

Shades of #362F4E

#362F4E
(54,47,78)
#322B47
(50,43,71)
#2E2740
(46,39,64)
#2A2339
(42,35,57)
#261F32
(38,31,50)
#221B2B
(34,27,43)
#1E1724
(30,23,36)
#1A131D
(26,19,29)
#160F16
(22,15,22)
#120B0F
(18,11,15)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #362F4E

#362F4E
(54,47,78)
#48415E
(72,65,94)
#5A536E
(90,83,110)
#6C657E
(108,101,126)
#7E778E
(126,119,142)
#90899E
(144,137,158)
#A29BAE
(162,155,174)
#B4ADBE
(180,173,190)
#C6BFCE
(198,191,206)
#D8D1DE
(216,209,222)
#EAE3EE
(234,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362F4E color. Also use rgb(54,47,78) instead hex code.

Text Font Color

.myTextColor { color: #362F4E; }

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

This text font color is #362F4E.


Background Color

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

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

This div background color is #362F4E.


Border color

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

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

This div border color is #362F4E.


Opacity

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

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

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

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

This text has shadow with #362F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362F4E on black background.


Color preview on white background

This text has color #362F4E on white background.



Black color preview on #362F4E background

This text has black color on #362F4E background.


White color preview on #362F4E background

This text has white color on #362F4E background.