COLOR #363936

HEX: #363936
RGB: (54,57,54)

Color info

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

RGB color model

#363936 color RGB value is (54,57,54).

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

RGB channels and saturation

R 54 of 255 = 21%
G 57 of 255 = 22%
B 54 of 255 = 21%

54
57
54

R + G + B ~ 21%. #363936 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 57 + 54 = 165 (100%)
R 54 of 165 ~ 32.73%
G 57 of 165 ~ 34.55%
B 54 of 165 ~ 32.73%

%32.73
%34.55
%32.73

CMYK color model

#363936 color CMYK value is (5,0,5,78).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 77.65%
CMYK:
(5,0,5,78)
C5M0Y5K78 
(5%,0%,5%,78%)
(0.05/0.00/0.05/0.78)	

CMYK percentages

%5.26
%0
%5.26
%77.65

Codes

Color #363936 in popluar color models

363936
RGB545754
HSL120°2.70%21.76%
HSB/HSV120°5.26%22.35%
CMYK5.26%0.00%5.26%
77.65%

Color #363936 in popluar number systems.

HEX363936
Decimal545754
Binary110110111001110110
Octal667166

Shades and tints

Shades of #363936

#363936
(54,57,54)
#323432
(50,52,50)
#2E2F2E
(46,47,46)
#2A2A2A
(42,42,42)
#262526
(38,37,38)
#222022
(34,32,34)
#1E1B1E
(30,27,30)
#1A161A
(26,22,26)
#161116
(22,17,22)
#120C12
(18,12,18)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #363936

#363936
(54,57,54)
#484B48
(72,75,72)
#5A5D5A
(90,93,90)
#6C6F6C
(108,111,108)
#7E817E
(126,129,126)
#909390
(144,147,144)
#A2A5A2
(162,165,162)
#B4B7B4
(180,183,180)
#C6C9C6
(198,201,198)
#D8DBD8
(216,219,216)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363936; }

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

This text font color is #363936.


Background Color

.myBgColor { background-color: #363936; }

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

This div background color is #363936.


Border color

.myBorderColor { border: 1px solid #363936; }

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

This div border color is #363936.


Opacity

.myOpacity80 { color: #363936; opacity: 0.8; }

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

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

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

This text has shadow with #363936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363936 on black background.


Color preview on white background

This text has color #363936 on white background.



Black color preview on #363936 background

This text has black color on #363936 background.


White color preview on #363936 background

This text has white color on #363936 background.