COLOR #362B4D

HEX: #362B4D
RGB: (54,43,77)

Color info

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

RGB color model

#362B4D color RGB value is (54,43,77).

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

RGB channels and saturation

R 54 of 255 = 21%
G 43 of 255 = 17%
B 77 of 255 = 30%

54
43
77

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

Portions of RGB colors in percentages

R + G + B =
54 + 43 + 77 = 174 (100%)
R 54 of 174 ~ 31.03%
G 43 of 174 ~ 24.71%
B 77 of 174 ~ 44.25%

%31.03
%24.71
%44.25

CMYK color model

#362B4D color CMYK value is (30,44,0,70).

  • cyan value is 29.87%
  • magenta value is 44.16%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(30,44,0,70)
C30M44Y0K70 
(30%,44%,0%,70%)
(0.30/0.44/0.00/0.70)	

CMYK percentages

%29.87
%44.16
%0
%69.8

Codes

Color #362B4D in popluar color models

362B4D
RGB544377
HSL259°28.33%23.53%
HSB/HSV259°44.16%30.20%
CMYK29.87%44.16%0.00%
69.80%

Color #362B4D in popluar number systems.

HEX362B4D
Decimal544377
Binary1101101010111001101
Octal6653115

Shades and tints

Shades of #362B4D

#362B4D
(54,43,77)
#322846
(50,40,70)
#2E253F
(46,37,63)
#2A2238
(42,34,56)
#261F31
(38,31,49)
#221C2A
(34,28,42)
#1E1923
(30,25,35)
#1A161C
(26,22,28)
#161315
(22,19,21)
#12100E
(18,16,14)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #362B4D

#362B4D
(54,43,77)
#483E5D
(72,62,93)
#5A516D
(90,81,109)
#6C647D
(108,100,125)
#7E778D
(126,119,141)
#908A9D
(144,138,157)
#A29DAD
(162,157,173)
#B4B0BD
(180,176,189)
#C6C3CD
(198,195,205)
#D8D6DD
(216,214,221)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362B4D; }

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

This text font color is #362B4D.


Background Color

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

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

This div background color is #362B4D.


Border color

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

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

This div border color is #362B4D.


Opacity

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

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

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

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

This text has shadow with #362B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362B4D on black background.


Color preview on white background

This text has color #362B4D on white background.



Black color preview on #362B4D background

This text has black color on #362B4D background.


White color preview on #362B4D background

This text has white color on #362B4D background.