COLOR #364E65

HEX: #364E65 RGB: (54,78,101)

Color info

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

RGB color model

#364E65 color RGB value is (54,78,101).

RGB: (54,78,101) (21%, 31%, 40%)

RGB channels and saturation

R 54 of 255 = 21%
G 78 of 255 = 31%
B 101 of 255 = 40%

54
78
101

R + G + B ~ 31%. #364E65 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 78 + 101 = 233 (100%)
R 54 of 233 ~ 23.18%
G 78 of 233 ~ 33.48%
B 101 of 233 ~ 43.35'%

%23.18
%33.48
%43.35

CMYK color model

#364E65 color CMYK value is (47,23,0,60).

  • cyan value is 46.53%
  • magenta value is 22.77%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (47,23,0,60)
C47M23Y0K60 (47%, 23%, 0%, 60%)
(0.47 / 0.23 / 0.00 / 0.60)

CMYK percentages

%46.53
%22.77
%0
%60.39

Codes

Color #364E65 in popluar color models

36 4E 65
RGB 54 78 101
HSL 209° 30.32% 30.39%
HSB/HSV 209° 46.53% 39.61%
CMYK 46.53% 22.77% 0.00%
60.39%

Color #364E65 in popluar number systems.

HEX 36 4E 65
Decimal 54 78 101
Binary 110110 1001110 1100101
Octal 66 116 145

Shades and tints

Shades of #364E65

#364E65
(54,78,101)
#32475C
(50,71,92)
#2E4053
(46,64,83)
#2A394A
(42,57,74)
#263241
(38,50,65)
#222B38
(34,43,56)
#1E242F
(30,36,47)
#1A1D26
(26,29,38)
#16161D
(22,22,29)
#120F14
(18,15,20)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #364E65

#364E65
(54,78,101)
#485E73
(72,94,115)
#5A6E81
(90,110,129)
#6C7E8F
(108,126,143)
#7E8E9D
(126,142,157)
#909EAB
(144,158,171)
#A2AEB9
(162,174,185)
#B4BEC7
(180,190,199)
#C6CED5
(198,206,213)
#D8DEE3
(216,222,227)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364E65; }

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

This text font color is #364E65.

Background Color

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

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

This div background color is #364E65.

Border color

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

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

This div border color is #364E65.

Opacity

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

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

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

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

This text has shadow with #364E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #364E65.

Preview

Color preview on black background

This text has color #364E65 on black background.


Color preview on white background

This text has color #364E65 on white background.


Black color preview on #364E65 background

This text has black color on #364E65 background.


White color preview on #364E65 background

This text has white color on #364E65 background.


Related colors

Complementary color

Complementary color for #hex is #C9B19A.


I love getcolorcode.com

Triadic colors

1 #65364E and #4E6536 with #364E65 are triadic colors.

2 #654E36 and #4E3665 with #364E65 are triadic colors.