COLOR #36383B

HEX: #36383B
RGB: (54,56,59)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

54
56
59

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

Portions of RGB colors in percentages

R + G + B =
54 + 56 + 59 = 169 (100%)
R 54 of 169 ~ 31.95%
G 56 of 169 ~ 33.14%
B 59 of 169 ~ 34.91%

%31.95
%33.14
%34.91

CMYK color model

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

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

CMYK percentages

%8.47
%5.08
%0
%76.86

Codes

Color #36383B in popluar color models

36383B
RGB545659
HSL216°4.42%22.16%
HSB/HSV216°8.47%23.14%
CMYK8.47%5.08%0.00%
76.86%

Color #36383B in popluar number systems.

HEX36383B
Decimal545659
Binary110110111000111011
Octal667073

Shades and tints

Shades of #36383B

#36383B
(54,56,59)
#323336
(50,51,54)
#2E2E31
(46,46,49)
#2A292C
(42,41,44)
#262427
(38,36,39)
#221F22
(34,31,34)
#1E1A1D
(30,26,29)
#1A1518
(26,21,24)
#161013
(22,16,19)
#120B0E
(18,11,14)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #36383B

#36383B
(54,56,59)
#484A4C
(72,74,76)
#5A5C5D
(90,92,93)
#6C6E6E
(108,110,110)
#7E807F
(126,128,127)
#909290
(144,146,144)
#A2A4A1
(162,164,161)
#B4B6B2
(180,182,178)
#C6C8C3
(198,200,195)
#D8DAD4
(216,218,212)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36383B; }

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

This text font color is #36383B.


Background Color

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

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

This div background color is #36383B.


Border color

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

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

This div border color is #36383B.


Opacity

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

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

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

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

This text has shadow with #36383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36383B on black background.


Color preview on white background

This text has color #36383B on white background.



Black color preview on #36383B background

This text has black color on #36383B background.


White color preview on #36383B background

This text has white color on #36383B background.