COLOR #364E50

HEX: #364E50
RGB: (54,78,80)

Color info

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

RGB color model

#364E50 color RGB value is (54,78,80).

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

RGB channels and saturation

R 54 of 255 = 21%
G 78 of 255 = 31%
B 80 of 255 = 31%

54
78
80

R + G + B ~ 28%. #364E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 78 + 80 = 212 (100%)
R 54 of 212 ~ 25.47%
G 78 of 212 ~ 36.79%
B 80 of 212 ~ 37.74%

%25.47
%36.79
%37.74

CMYK color model

#364E50 color CMYK value is (33,2,0,69).

  • cyan value is 32.50%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(33,2,0,69)
C33M2Y0K69 
(33%,2%,0%,69%)
(0.33/0.02/0.00/0.69)	

CMYK percentages

%32.5
%2.5
%0
%68.63

Codes

Color #364E50 in popluar color models

364E50
RGB547880
HSL185°19.40%26.27%
HSB/HSV185°32.50%31.37%
CMYK32.50%2.50%0.00%
68.63%

Color #364E50 in popluar number systems.

HEX364E50
Decimal547880
Binary11011010011101010000
Octal66116120

Shades and tints

Shades of #364E50

#364E50
(54,78,80)
#324749
(50,71,73)
#2E4042
(46,64,66)
#2A393B
(42,57,59)
#263234
(38,50,52)
#222B2D
(34,43,45)
#1E2426
(30,36,38)
#1A1D1F
(26,29,31)
#161618
(22,22,24)
#120F11
(18,15,17)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #364E50

#364E50
(54,78,80)
#485E5F
(72,94,95)
#5A6E6E
(90,110,110)
#6C7E7D
(108,126,125)
#7E8E8C
(126,142,140)
#909E9B
(144,158,155)
#A2AEAA
(162,174,170)
#B4BEB9
(180,190,185)
#C6CEC8
(198,206,200)
#D8DED7
(216,222,215)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364E50; }

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

This text font color is #364E50.


Background Color

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

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

This div background color is #364E50.


Border color

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

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

This div border color is #364E50.


Opacity

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

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

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

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

This text has shadow with #364E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364E50 on black background.


Color preview on white background

This text has color #364E50 on white background.



Black color preview on #364E50 background

This text has black color on #364E50 background.


White color preview on #364E50 background

This text has white color on #364E50 background.