COLOR #361D32

HEX: #361D32
RGB: (54,29,50)

Color info

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

RGB color model

#361D32 color RGB value is (54,29,50).

  • red value is 54;
  • green value is 29;
  • blue value is 50.
RGB:
(54,29,50)
(21%,11%,20%)

RGB channels and saturation

R 54 of 255 = 21%
G 29 of 255 = 11%
B 50 of 255 = 20%

54
29
50

R + G + B ~ 17%. #361D32 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 29 + 50 = 133 (100%)
R 54 of 133 ~ 40.6%
G 29 of 133 ~ 21.8%
B 50 of 133 ~ 37.59%

%40.6
%21.8
%37.59

CMYK color model

#361D32 color CMYK value is (0,46,7,79).

  • cyan value is 0.00%
  • magenta value is 46.30%
  • yellow value is 7.41%
  • key color value is 78.82%
CMYK:
(0,46,7,79)
C0M46Y7K79 
(0%,46%,7%,79%)
(0.00/0.46/0.07/0.79)	

CMYK percentages

%0
%46.3
%7.41
%78.82

Codes

Color #361D32 in popluar color models

361D32
RGB542950
HSL310°30.12%16.27%
HSB/HSV310°46.30%21.18%
CMYK0.00%46.30%7.41%
78.82%

Color #361D32 in popluar number systems.

HEX361D32
Decimal542950
Binary11011011101110010
Octal663562

Shades and tints

Shades of #361D32

#361D32
(54,29,50)
#321B2E
(50,27,46)
#2E192A
(46,25,42)
#2A1726
(42,23,38)
#261522
(38,21,34)
#22131E
(34,19,30)
#1E111A
(30,17,26)
#1A0F16
(26,15,22)
#160D12
(22,13,18)
#120B0E
(18,11,14)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #361D32

#361D32
(54,29,50)
#483144
(72,49,68)
#5A4556
(90,69,86)
#6C5968
(108,89,104)
#7E6D7A
(126,109,122)
#90818C
(144,129,140)
#A2959E
(162,149,158)
#B4A9B0
(180,169,176)
#C6BDC2
(198,189,194)
#D8D1D4
(216,209,212)
#EAE5E6
(234,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #361D32 color. Also use rgb(54,29,50) instead hex code.

Text Font Color

.myTextColor { color: #361D32; }

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

This text font color is #361D32.


Background Color

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

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

This div background color is #361D32.


Border color

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

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

This div border color is #361D32.


Opacity

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

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

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

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

This text has shadow with #361D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361D32 on black background.


Color preview on white background

This text has color #361D32 on white background.



Black color preview on #361D32 background

This text has black color on #361D32 background.


White color preview on #361D32 background

This text has white color on #361D32 background.