COLOR #361049

HEX: #361049
RGB: (54,16,73)

Color info

#361049 contains red, green and blue colors in about the same proportion. Web safe color of #361049 is #330033 (or #303).

RGB color model

#361049 color RGB value is (54,16,73).

  • red value is 54;
  • green value is 16;
  • blue value is 73.
RGB:
(54,16,73)
(21%,6%,29%)

RGB channels and saturation

R 54 of 255 = 21%
G 16 of 255 = 6%
B 73 of 255 = 29%

54
16
73

R + G + B ~ 19%. #361049 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 16 + 73 = 143 (100%)
R 54 of 143 ~ 37.76%
G 16 of 143 ~ 11.19%
B 73 of 143 ~ 51.05%

%37.76
%11.19
%51.05

CMYK color model

#361049 color CMYK value is (26,78,0,71).

  • cyan value is 26.03%
  • magenta value is 78.08%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(26,78,0,71)
C26M78Y0K71 
(26%,78%,0%,71%)
(0.26/0.78/0.00/0.71)	

CMYK percentages

%26.03
%78.08
%0
%71.37

Codes

Color #361049 in popluar color models

361049
RGB541673
HSL280°64.04%17.45%
HSB/HSV280°78.08%28.63%
CMYK26.03%78.08%0.00%
71.37%

Color #361049 in popluar number systems.

HEX361049
Decimal541673
Binary110110100001001001
Octal6620111

Shades and tints

Shades of #361049

#361049
(54,16,73)
#320F43
(50,15,67)
#2E0E3D
(46,14,61)
#2A0D37
(42,13,55)
#260C31
(38,12,49)
#220B2B
(34,11,43)
#1E0A25
(30,10,37)
#1A091F
(26,9,31)
#160819
(22,8,25)
#120713
(18,7,19)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #361049

#361049
(54,16,73)
#482559
(72,37,89)
#5A3A69
(90,58,105)
#6C4F79
(108,79,121)
#7E6489
(126,100,137)
#907999
(144,121,153)
#A28EA9
(162,142,169)
#B4A3B9
(180,163,185)
#C6B8C9
(198,184,201)
#D8CDD9
(216,205,217)
#EAE2E9
(234,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361049 color. Also use rgb(54,16,73) instead hex code.

Text Font Color

.myTextColor { color: #361049; }

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

This text font color is #361049.


Background Color

.myBgColor { background-color: #361049; }

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

This div background color is #361049.


Border color

.myBorderColor { border: 1px solid #361049; }

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

This div border color is #361049.


Opacity

.myOpacity80 { color: #361049; opacity: 0.8; }

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

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

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

This text has shadow with #361049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361049 on black background.


Color preview on white background

This text has color #361049 on white background.



Black color preview on #361049 background

This text has black color on #361049 background.


White color preview on #361049 background

This text has white color on #361049 background.