COLOR #363D42

HEX: #363D42
RGB: (54,61,66)

Color info

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

RGB color model

#363D42 color RGB value is (54,61,66).

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

RGB channels and saturation

R 54 of 255 = 21%
G 61 of 255 = 24%
B 66 of 255 = 26%

54
61
66

R + G + B ~ 24%. #363D42 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 61 + 66 = 181 (100%)
R 54 of 181 ~ 29.83%
G 61 of 181 ~ 33.7%
B 66 of 181 ~ 36.46%

%29.83
%33.7
%36.46

CMYK color model

#363D42 color CMYK value is (18,8,0,74).

  • cyan value is 18.18%
  • magenta value is 7.58%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(18,8,0,74)
C18M8Y0K74 
(18%,8%,0%,74%)
(0.18/0.08/0.00/0.74)	

CMYK percentages

%18.18
%7.58
%0
%74.12

Codes

Color #363D42 in popluar color models

363D42
RGB546166
HSL205°10.00%23.53%
HSB/HSV205°18.18%25.88%
CMYK18.18%7.58%0.00%
74.12%

Color #363D42 in popluar number systems.

HEX363D42
Decimal546166
Binary1101101111011000010
Octal6675102

Shades and tints

Shades of #363D42

#363D42
(54,61,66)
#32383C
(50,56,60)
#2E3336
(46,51,54)
#2A2E30
(42,46,48)
#26292A
(38,41,42)
#222424
(34,36,36)
#1E1F1E
(30,31,30)
#1A1A18
(26,26,24)
#161512
(22,21,18)
#12100C
(18,16,12)
#0E0B06
(14,11,6)
#000000
(0,0,0)

Tints of #363D42

#363D42
(54,61,66)
#484E53
(72,78,83)
#5A5F64
(90,95,100)
#6C7075
(108,112,117)
#7E8186
(126,129,134)
#909297
(144,146,151)
#A2A3A8
(162,163,168)
#B4B4B9
(180,180,185)
#C6C5CA
(198,197,202)
#D8D6DB
(216,214,219)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363D42 color. Also use rgb(54,61,66) instead hex code.

Text Font Color

.myTextColor { color: #363D42; }

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

This text font color is #363D42.


Background Color

.myBgColor { background-color: #363D42; }

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

This div background color is #363D42.


Border color

.myBorderColor { border: 1px solid #363D42; }

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

This div border color is #363D42.


Opacity

.myOpacity80 { color: #363D42; opacity: 0.8; }

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

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

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

This text has shadow with #363D42 color.

.textShadow {text-shadow: 3px 3px 1px #363D42, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363D42 on black background.


Color preview on white background

This text has color #363D42 on white background.



Black color preview on #363D42 background

This text has black color on #363D42 background.


White color preview on #363D42 background

This text has white color on #363D42 background.