COLOR #362C59

HEX: #362C59
RGB: (54,44,89)

Color info

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

RGB color model

#362C59 color RGB value is (54,44,89).

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

RGB channels and saturation

R 54 of 255 = 21%
G 44 of 255 = 17%
B 89 of 255 = 35%

54
44
89

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

Portions of RGB colors in percentages

R + G + B =
54 + 44 + 89 = 187 (100%)
R 54 of 187 ~ 28.88%
G 44 of 187 ~ 23.53%
B 89 of 187 ~ 47.59%

%28.88
%23.53
%47.59

CMYK color model

#362C59 color CMYK value is (39,51,0,65).

  • cyan value is 39.33%
  • magenta value is 50.56%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(39,51,0,65)
C39M51Y0K65 
(39%,51%,0%,65%)
(0.39/0.51/0.00/0.65)	

CMYK percentages

%39.33
%50.56
%0
%65.1

Codes

Color #362C59 in popluar color models

362C59
RGB544489
HSL253°33.83%26.08%
HSB/HSV253°50.56%34.90%
CMYK39.33%50.56%0.00%
65.10%

Color #362C59 in popluar number systems.

HEX362C59
Decimal544489
Binary1101101011001011001
Octal6654131

Shades and tints

Shades of #362C59

#362C59
(54,44,89)
#322851
(50,40,81)
#2E2449
(46,36,73)
#2A2041
(42,32,65)
#261C39
(38,28,57)
#221831
(34,24,49)
#1E1429
(30,20,41)
#1A1021
(26,16,33)
#160C19
(22,12,25)
#120811
(18,8,17)
#0E0409
(14,4,9)
#000000
(0,0,0)

Tints of #362C59

#362C59
(54,44,89)
#483F68
(72,63,104)
#5A5277
(90,82,119)
#6C6586
(108,101,134)
#7E7895
(126,120,149)
#908BA4
(144,139,164)
#A29EB3
(162,158,179)
#B4B1C2
(180,177,194)
#C6C4D1
(198,196,209)
#D8D7E0
(216,215,224)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362C59; }

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

This text font color is #362C59.


Background Color

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

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

This div background color is #362C59.


Border color

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

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

This div border color is #362C59.


Opacity

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

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

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

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

This text has shadow with #362C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362C59 on black background.


Color preview on white background

This text has color #362C59 on white background.



Black color preview on #362C59 background

This text has black color on #362C59 background.


White color preview on #362C59 background

This text has white color on #362C59 background.