COLOR #363639

HEX: #363639 RGB: (54,54,57)

Color info

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

RGB color model

#363639 color RGB value is (54,54,57).

RGB: (54,54,57) (21%, 21%, 22%)

RGB channels and saturation

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

54
54
57

R + G + B ~ 21%. #363639 is dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 54 + 57 = 165 (100%)
R 54 of 165 ~ 32.73%
G 54 of 165 ~ 32.73%
B 57 of 165 ~ 34.55'%

%32.73
%32.73
%34.55

CMYK color model

#363639 color CMYK value is (5,5,0,78).

  • cyan value is 5.26%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (5,5,0,78)
C5M5Y0K78 (5%, 5%, 0%, 78%)
(0.05 / 0.05 / 0.00 / 0.78)

CMYK percentages

%5.26
%5.26
%0
%77.65

Codes

Color #363639 in popluar color models

36 36 39
RGB 54 54 57
HSL 240° 2.70% 21.76%
HSB/HSV 240° 5.26% 22.35%
CMYK 5.26% 5.26% 0.00%
77.65%

Color #363639 in popluar number systems.

HEX 36 36 39
Decimal 54 54 57
Binary 110110 110110 111001
Octal 66 66 71

Shades and tints

Shades of #363639

#363639
(54,54,57)
#323234
(50,50,52)
#2E2E2F
(46,46,47)
#2A2A2A
(42,42,42)
#262625
(38,38,37)
#222220
(34,34,32)
#1E1E1B
(30,30,27)
#1A1A16
(26,26,22)
#161611
(22,22,17)
#12120C
(18,18,12)
#0E0E07
(14,14,7)
#000000
(0,0,0)

Tints of #363639

#363639
(54,54,57)
#48484B
(72,72,75)
#5A5A5D
(90,90,93)
#6C6C6F
(108,108,111)
#7E7E81
(126,126,129)
#909093
(144,144,147)
#A2A2A5
(162,162,165)
#B4B4B7
(180,180,183)
#C6C6C9
(198,198,201)
#D8D8DB
(216,216,219)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363639; }

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

This text font color is #363639.

Background Color

.myBgColor { background-color: #363639; }

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

This div background color is #363639.

Border color

.myBorderColor { border: 1px solid #363639; }

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

This div border color is #363639.

Opacity

.myOpacity80 { color: #363639; opacity: 0.8; }

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

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

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

This text has shadow with #363639 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #363639.

Preview

Color preview on black background

This text has color #363639 on black background.


Color preview on white background

This text has color #363639 on white background.


Black color preview on #363639 background

This text has black color on #363639 background.


White color preview on #363639 background

This text has white color on #363639 background.


Related colors

Complementary color

Complementary color for #hex is #C9C9C6.


I love getcolorcode.com