COLOR #361D33

HEX: #361D33
RGB: (54,29,51)

Color info

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

RGB color model

#361D33 color RGB value is (54,29,51).

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

RGB channels and saturation

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

54
29
51

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

Portions of RGB colors in percentages

R + G + B =
54 + 29 + 51 = 134 (100%)
R 54 of 134 ~ 40.3%
G 29 of 134 ~ 21.64%
B 51 of 134 ~ 38.06%

%40.3
%21.64
%38.06

CMYK color model

#361D33 color CMYK value is (0,46,6,79).

  • cyan value is 0.00%
  • magenta value is 46.30%
  • yellow value is 5.56%
  • key color value is 78.82%
CMYK:
(0,46,6,79)
C0M46Y6K79 
(0%,46%,6%,79%)
(0.00/0.46/0.06/0.79)	

CMYK percentages

%0
%46.3
%5.56
%78.82

Codes

Color #361D33 in popluar color models

361D33
RGB542951
HSL307°30.12%16.27%
HSB/HSV307°46.30%21.18%
CMYK0.00%46.30%5.56%
78.82%

Color #361D33 in popluar number systems.

HEX361D33
Decimal542951
Binary11011011101110011
Octal663563

Shades and tints

Shades of #361D33

#361D33
(54,29,51)
#321B2F
(50,27,47)
#2E192B
(46,25,43)
#2A1727
(42,23,39)
#261523
(38,21,35)
#22131F
(34,19,31)
#1E111B
(30,17,27)
#1A0F17
(26,15,23)
#160D13
(22,13,19)
#120B0F
(18,11,15)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #361D33

#361D33
(54,29,51)
#483145
(72,49,69)
#5A4557
(90,69,87)
#6C5969
(108,89,105)
#7E6D7B
(126,109,123)
#90818D
(144,129,141)
#A2959F
(162,149,159)
#B4A9B1
(180,169,177)
#C6BDC3
(198,189,195)
#D8D1D5
(216,209,213)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #361D33; }

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

This text font color is #361D33.


Background Color

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

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

This div background color is #361D33.


Border color

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

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

This div border color is #361D33.


Opacity

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

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

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

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

This text has shadow with #361D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361D33 on black background.


Color preview on white background

This text has color #361D33 on white background.



Black color preview on #361D33 background

This text has black color on #361D33 background.


White color preview on #361D33 background

This text has white color on #361D33 background.