COLOR #361C41

HEX: #361C41
RGB: (54,28,65)

Color info

#361C41 contains red, green and blue colors in about the same proportion. Web safe color of #361C41 is #333333 (or #333).

RGB color model

#361C41 color RGB value is (54,28,65).

  • red value is 54;
  • green value is 28;
  • blue value is 65.
RGB:
(54,28,65)
(21%,11%,25%)

RGB channels and saturation

R 54 of 255 = 21%
G 28 of 255 = 11%
B 65 of 255 = 25%

54
28
65

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

Portions of RGB colors in percentages

R + G + B =
54 + 28 + 65 = 147 (100%)
R 54 of 147 ~ 36.73%
G 28 of 147 ~ 19.05%
B 65 of 147 ~ 44.22%

%36.73
%19.05
%44.22

CMYK color model

#361C41 color CMYK value is (17,57,0,75).

  • cyan value is 16.92%
  • magenta value is 56.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(17,57,0,75)
C17M57Y0K75 
(17%,57%,0%,75%)
(0.17/0.57/0.00/0.75)	

CMYK percentages

%16.92
%56.92
%0
%74.51

Codes

Color #361C41 in popluar color models

361C41
RGB542865
HSL282°39.78%18.24%
HSB/HSV282°56.92%25.49%
CMYK16.92%56.92%0.00%
74.51%

Color #361C41 in popluar number systems.

HEX361C41
Decimal542865
Binary110110111001000001
Octal6634101

Shades and tints

Shades of #361C41

#361C41
(54,28,65)
#321A3C
(50,26,60)
#2E1837
(46,24,55)
#2A1632
(42,22,50)
#26142D
(38,20,45)
#221228
(34,18,40)
#1E1023
(30,16,35)
#1A0E1E
(26,14,30)
#160C19
(22,12,25)
#120A14
(18,10,20)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #361C41

#361C41
(54,28,65)
#483052
(72,48,82)
#5A4463
(90,68,99)
#6C5874
(108,88,116)
#7E6C85
(126,108,133)
#908096
(144,128,150)
#A294A7
(162,148,167)
#B4A8B8
(180,168,184)
#C6BCC9
(198,188,201)
#D8D0DA
(216,208,218)
#EAE4EB
(234,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361C41 color. Also use rgb(54,28,65) instead hex code.

Text Font Color

.myTextColor { color: #361C41; }

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

This text font color is #361C41.


Background Color

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

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

This div background color is #361C41.


Border color

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

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

This div border color is #361C41.


Opacity

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

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

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

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

This text has shadow with #361C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361C41 on black background.


Color preview on white background

This text has color #361C41 on white background.



Black color preview on #361C41 background

This text has black color on #361C41 background.


White color preview on #361C41 background

This text has white color on #361C41 background.