COLOR #364F5E

HEX: #364F5E
RGB: (54,79,94)

Color info

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

RGB color model

#364F5E color RGB value is (54,79,94).

  • red value is 54;
  • green value is 79;
  • blue value is 94.
RGB: (54,79,94) (21%,31%,37%)

RGB channels and saturation

R 54 of 255 = 21%
G 79 of 255 = 31%
B 94 of 255 = 37%

54
79
94

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

Portions of RGB colors in percentages

R + G + B =
54 + 79 + 94 = 227 (100%)
R 54 of 227 ~ 23.79%
G 79 of 227 ~ 34.8%
B 94 of 227 ~ 41.41%

%23.79
%34.8
%41.41

CMYK color model

#364F5E color CMYK value is (43,16,0,63).

  • cyan value is 42.55%
  • magenta value is 15.96%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK: (43,16,0,63) C43M16Y0K63 (43%,16%,0%,63%) (0.43/0.16/0.00/0.63)

CMYK percentages

%42.55
%15.96
%0
%63.14

Codes

Color #364F5E in popluar color models

364F5E
RGB547994
HSL203°27.03%29.02%
HSB/HSV203°42.55%36.86%
CMYK42.55%15.96%0.00%
63.14%

Color #364F5E in popluar number systems.

HEX364F5E
Decimal547994
Binary11011010011111011110
Octal66117136

Shades and tints

Shades of #364F5E

#364F5E
(54,79,94)
#324856
(50,72,86)
#2E414E
(46,65,78)
#2A3A46
(42,58,70)
#26333E
(38,51,62)
#222C36
(34,44,54)
#1E252E
(30,37,46)
#1A1E26
(26,30,38)
#16171E
(22,23,30)
#121016
(18,16,22)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #364F5E

#364F5E
(54,79,94)
#485F6C
(72,95,108)
#5A6F7A
(90,111,122)
#6C7F88
(108,127,136)
#7E8F96
(126,143,150)
#909FA4
(144,159,164)
#A2AFB2
(162,175,178)
#B4BFC0
(180,191,192)
#C6CFCE
(198,207,206)
#D8DFDC
(216,223,220)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364F5E color. Also use rgb(54,79,94) instead hex code.

Text Font Color

.myTextColor { color: #364F5E; }

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

This text font color is #364F5E.


Background Color

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

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

This div background color is #364F5E.


Border color

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

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

This div border color is #364F5E.


Opacity

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

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

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

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

This text has shadow with #364F5E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #364F5E on black background.


Color preview on white background

This text has color #364F5E on white background.



Black color preview on #364F5E background

This text has black color on #364F5E background.


White color preview on #364F5E background

This text has white color on #364F5E background.