COLOR #362F4F

HEX: #362F4F
RGB: (54,47,79)

Color info

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

RGB color model

#362F4F color RGB value is (54,47,79).

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

RGB channels and saturation

R 54 of 255 = 21%
G 47 of 255 = 18%
B 79 of 255 = 31%

54
47
79

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

Portions of RGB colors in percentages

R + G + B =
54 + 47 + 79 = 180 (100%)
R 54 of 180 ~ 30%
G 47 of 180 ~ 26.11%
B 79 of 180 ~ 43.89%

%30
%26.11
%43.89

CMYK color model

#362F4F color CMYK value is (32,41,0,69).

  • cyan value is 31.65%
  • magenta value is 40.51%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(32,41,0,69)
C32M41Y0K69 
(32%,41%,0%,69%)
(0.32/0.41/0.00/0.69)	

CMYK percentages

%31.65
%40.51
%0
%69.02

Codes

Color #362F4F in popluar color models

362F4F
RGB544779
HSL253°25.40%24.71%
HSB/HSV253°40.51%30.98%
CMYK31.65%40.51%0.00%
69.02%

Color #362F4F in popluar number systems.

HEX362F4F
Decimal544779
Binary1101101011111001111
Octal6657117

Shades and tints

Shades of #362F4F

#362F4F
(54,47,79)
#322B48
(50,43,72)
#2E2741
(46,39,65)
#2A233A
(42,35,58)
#261F33
(38,31,51)
#221B2C
(34,27,44)
#1E1725
(30,23,37)
#1A131E
(26,19,30)
#160F17
(22,15,23)
#120B10
(18,11,16)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #362F4F

#362F4F
(54,47,79)
#48415F
(72,65,95)
#5A536F
(90,83,111)
#6C657F
(108,101,127)
#7E778F
(126,119,143)
#90899F
(144,137,159)
#A29BAF
(162,155,175)
#B4ADBF
(180,173,191)
#C6BFCF
(198,191,207)
#D8D1DF
(216,209,223)
#EAE3EF
(234,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362F4F; }

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

This text font color is #362F4F.


Background Color

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

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

This div background color is #362F4F.


Border color

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

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

This div border color is #362F4F.


Opacity

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

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

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

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

This text has shadow with #362F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362F4F on black background.


Color preview on white background

This text has color #362F4F on white background.



Black color preview on #362F4F background

This text has black color on #362F4F background.


White color preview on #362F4F background

This text has white color on #362F4F background.