COLOR #361E37

HEX: #361E37
RGB: (54,30,55)

Color info

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

RGB color model

#361E37 color RGB value is (54,30,55).

  • red value is 54;
  • green value is 30;
  • blue value is 55.
RGB:
(54,30,55)
(21%,12%,22%)

RGB channels and saturation

R 54 of 255 = 21%
G 30 of 255 = 12%
B 55 of 255 = 22%

54
30
55

R + G + B ~ 18%. #361E37 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 30 + 55 = 139 (100%)
R 54 of 139 ~ 38.85%
G 30 of 139 ~ 21.58%
B 55 of 139 ~ 39.57%

%38.85
%21.58
%39.57

CMYK color model

#361E37 color CMYK value is (2,45,0,78).

  • cyan value is 1.82%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(2,45,0,78)
C2M45Y0K78 
(2%,45%,0%,78%)
(0.02/0.45/0.00/0.78)	

CMYK percentages

%1.82
%45.45
%0
%78.43

Codes

Color #361E37 in popluar color models

361E37
RGB543055
HSL298°29.41%16.67%
HSB/HSV298°45.45%21.57%
CMYK1.82%45.45%0.00%
78.43%

Color #361E37 in popluar number systems.

HEX361E37
Decimal543055
Binary11011011110110111
Octal663667

Shades and tints

Shades of #361E37

#361E37
(54,30,55)
#321C32
(50,28,50)
#2E1A2D
(46,26,45)
#2A1828
(42,24,40)
#261623
(38,22,35)
#22141E
(34,20,30)
#1E1219
(30,18,25)
#1A1014
(26,16,20)
#160E0F
(22,14,15)
#120C0A
(18,12,10)
#0E0A05
(14,10,5)
#000000
(0,0,0)

Tints of #361E37

#361E37
(54,30,55)
#483249
(72,50,73)
#5A465B
(90,70,91)
#6C5A6D
(108,90,109)
#7E6E7F
(126,110,127)
#908291
(144,130,145)
#A296A3
(162,150,163)
#B4AAB5
(180,170,181)
#C6BEC7
(198,190,199)
#D8D2D9
(216,210,217)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #361E37; }

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

This text font color is #361E37.


Background Color

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

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

This div background color is #361E37.


Border color

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

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

This div border color is #361E37.


Opacity

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

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

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

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

This text has shadow with #361E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361E37 on black background.


Color preview on white background

This text has color #361E37 on white background.



Black color preview on #361E37 background

This text has black color on #361E37 background.


White color preview on #361E37 background

This text has white color on #361E37 background.