COLOR #364457

HEX: #364457
RGB: (54,68,87)

Color info

#364457 contains red, green and blue colors in about the same proportion. Web safe color of #364457 is #333366 (or #336).

RGB color model

#364457 color RGB value is (54,68,87).

  • red value is 54;
  • green value is 68;
  • blue value is 87.
RGB:
(54,68,87)
(21%,27%,34%)

RGB channels and saturation

R 54 of 255 = 21%
G 68 of 255 = 27%
B 87 of 255 = 34%

54
68
87

R + G + B ~ 27%. #364457 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 68 + 87 = 209 (100%)
R 54 of 209 ~ 25.84%
G 68 of 209 ~ 32.54%
B 87 of 209 ~ 41.63%

%25.84
%32.54
%41.63

CMYK color model

#364457 color CMYK value is (38,22,0,66).

  • cyan value is 37.93%
  • magenta value is 21.84%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(38,22,0,66)
C38M22Y0K66 
(38%,22%,0%,66%)
(0.38/0.22/0.00/0.66)	

CMYK percentages

%37.93
%21.84
%0
%65.88

Codes

Color #364457 in popluar color models

364457
RGB546887
HSL215°23.40%27.65%
HSB/HSV215°37.93%34.12%
CMYK37.93%21.84%0.00%
65.88%

Color #364457 in popluar number systems.

HEX364457
Decimal546887
Binary11011010001001010111
Octal66104127

Shades and tints

Shades of #364457

#364457
(54,68,87)
#323E50
(50,62,80)
#2E3849
(46,56,73)
#2A3242
(42,50,66)
#262C3B
(38,44,59)
#222634
(34,38,52)
#1E202D
(30,32,45)
#1A1A26
(26,26,38)
#16141F
(22,20,31)
#120E18
(18,14,24)
#0E0811
(14,8,17)
#000000
(0,0,0)

Tints of #364457

#364457
(54,68,87)
#485566
(72,85,102)
#5A6675
(90,102,117)
#6C7784
(108,119,132)
#7E8893
(126,136,147)
#9099A2
(144,153,162)
#A2AAB1
(162,170,177)
#B4BBC0
(180,187,192)
#C6CCCF
(198,204,207)
#D8DDDE
(216,221,222)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364457; }

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

This text font color is #364457.


Background Color

.myBgColor { background-color: #364457; }

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

This div background color is #364457.


Border color

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

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

This div border color is #364457.


Opacity

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

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

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

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

This text has shadow with #364457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364457 on black background.


Color preview on white background

This text has color #364457 on white background.



Black color preview on #364457 background

This text has black color on #364457 background.


White color preview on #364457 background

This text has white color on #364457 background.