COLOR #362B36

HEX: #362B36
RGB: (54,43,54)

Color info

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

RGB color model

#362B36 color RGB value is (54,43,54).

  • red value is 54;
  • green value is 43;
  • blue value is 54.
RGB:
(54,43,54)
(21%,17%,21%)

RGB channels and saturation

R 54 of 255 = 21%
G 43 of 255 = 17%
B 54 of 255 = 21%

54
43
54

R + G + B ~ 20%. #362B36 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 43 + 54 = 151 (100%)
R 54 of 151 ~ 35.76%
G 43 of 151 ~ 28.48%
B 54 of 151 ~ 35.76%

%35.76
%28.48
%35.76

CMYK color model

#362B36 color CMYK value is (0,20,0,79).

  • cyan value is 0.00%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(0,20,0,79)
C0M20Y0K79 
(0%,20%,0%,79%)
(0.00/0.20/0.00/0.79)	

CMYK percentages

%0
%20.37
%0
%78.82

Codes

Color #362B36 in popluar color models

362B36
RGB544354
HSL300°11.34%19.02%
HSB/HSV300°20.37%21.18%
CMYK0.00%20.37%0.00%
78.82%

Color #362B36 in popluar number systems.

HEX362B36
Decimal544354
Binary110110101011110110
Octal665366

Shades and tints

Shades of #362B36

#362B36
(54,43,54)
#322832
(50,40,50)
#2E252E
(46,37,46)
#2A222A
(42,34,42)
#261F26
(38,31,38)
#221C22
(34,28,34)
#1E191E
(30,25,30)
#1A161A
(26,22,26)
#161316
(22,19,22)
#121012
(18,16,18)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #362B36

#362B36
(54,43,54)
#483E48
(72,62,72)
#5A515A
(90,81,90)
#6C646C
(108,100,108)
#7E777E
(126,119,126)
#908A90
(144,138,144)
#A29DA2
(162,157,162)
#B4B0B4
(180,176,180)
#C6C3C6
(198,195,198)
#D8D6D8
(216,214,216)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362B36 color. Also use rgb(54,43,54) instead hex code.

Text Font Color

.myTextColor { color: #362B36; }

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

This text font color is #362B36.


Background Color

.myBgColor { background-color: #362B36; }

<div style="background-color:#362B36">Inner text</div>

This div background color is #362B36.


Border color

.myBorderColor { border: 1px solid #362B36; }

<div style="border:3px solid #362B36">Div</div>

This div border color is #362B36.


Opacity

.myOpacity80 { color: #362B36; opacity: 0.8; }

<p style="color:#362B36;opacity:0.8;">80%</p>

Text with #362B36 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 #362B36;}

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

This text has shadow with #362B36 color.

.textShadow {text-shadow: 3px 3px 1px #362B36, 3px 3px 1px red;}

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

This text has shadow with #362B36 primary color and red secondary color.


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

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

This text has shadow with #362B36 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362B36 on black background.


Color preview on white background

This text has color #362B36 on white background.



Black color preview on #362B36 background

This text has black color on #362B36 background.


White color preview on #362B36 background

This text has white color on #362B36 background.