COLOR #36373A

HEX: #36373A
RGB: (54,55,58)

Color info

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

RGB color model

#36373A color RGB value is (54,55,58).

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

RGB channels and saturation

R 54 of 255 = 21%
G 55 of 255 = 22%
B 58 of 255 = 23%

54
55
58

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

Portions of RGB colors in percentages

R + G + B =
54 + 55 + 58 = 167 (100%)
R 54 of 167 ~ 32.34%
G 55 of 167 ~ 32.93%
B 58 of 167 ~ 34.73%

%32.34
%32.93
%34.73

CMYK color model

#36373A color CMYK value is (7,5,0,77).

  • cyan value is 6.90%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(7,5,0,77)
C7M5Y0K77 
(7%,5%,0%,77%)
(0.07/0.05/0.00/0.77)	

CMYK percentages

%6.9
%5.17
%0
%77.25

Codes

Color #36373A in popluar color models

36373A
RGB545558
HSL225°3.57%21.96%
HSB/HSV225°6.90%22.75%
CMYK6.90%5.17%0.00%
77.25%

Color #36373A in popluar number systems.

HEX36373A
Decimal545558
Binary110110110111111010
Octal666772

Shades and tints

Shades of #36373A

#36373A
(54,55,58)
#323235
(50,50,53)
#2E2D30
(46,45,48)
#2A282B
(42,40,43)
#262326
(38,35,38)
#221E21
(34,30,33)
#1E191C
(30,25,28)
#1A1417
(26,20,23)
#160F12
(22,15,18)
#120A0D
(18,10,13)
#0E0508
(14,5,8)
#000000
(0,0,0)

Tints of #36373A

#36373A
(54,55,58)
#48494B
(72,73,75)
#5A5B5C
(90,91,92)
#6C6D6D
(108,109,109)
#7E7F7E
(126,127,126)
#90918F
(144,145,143)
#A2A3A0
(162,163,160)
#B4B5B1
(180,181,177)
#C6C7C2
(198,199,194)
#D8D9D3
(216,217,211)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #36373A color. Also use rgb(54,55,58) instead hex code.

Text Font Color

.myTextColor { color: #36373A; }

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

This text font color is #36373A.


Background Color

.myBgColor { background-color: #36373A; }

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

This div background color is #36373A.


Border color

.myBorderColor { border: 1px solid #36373A; }

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

This div border color is #36373A.


Opacity

.myOpacity80 { color: #36373A; opacity: 0.8; }

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

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

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

This text has shadow with #36373A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36373A on black background.


Color preview on white background

This text has color #36373A on white background.



Black color preview on #36373A background

This text has black color on #36373A background.


White color preview on #36373A background

This text has white color on #36373A background.