COLOR #361334

HEX: #361334
RGB: (54,19,52)

Color info

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

RGB color model

#361334 color RGB value is (54,19,52).

  • red value is 54;
  • green value is 19;
  • blue value is 52.
RGB:
(54,19,52)
(21%,7%,20%)

RGB channels and saturation

R 54 of 255 = 21%
G 19 of 255 = 7%
B 52 of 255 = 20%

54
19
52

R + G + B ~ 16%. #361334 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 19 + 52 = 125 (100%)
R 54 of 125 ~ 43.2%
G 19 of 125 ~ 15.2%
B 52 of 125 ~ 41.6%

%43.2
%15.2
%41.6

CMYK color model

#361334 color CMYK value is (0,65,4,79).

  • cyan value is 0.00%
  • magenta value is 64.81%
  • yellow value is 3.70%
  • key color value is 78.82%
CMYK:
(0,65,4,79)
C0M65Y4K79 
(0%,65%,4%,79%)
(0.00/0.65/0.04/0.79)	

CMYK percentages

%0
%64.81
%3.7
%78.82

Codes

Color #361334 in popluar color models

361334
RGB541952
HSL303°47.95%14.31%
HSB/HSV303°64.81%21.18%
CMYK0.00%64.81%3.70%
78.82%

Color #361334 in popluar number systems.

HEX361334
Decimal541952
Binary11011010011110100
Octal662364

Shades and tints

Shades of #361334

#361334
(54,19,52)
#321230
(50,18,48)
#2E112C
(46,17,44)
#2A1028
(42,16,40)
#260F24
(38,15,36)
#220E20
(34,14,32)
#1E0D1C
(30,13,28)
#1A0C18
(26,12,24)
#160B14
(22,11,20)
#120A10
(18,10,16)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #361334

#361334
(54,19,52)
#482846
(72,40,70)
#5A3D58
(90,61,88)
#6C526A
(108,82,106)
#7E677C
(126,103,124)
#907C8E
(144,124,142)
#A291A0
(162,145,160)
#B4A6B2
(180,166,178)
#C6BBC4
(198,187,196)
#D8D0D6
(216,208,214)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361334 color. Also use rgb(54,19,52) instead hex code.

Text Font Color

.myTextColor { color: #361334; }

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

This text font color is #361334.


Background Color

.myBgColor { background-color: #361334; }

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

This div background color is #361334.


Border color

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

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

This div border color is #361334.


Opacity

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

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

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

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

This text has shadow with #361334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361334 on black background.


Color preview on white background

This text has color #361334 on white background.



Black color preview on #361334 background

This text has black color on #361334 background.


White color preview on #361334 background

This text has white color on #361334 background.