COLOR #361F4F

HEX: #361F4F
RGB: (54,31,79)

Color info

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

RGB color model

#361F4F color RGB value is (54,31,79).

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

RGB channels and saturation

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

54
31
79

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

Portions of RGB colors in percentages

R + G + B =
54 + 31 + 79 = 164 (100%)
R 54 of 164 ~ 32.93%
G 31 of 164 ~ 18.9%
B 79 of 164 ~ 48.17%

%32.93
%18.9
%48.17

CMYK color model

#361F4F color CMYK value is (32,61,0,69).

  • cyan value is 31.65%
  • magenta value is 60.76%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(32,61,0,69)
C32M61Y0K69 
(32%,61%,0%,69%)
(0.32/0.61/0.00/0.69)	

CMYK percentages

%31.65
%60.76
%0
%69.02

Codes

Color #361F4F in popluar color models

361F4F
RGB543179
HSL269°43.64%21.57%
HSB/HSV269°60.76%30.98%
CMYK31.65%60.76%0.00%
69.02%

Color #361F4F in popluar number systems.

HEX361F4F
Decimal543179
Binary110110111111001111
Octal6637117

Shades and tints

Shades of #361F4F

#361F4F
(54,31,79)
#321D48
(50,29,72)
#2E1B41
(46,27,65)
#2A193A
(42,25,58)
#261733
(38,23,51)
#22152C
(34,21,44)
#1E1325
(30,19,37)
#1A111E
(26,17,30)
#160F17
(22,15,23)
#120D10
(18,13,16)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #361F4F

#361F4F
(54,31,79)
#48335F
(72,51,95)
#5A476F
(90,71,111)
#6C5B7F
(108,91,127)
#7E6F8F
(126,111,143)
#90839F
(144,131,159)
#A297AF
(162,151,175)
#B4ABBF
(180,171,191)
#C6BFCF
(198,191,207)
#D8D3DF
(216,211,223)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #361F4F; }

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

This text font color is #361F4F.


Background Color

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

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

This div background color is #361F4F.


Border color

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

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

This div border color is #361F4F.


Opacity

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

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

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

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

This text has shadow with #361F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361F4F on black background.


Color preview on white background

This text has color #361F4F on white background.



Black color preview on #361F4F background

This text has black color on #361F4F background.


White color preview on #361F4F background

This text has white color on #361F4F background.