COLOR #362D62

HEX: #362D62
RGB: (54,45,98)

Color info

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

RGB color model

#362D62 color RGB value is (54,45,98).

  • red value is 54;
  • green value is 45;
  • blue value is 98.
RGB:
(54,45,98)
(21%,18%,38%)

RGB channels and saturation

R 54 of 255 = 21%
G 45 of 255 = 18%
B 98 of 255 = 38%

54
45
98

R + G + B ~ 26%. #362D62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 45 + 98 = 197 (100%)
R 54 of 197 ~ 27.41%
G 45 of 197 ~ 22.84%
B 98 of 197 ~ 49.75%

%27.41
%22.84
%49.75

CMYK color model

#362D62 color CMYK value is (45,54,0,62).

  • cyan value is 44.90%
  • magenta value is 54.08%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(45,54,0,62)
C45M54Y0K62 
(45%,54%,0%,62%)
(0.45/0.54/0.00/0.62)	

CMYK percentages

%44.9
%54.08
%0
%61.57

Codes

Color #362D62 in popluar color models

362D62
RGB544598
HSL250°37.06%28.04%
HSB/HSV250°54.08%38.43%
CMYK44.90%54.08%0.00%
61.57%

Color #362D62 in popluar number systems.

HEX362D62
Decimal544598
Binary1101101011011100010
Octal6655142

Shades and tints

Shades of #362D62

#362D62
(54,45,98)
#32295A
(50,41,90)
#2E2552
(46,37,82)
#2A214A
(42,33,74)
#261D42
(38,29,66)
#22193A
(34,25,58)
#1E1532
(30,21,50)
#1A112A
(26,17,42)
#160D22
(22,13,34)
#12091A
(18,9,26)
#0E0512
(14,5,18)
#000000
(0,0,0)

Tints of #362D62

#362D62
(54,45,98)
#484070
(72,64,112)
#5A537E
(90,83,126)
#6C668C
(108,102,140)
#7E799A
(126,121,154)
#908CA8
(144,140,168)
#A29FB6
(162,159,182)
#B4B2C4
(180,178,196)
#C6C5D2
(198,197,210)
#D8D8E0
(216,216,224)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362D62 color. Also use rgb(54,45,98) instead hex code.

Text Font Color

.myTextColor { color: #362D62; }

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

This text font color is #362D62.


Background Color

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

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

This div background color is #362D62.


Border color

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

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

This div border color is #362D62.


Opacity

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

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

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

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

This text has shadow with #362D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362D62 on black background.


Color preview on white background

This text has color #362D62 on white background.



Black color preview on #362D62 background

This text has black color on #362D62 background.


White color preview on #362D62 background

This text has white color on #362D62 background.