COLOR #364E64

HEX: #364E64
RGB: (54,78,100)

Color info

#364E64 contains red, green and blue colors in about the same proportion. Web safe color of #364E64 is #336666 (or #366).

RGB color model

#364E64 color RGB value is (54,78,100).

  • red value is 54;
  • green value is 78;
  • blue value is 100.
RGB:
(54,78,100)
(21%,31%,39%)

RGB channels and saturation

R 54 of 255 = 21%
G 78 of 255 = 31%
B 100 of 255 = 39%

54
78
100

R + G + B ~ 30%. #364E64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 78 + 100 = 232 (100%)
R 54 of 232 ~ 23.28%
G 78 of 232 ~ 33.62%
B 100 of 232 ~ 43.1%

%23.28
%33.62
%43.1

CMYK color model

#364E64 color CMYK value is (46,22,0,61).

  • cyan value is 46.00%
  • magenta value is 22.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(46,22,0,61)
C46M22Y0K61 
(46%,22%,0%,61%)
(0.46/0.22/0.00/0.61)	

CMYK percentages

%46
%22
%0
%60.78

Codes

Color #364E64 in popluar color models

364E64
RGB5478100
HSL209°29.87%30.20%
HSB/HSV209°46.00%39.22%
CMYK46.00%22.00%0.00%
60.78%

Color #364E64 in popluar number systems.

HEX364E64
Decimal5478100
Binary11011010011101100100
Octal66116144

Shades and tints

Shades of #364E64

#364E64
(54,78,100)
#32475B
(50,71,91)
#2E4052
(46,64,82)
#2A3949
(42,57,73)
#263240
(38,50,64)
#222B37
(34,43,55)
#1E242E
(30,36,46)
#1A1D25
(26,29,37)
#16161C
(22,22,28)
#120F13
(18,15,19)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #364E64

#364E64
(54,78,100)
#485E72
(72,94,114)
#5A6E80
(90,110,128)
#6C7E8E
(108,126,142)
#7E8E9C
(126,142,156)
#909EAA
(144,158,170)
#A2AEB8
(162,174,184)
#B4BEC6
(180,190,198)
#C6CED4
(198,206,212)
#D8DEE2
(216,222,226)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364E64 color. Also use rgb(54,78,100) instead hex code.

Text Font Color

.myTextColor { color: #364E64; }

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

This text font color is #364E64.


Background Color

.myBgColor { background-color: #364E64; }

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

This div background color is #364E64.


Border color

.myBorderColor { border: 1px solid #364E64; }

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

This div border color is #364E64.


Opacity

.myOpacity80 { color: #364E64; opacity: 0.8; }

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

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

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

This text has shadow with #364E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364E64 on black background.


Color preview on white background

This text has color #364E64 on white background.



Black color preview on #364E64 background

This text has black color on #364E64 background.


White color preview on #364E64 background

This text has white color on #364E64 background.