COLOR #36363B

HEX: #36363B
RGB: (54,54,59)

Color info

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

RGB color model

#36363B color RGB value is (54,54,59).

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

RGB channels and saturation

R 54 of 255 = 21%
G 54 of 255 = 21%
B 59 of 255 = 23%

54
54
59

R + G + B ~ 22%. #36363B is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 54 + 59 = 167 (100%)
R 54 of 167 ~ 32.34%
G 54 of 167 ~ 32.34%
B 59 of 167 ~ 35.33%

%32.34
%32.34
%35.33

CMYK color model

#36363B color CMYK value is (8,8,0,77).

  • cyan value is 8.47%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(8,8,0,77)
C8M8Y0K77 
(8%,8%,0%,77%)
(0.08/0.08/0.00/0.77)	

CMYK percentages

%8.47
%8.47
%0
%76.86

Codes

Color #36363B in popluar color models

36363B
RGB545459
HSL240°4.42%22.16%
HSB/HSV240°8.47%23.14%
CMYK8.47%8.47%0.00%
76.86%

Color #36363B in popluar number systems.

HEX36363B
Decimal545459
Binary110110110110111011
Octal666673

Shades and tints

Shades of #36363B

#36363B
(54,54,59)
#323236
(50,50,54)
#2E2E31
(46,46,49)
#2A2A2C
(42,42,44)
#262627
(38,38,39)
#222222
(34,34,34)
#1E1E1D
(30,30,29)
#1A1A18
(26,26,24)
#161613
(22,22,19)
#12120E
(18,18,14)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #36363B

#36363B
(54,54,59)
#48484C
(72,72,76)
#5A5A5D
(90,90,93)
#6C6C6E
(108,108,110)
#7E7E7F
(126,126,127)
#909090
(144,144,144)
#A2A2A1
(162,162,161)
#B4B4B2
(180,180,178)
#C6C6C3
(198,198,195)
#D8D8D4
(216,216,212)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36363B; }

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

This text font color is #36363B.


Background Color

.myBgColor { background-color: #36363B; }

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

This div background color is #36363B.


Border color

.myBorderColor { border: 1px solid #36363B; }

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

This div border color is #36363B.


Opacity

.myOpacity80 { color: #36363B; opacity: 0.8; }

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

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

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

This text has shadow with #36363B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36363B on black background.


Color preview on white background

This text has color #36363B on white background.



Black color preview on #36363B background

This text has black color on #36363B background.


White color preview on #36363B background

This text has white color on #36363B background.