COLOR #36363F

HEX: #36363F RGB: (54,54,63)

Color info

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

RGB color model

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

RGB: (54,54,63) (21%, 21%, 25%)

RGB channels and saturation

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

54
54
63

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

Portions of RGB colors in percentages

R + G + B = 54 + 54 + 63 = 171 (100%)
R 54 of 171 ~ 31.58%
G 54 of 171 ~ 31.58%
B 63 of 171 ~ 36.84'%

%31.58
%31.58
%36.84

CMYK color model

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

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

CMYK percentages

%14.29
%14.29
%0
%75.29

Codes

Color #36363F in popluar color models

36 36 3F
RGB 54 54 63
HSL 240° 7.69% 22.94%
HSB/HSV 240° 14.29% 24.71%
CMYK 14.29% 14.29% 0.00%
75.29%

Color #36363F in popluar number systems.

HEX 36 36 3F
Decimal 54 54 63
Binary 110110 110110 111111
Octal 66 66 77

Shades and tints

Shades of #36363F

#36363F
(54,54,63)
#32323A
(50,50,58)
#2E2E35
(46,46,53)
#2A2A30
(42,42,48)
#26262B
(38,38,43)
#222226
(34,34,38)
#1E1E21
(30,30,33)
#1A1A1C
(26,26,28)
#161617
(22,22,23)
#121212
(18,18,18)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #36363F

#36363F
(54,54,63)
#484850
(72,72,80)
#5A5A61
(90,90,97)
#6C6C72
(108,108,114)
#7E7E83
(126,126,131)
#909094
(144,144,148)
#A2A2A5
(162,162,165)
#B4B4B6
(180,180,182)
#C6C6C7
(198,198,199)
#D8D8D8
(216,216,216)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #36363F; }

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

This text font color is #36363F.

Background Color

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

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

This div background color is #36363F.

Border color

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

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

This div border color is #36363F.

Opacity

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

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

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

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

This text has shadow with #36363F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #36363F.

Preview

Color preview on black background

This text has color #36363F on black background.


Color preview on white background

This text has color #36363F on white background.


Black color preview on #36363F background

This text has black color on #36363F background.


White color preview on #36363F background

This text has white color on #36363F background.


Related colors

Complementary color

Complementary color for #hex is #C9C9C0.


I love getcolorcode.com