COLOR #36393D

HEX: #36393D
RGB: (54,57,61)

Color info

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

RGB color model

#36393D color RGB value is (54,57,61).

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

RGB channels and saturation

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

54
57
61

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

Portions of RGB colors in percentages

R + G + B =
54 + 57 + 61 = 172 (100%)
R 54 of 172 ~ 31.4%
G 57 of 172 ~ 33.14%
B 61 of 172 ~ 35.47%

%31.4
%33.14
%35.47

CMYK color model

#36393D color CMYK value is (11,7,0,76).

  • cyan value is 11.48%
  • magenta value is 6.56%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(11,7,0,76)
C11M7Y0K76 
(11%,7%,0%,76%)
(0.11/0.07/0.00/0.76)	

CMYK percentages

%11.48
%6.56
%0
%76.08

Codes

Color #36393D in popluar color models

36393D
RGB545761
HSL214°6.09%22.55%
HSB/HSV214°11.48%23.92%
CMYK11.48%6.56%0.00%
76.08%

Color #36393D in popluar number systems.

HEX36393D
Decimal545761
Binary110110111001111101
Octal667175

Shades and tints

Shades of #36393D

#36393D
(54,57,61)
#323438
(50,52,56)
#2E2F33
(46,47,51)
#2A2A2E
(42,42,46)
#262529
(38,37,41)
#222024
(34,32,36)
#1E1B1F
(30,27,31)
#1A161A
(26,22,26)
#161115
(22,17,21)
#120C10
(18,12,16)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #36393D

#36393D
(54,57,61)
#484B4E
(72,75,78)
#5A5D5F
(90,93,95)
#6C6F70
(108,111,112)
#7E8181
(126,129,129)
#909392
(144,147,146)
#A2A5A3
(162,165,163)
#B4B7B4
(180,183,180)
#C6C9C5
(198,201,197)
#D8DBD6
(216,219,214)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36393D; }

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

This text font color is #36393D.


Background Color

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

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

This div background color is #36393D.


Border color

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

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

This div border color is #36393D.


Opacity

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

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

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

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

This text has shadow with #36393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36393D on black background.


Color preview on white background

This text has color #36393D on white background.



Black color preview on #36393D background

This text has black color on #36393D background.


White color preview on #36393D background

This text has white color on #36393D background.