COLOR #362F51

HEX: #362F51
RGB: (54,47,81)

Color info

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

RGB color model

#362F51 color RGB value is (54,47,81).

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

RGB channels and saturation

R 54 of 255 = 21%
G 47 of 255 = 18%
B 81 of 255 = 32%

54
47
81

R + G + B ~ 24%. #362F51 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 47 + 81 = 182 (100%)
R 54 of 182 ~ 29.67%
G 47 of 182 ~ 25.82%
B 81 of 182 ~ 44.51%

%29.67
%25.82
%44.51

CMYK color model

#362F51 color CMYK value is (33,42,0,68).

  • cyan value is 33.33%
  • magenta value is 41.98%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(33,42,0,68)
C33M42Y0K68 
(33%,42%,0%,68%)
(0.33/0.42/0.00/0.68)	

CMYK percentages

%33.33
%41.98
%0
%68.24

Codes

Color #362F51 in popluar color models

362F51
RGB544781
HSL252°26.56%25.10%
HSB/HSV252°41.98%31.76%
CMYK33.33%41.98%0.00%
68.24%

Color #362F51 in popluar number systems.

HEX362F51
Decimal544781
Binary1101101011111010001
Octal6657121

Shades and tints

Shades of #362F51

#362F51
(54,47,81)
#322B4A
(50,43,74)
#2E2743
(46,39,67)
#2A233C
(42,35,60)
#261F35
(38,31,53)
#221B2E
(34,27,46)
#1E1727
(30,23,39)
#1A1320
(26,19,32)
#160F19
(22,15,25)
#120B12
(18,11,18)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #362F51

#362F51
(54,47,81)
#484160
(72,65,96)
#5A536F
(90,83,111)
#6C657E
(108,101,126)
#7E778D
(126,119,141)
#90899C
(144,137,156)
#A29BAB
(162,155,171)
#B4ADBA
(180,173,186)
#C6BFC9
(198,191,201)
#D8D1D8
(216,209,216)
#EAE3E7
(234,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362F51; }

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

This text font color is #362F51.


Background Color

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

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

This div background color is #362F51.


Border color

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

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

This div border color is #362F51.


Opacity

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

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

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

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

This text has shadow with #362F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362F51 on black background.


Color preview on white background

This text has color #362F51 on white background.



Black color preview on #362F51 background

This text has black color on #362F51 background.


White color preview on #362F51 background

This text has white color on #362F51 background.