COLOR #361D21

HEX: #361D21
RGB: (54,29,33)

Color info

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

RGB color model

#361D21 color RGB value is (54,29,33).

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

RGB channels and saturation

R 54 of 255 = 21%
G 29 of 255 = 11%
B 33 of 255 = 13%

54
29
33

R + G + B ~ 15%. #361D21 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 29 + 33 = 116 (100%)
R 54 of 116 ~ 46.55%
G 29 of 116 ~ 25%
B 33 of 116 ~ 28.45%

%46.55
%25
%28.45

CMYK color model

#361D21 color CMYK value is (0,46,39,79).

  • cyan value is 0.00%
  • magenta value is 46.30%
  • yellow value is 38.89%
  • key color value is 78.82%
CMYK:
(0,46,39,79)
C0M46Y39K79 
(0%,46%,39%,79%)
(0.00/0.46/0.39/0.79)	

CMYK percentages

%0
%46.3
%38.89
%78.82

Codes

Color #361D21 in popluar color models

361D21
RGB542933
HSL350°30.12%16.27%
HSB/HSV350°46.30%21.18%
CMYK0.00%46.30%38.89%
78.82%

Color #361D21 in popluar number systems.

HEX361D21
Decimal542933
Binary11011011101100001
Octal663541

Shades and tints

Shades of #361D21

#361D21
(54,29,33)
#321B1E
(50,27,30)
#2E191B
(46,25,27)
#2A1718
(42,23,24)
#261515
(38,21,21)
#221312
(34,19,18)
#1E110F
(30,17,15)
#1A0F0C
(26,15,12)
#160D09
(22,13,9)
#120B06
(18,11,6)
#0E0903
(14,9,3)
#000000
(0,0,0)

Tints of #361D21

#361D21
(54,29,33)
#483135
(72,49,53)
#5A4549
(90,69,73)
#6C595D
(108,89,93)
#7E6D71
(126,109,113)
#908185
(144,129,133)
#A29599
(162,149,153)
#B4A9AD
(180,169,173)
#C6BDC1
(198,189,193)
#D8D1D5
(216,209,213)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #361D21; }

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

This text font color is #361D21.


Background Color

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

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

This div background color is #361D21.


Border color

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

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

This div border color is #361D21.


Opacity

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

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

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

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

This text has shadow with #361D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #361D21 on black background.


Color preview on white background

This text has color #361D21 on white background.



Black color preview on #361D21 background

This text has black color on #361D21 background.


White color preview on #361D21 background

This text has white color on #361D21 background.