COLOR #361E4F

HEX: #361E4F RGB: (54,30,79)

Color info

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

RGB color model

#361E4F color RGB value is (54,30,79).

RGB: (54,30,79) (21%, 12%, 31%)

RGB channels and saturation

R 54 of 255 = 21%
G 30 of 255 = 12%
B 79 of 255 = 31%

54
30
79

R + G + B ~ 21%. #361E4F is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 30 + 79 = 163 (100%)
R 54 of 163 ~ 33.13%
G 30 of 163 ~ 18.4%
B 79 of 163 ~ 48.47'%

%33.13
%18.4
%48.47

CMYK color model

#361E4F color CMYK value is (32,62,0,69).

  • cyan value is 31.65%
  • magenta value is 62.03%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (32,62,0,69) C32M62Y0K69 (32%,62%,0%,69%) (0.32/0.62/0.00/0.69) 

CMYK percentages

%31.65
%62.03
%0
%69.02

Codes

Color #361E4F in popluar color models

36 1E 4F
RGB 54 30 79
HSL 269° 44.95% 21.37%
HSB/HSV 269° 62.03% 30.98%
CMYK 31.65% 62.03% 0.00%
69.02%

Color #361E4F in popluar number systems.

HEX 36 1E 4F
Decimal 54 30 79
Binary 110110 11110 1001111
Octal 66 36 117

Shades and tints

Shades of #361E4F

#361E4F
(54,30,79)
#321C48
(50,28,72)
#2E1A41
(46,26,65)
#2A183A
(42,24,58)
#261633
(38,22,51)
#22142C
(34,20,44)
#1E1225
(30,18,37)
#1A101E
(26,16,30)
#160E17
(22,14,23)
#120C10
(18,12,16)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #361E4F

#361E4F
(54,30,79)
#48325F
(72,50,95)
#5A466F
(90,70,111)
#6C5A7F
(108,90,127)
#7E6E8F
(126,110,143)
#90829F
(144,130,159)
#A296AF
(162,150,175)
#B4AABF
(180,170,191)
#C6BECF
(198,190,207)
#D8D2DF
(216,210,223)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361E4F color. Also use rgb(54,30,79) instead hex code.

Text Font Color

.myTextColor { color: #361E4F; }

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

This text font color is #361E4F.

Background Color

.myBgColor { background-color: #361E4F; }

<div style="background-color:#361E4F">Inner text</div>

This div background color is #361E4F.

Border color

.myBorderColor { border: 1px solid #361E4F; }

<div style="border:3px solid #361E4F">Div</div>

This div border color is #361E4F.

Opacity

.myOpacity80 { color: #361E4F; opacity: 0.8; }

<p style="color:#361E4F;opacity:0.8;">80%</p>

Text with #361E4F 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 #361E4F;}

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

This text has shadow with #361E4F color.


.textShadow {text-shadow: 3px 3px 1px #361E4F', 3px 3px 1px red;}

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

This text has shadow with #361E4F primary color and red secondary color.


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

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

This text has shadow with #361E4F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #361E4F; -webkit-box-shadow: 1px 1px 3px 2px #361E4F; box-shadow:1px 1px 3px 2px #361E4F;">
Div content here
</div>

This div box has shadow with color #361E4F.

Preview

Color preview on black background

This text has color #361E4F on black background.


Color preview on white background

This text has color #361E4F on white background.


Black color preview on #361E4F background

This text has black color on #361E4F background.


White color preview on #361E4F background

This text has white color on #361E4F background.


Related colors

Complementary color

Complementary color for #hex is #C9E1B0.


I love getcolorcode.com

Triadic colors

1 #4F361E and #1E4F36 with #361E4F are triadic colors.

2 #4F1E36 and #1E364F with #361E4F are triadic colors.