COLOR #362C36

HEX: #362C36
RGB: (54,44,54)

Color info

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

RGB color model

#362C36 color RGB value is (54,44,54).

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

RGB channels and saturation

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

54
44
54

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

Portions of RGB colors in percentages

R + G + B =
54 + 44 + 54 = 152 (100%)
R 54 of 152 ~ 35.53%
G 44 of 152 ~ 28.95%
B 54 of 152 ~ 35.53%

%35.53
%28.95
%35.53

CMYK color model

#362C36 color CMYK value is (0,19,0,79).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(0,19,0,79)
C0M19Y0K79 
(0%,19%,0%,79%)
(0.00/0.19/0.00/0.79)	

CMYK percentages

%0
%18.52
%0
%78.82

Codes

Color #362C36 in popluar color models

362C36
RGB544454
HSL300°10.20%19.22%
HSB/HSV300°18.52%21.18%
CMYK0.00%18.52%0.00%
78.82%

Color #362C36 in popluar number systems.

HEX362C36
Decimal544454
Binary110110101100110110
Octal665466

Shades and tints

Shades of #362C36

#362C36
(54,44,54)
#322832
(50,40,50)
#2E242E
(46,36,46)
#2A202A
(42,32,42)
#261C26
(38,28,38)
#221822
(34,24,34)
#1E141E
(30,20,30)
#1A101A
(26,16,26)
#160C16
(22,12,22)
#120812
(18,8,18)
#0E040E
(14,4,14)
#000000
(0,0,0)

Tints of #362C36

#362C36
(54,44,54)
#483F48
(72,63,72)
#5A525A
(90,82,90)
#6C656C
(108,101,108)
#7E787E
(126,120,126)
#908B90
(144,139,144)
#A29EA2
(162,158,162)
#B4B1B4
(180,177,180)
#C6C4C6
(198,196,198)
#D8D7D8
(216,215,216)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #362C36; }

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

This text font color is #362C36.


Background Color

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

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

This div background color is #362C36.


Border color

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

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

This div border color is #362C36.


Opacity

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

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

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

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

This text has shadow with #362C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362C36 on black background.


Color preview on white background

This text has color #362C36 on white background.



Black color preview on #362C36 background

This text has black color on #362C36 background.


White color preview on #362C36 background

This text has white color on #362C36 background.