COLOR #36373C

HEX: #36373C
RGB: (54,55,60)

Color info

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

RGB color model

#36373C color RGB value is (54,55,60).

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

RGB channels and saturation

R 54 of 255 = 21%
G 55 of 255 = 22%
B 60 of 255 = 24%

54
55
60

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

Portions of RGB colors in percentages

R + G + B =
54 + 55 + 60 = 169 (100%)
R 54 of 169 ~ 31.95%
G 55 of 169 ~ 32.54%
B 60 of 169 ~ 35.5%

%31.95
%32.54
%35.5

CMYK color model

#36373C color CMYK value is (10,8,0,76).

  • cyan value is 10.00%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(10,8,0,76)
C10M8Y0K76 
(10%,8%,0%,76%)
(0.10/0.08/0.00/0.76)	

CMYK percentages

%10
%8.33
%0
%76.47

Codes

Color #36373C in popluar color models

36373C
RGB545560
HSL230°5.26%22.35%
HSB/HSV230°10.00%23.53%
CMYK10.00%8.33%0.00%
76.47%

Color #36373C in popluar number systems.

HEX36373C
Decimal545560
Binary110110110111111100
Octal666774

Shades and tints

Shades of #36373C

#36373C
(54,55,60)
#323237
(50,50,55)
#2E2D32
(46,45,50)
#2A282D
(42,40,45)
#262328
(38,35,40)
#221E23
(34,30,35)
#1E191E
(30,25,30)
#1A1419
(26,20,25)
#160F14
(22,15,20)
#120A0F
(18,10,15)
#0E050A
(14,5,10)
#000000
(0,0,0)

Tints of #36373C

#36373C
(54,55,60)
#48494D
(72,73,77)
#5A5B5E
(90,91,94)
#6C6D6F
(108,109,111)
#7E7F80
(126,127,128)
#909191
(144,145,145)
#A2A3A2
(162,163,162)
#B4B5B3
(180,181,179)
#C6C7C4
(198,199,196)
#D8D9D5
(216,217,213)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36373C; }

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

This text font color is #36373C.


Background Color

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

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

This div background color is #36373C.


Border color

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

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

This div border color is #36373C.


Opacity

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

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

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

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

This text has shadow with #36373C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #36373C on black background.


Color preview on white background

This text has color #36373C on white background.



Black color preview on #36373C background

This text has black color on #36373C background.


White color preview on #36373C background

This text has white color on #36373C background.