COLOR #363C4D

HEX: #363C4D RGB: (54,60,77)

Color info

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

RGB color model

#363C4D color RGB value is (54,60,77).

RGB: (54,60,77) (21%, 24%, 30%)

RGB channels and saturation

R 54 of 255 = 21%
G 60 of 255 = 24%
B 77 of 255 = 30%

54
60
77

R + G + B ~ 25%. #363C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 60 + 77 = 191 (100%)
R 54 of 191 ~ 28.27%
G 60 of 191 ~ 31.41%
B 77 of 191 ~ 40.31'%

%28.27
%31.41
%40.31

CMYK color model

#363C4D color CMYK value is (30,22,0,70).

  • cyan value is 29.87%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (30,22,0,70)
C30M22Y0K70 (30%, 22%, 0%, 70%)
(0.30 / 0.22 / 0.00 / 0.70)

CMYK percentages

%29.87
%22.08
%0
%69.8

Codes

Color #363C4D in popluar color models

36 3C 4D
RGB 54 60 77
HSL 224° 17.56% 25.69%
HSB/HSV 224° 29.87% 30.20%
CMYK 29.87% 22.08% 0.00%
69.80%

Color #363C4D in popluar number systems.

HEX 36 3C 4D
Decimal 54 60 77
Binary 110110 111100 1001101
Octal 66 74 115

Shades and tints

Shades of #363C4D

#363C4D
(54,60,77)
#323746
(50,55,70)
#2E323F
(46,50,63)
#2A2D38
(42,45,56)
#262831
(38,40,49)
#22232A
(34,35,42)
#1E1E23
(30,30,35)
#1A191C
(26,25,28)
#161415
(22,20,21)
#120F0E
(18,15,14)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #363C4D

#363C4D
(54,60,77)
#484D5D
(72,77,93)
#5A5E6D
(90,94,109)
#6C6F7D
(108,111,125)
#7E808D
(126,128,141)
#90919D
(144,145,157)
#A2A2AD
(162,162,173)
#B4B3BD
(180,179,189)
#C6C4CD
(198,196,205)
#D8D5DD
(216,213,221)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363C4D color. Also use rgb(54,60,77) instead hex code.

Text Font Color

.myTextColor { color: #363C4D; }

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

This text font color is #363C4D.

Background Color

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

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

This div background color is #363C4D.

Border color

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

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

This div border color is #363C4D.

Opacity

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

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

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

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

This text has shadow with #363C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #363C4D.

Preview

Color preview on black background

This text has color #363C4D on black background.


Color preview on white background

This text has color #363C4D on white background.


Black color preview on #363C4D background

This text has black color on #363C4D background.


White color preview on #363C4D background

This text has white color on #363C4D background.


Related colors

Complementary color

Complementary color for #hex is #C9C3B2.


I love getcolorcode.com

Triadic colors

1 #4D363C and #3C4D36 with #363C4D are triadic colors.

2 #4D3C36 and #3C364D with #363C4D are triadic colors.