COLOR #36393F

HEX: #36393F
RGB: (54,57,63)

Color info

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

RGB color model

#36393F color RGB value is (54,57,63).

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

RGB channels and saturation

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

54
57
63

R + G + B ~ 23%. #36393F is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 57 + 63 = 174 (100%)
R 54 of 174 ~ 31.03%
G 57 of 174 ~ 32.76%
B 63 of 174 ~ 36.21%

%31.03
%32.76
%36.21

CMYK color model

#36393F color CMYK value is (14,10,0,75).

  • cyan value is 14.29%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(14,10,0,75)
C14M10Y0K75 
(14%,10%,0%,75%)
(0.14/0.10/0.00/0.75)	

CMYK percentages

%14.29
%9.52
%0
%75.29

Codes

Color #36393F in popluar color models

36393F
RGB545763
HSL220°7.69%22.94%
HSB/HSV220°14.29%24.71%
CMYK14.29%9.52%0.00%
75.29%

Color #36393F in popluar number systems.

HEX36393F
Decimal545763
Binary110110111001111111
Octal667177

Shades and tints

Shades of #36393F

#36393F
(54,57,63)
#32343A
(50,52,58)
#2E2F35
(46,47,53)
#2A2A30
(42,42,48)
#26252B
(38,37,43)
#222026
(34,32,38)
#1E1B21
(30,27,33)
#1A161C
(26,22,28)
#161117
(22,17,23)
#120C12
(18,12,18)
#0E070D
(14,7,13)
#000000
(0,0,0)

Tints of #36393F

#36393F
(54,57,63)
#484B50
(72,75,80)
#5A5D61
(90,93,97)
#6C6F72
(108,111,114)
#7E8183
(126,129,131)
#909394
(144,147,148)
#A2A5A5
(162,165,165)
#B4B7B6
(180,183,182)
#C6C9C7
(198,201,199)
#D8DBD8
(216,219,216)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36393F; }

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

This text font color is #36393F.


Background Color

.myBgColor { background-color: #36393F; }

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

This div background color is #36393F.


Border color

.myBorderColor { border: 1px solid #36393F; }

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

This div border color is #36393F.


Opacity

.myOpacity80 { color: #36393F; opacity: 0.8; }

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

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

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

This text has shadow with #36393F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36393F on black background.


Color preview on white background

This text has color #36393F on white background.



Black color preview on #36393F background

This text has black color on #36393F background.


White color preview on #36393F background

This text has white color on #36393F background.