COLOR #363B4D

HEX: #363B4D
RGB: (54,59,77)

Color info

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

RGB color model

#363B4D color RGB value is (54,59,77).

  • red value is 54;
  • green value is 59;
  • blue value is 77.
RGB:
(54,59,77)
(21%,23%,30%)

RGB channels and saturation

R 54 of 255 = 21%
G 59 of 255 = 23%
B 77 of 255 = 30%

54
59
77

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

Portions of RGB colors in percentages

R + G + B =
54 + 59 + 77 = 190 (100%)
R 54 of 190 ~ 28.42%
G 59 of 190 ~ 31.05%
B 77 of 190 ~ 40.53%

%28.42
%31.05
%40.53

CMYK color model

#363B4D color CMYK value is (30,23,0,70).

  • cyan value is 29.87%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(30,23,0,70)
C30M23Y0K70 
(30%,23%,0%,70%)
(0.30/0.23/0.00/0.70)	

CMYK percentages

%29.87
%23.38
%0
%69.8

Codes

Color #363B4D in popluar color models

363B4D
RGB545977
HSL227°17.56%25.69%
HSB/HSV227°29.87%30.20%
CMYK29.87%23.38%0.00%
69.80%

Color #363B4D in popluar number systems.

HEX363B4D
Decimal545977
Binary1101101110111001101
Octal6673115

Shades and tints

Shades of #363B4D

#363B4D
(54,59,77)
#323646
(50,54,70)
#2E313F
(46,49,63)
#2A2C38
(42,44,56)
#262731
(38,39,49)
#22222A
(34,34,42)
#1E1D23
(30,29,35)
#1A181C
(26,24,28)
#161315
(22,19,21)
#120E0E
(18,14,14)
#0E0907
(14,9,7)
#000000
(0,0,0)

Tints of #363B4D

#363B4D
(54,59,77)
#484C5D
(72,76,93)
#5A5D6D
(90,93,109)
#6C6E7D
(108,110,125)
#7E7F8D
(126,127,141)
#90909D
(144,144,157)
#A2A1AD
(162,161,173)
#B4B2BD
(180,178,189)
#C6C3CD
(198,195,205)
#D8D4DD
(216,212,221)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #363B4D; }

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

This text font color is #363B4D.


Background Color

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

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

This div background color is #363B4D.


Border color

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

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

This div border color is #363B4D.


Opacity

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

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

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

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

This text has shadow with #363B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363B4D on black background.


Color preview on white background

This text has color #363B4D on white background.



Black color preview on #363B4D background

This text has black color on #363B4D background.


White color preview on #363B4D background

This text has white color on #363B4D background.