COLOR #362B55

HEX: #362B55
RGB: (54,43,85)

Color info

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

RGB color model

#362B55 color RGB value is (54,43,85).

  • red value is 54;
  • green value is 43;
  • blue value is 85.
RGB:
(54,43,85)
(21%,17%,33%)

RGB channels and saturation

R 54 of 255 = 21%
G 43 of 255 = 17%
B 85 of 255 = 33%

54
43
85

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

Portions of RGB colors in percentages

R + G + B =
54 + 43 + 85 = 182 (100%)
R 54 of 182 ~ 29.67%
G 43 of 182 ~ 23.63%
B 85 of 182 ~ 46.7%

%29.67
%23.63
%46.7

CMYK color model

#362B55 color CMYK value is (36,49,0,67).

  • cyan value is 36.47%
  • magenta value is 49.41%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(36,49,0,67)
C36M49Y0K67 
(36%,49%,0%,67%)
(0.36/0.49/0.00/0.67)	

CMYK percentages

%36.47
%49.41
%0
%66.67

Codes

Color #362B55 in popluar color models

362B55
RGB544385
HSL256°32.81%25.10%
HSB/HSV256°49.41%33.33%
CMYK36.47%49.41%0.00%
66.67%

Color #362B55 in popluar number systems.

HEX362B55
Decimal544385
Binary1101101010111010101
Octal6653125

Shades and tints

Shades of #362B55

#362B55
(54,43,85)
#32284E
(50,40,78)
#2E2547
(46,37,71)
#2A2240
(42,34,64)
#261F39
(38,31,57)
#221C32
(34,28,50)
#1E192B
(30,25,43)
#1A1624
(26,22,36)
#16131D
(22,19,29)
#121016
(18,16,22)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #362B55

#362B55
(54,43,85)
#483E64
(72,62,100)
#5A5173
(90,81,115)
#6C6482
(108,100,130)
#7E7791
(126,119,145)
#908AA0
(144,138,160)
#A29DAF
(162,157,175)
#B4B0BE
(180,176,190)
#C6C3CD
(198,195,205)
#D8D6DC
(216,214,220)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362B55 color. Also use rgb(54,43,85) instead hex code.

Text Font Color

.myTextColor { color: #362B55; }

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

This text font color is #362B55.


Background Color

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

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

This div background color is #362B55.


Border color

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

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

This div border color is #362B55.


Opacity

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

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

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

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

This text has shadow with #362B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362B55 on black background.


Color preview on white background

This text has color #362B55 on white background.



Black color preview on #362B55 background

This text has black color on #362B55 background.


White color preview on #362B55 background

This text has white color on #362B55 background.