COLOR #364E4F

HEX: #364E4F
RGB: (54,78,79)

Color info

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

RGB color model

#364E4F color RGB value is (54,78,79).

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

RGB channels and saturation

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

54
78
79

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

Portions of RGB colors in percentages

R + G + B =
54 + 78 + 79 = 211 (100%)
R 54 of 211 ~ 25.59%
G 78 of 211 ~ 36.97%
B 79 of 211 ~ 37.44%

%25.59
%36.97
%37.44

CMYK color model

#364E4F color CMYK value is (32,1,0,69).

  • cyan value is 31.65%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(32,1,0,69)
C32M1Y0K69 
(32%,1%,0%,69%)
(0.32/0.01/0.00/0.69)	

CMYK percentages

%31.65
%1.27
%0
%69.02

Codes

Color #364E4F in popluar color models

364E4F
RGB547879
HSL182°18.80%26.08%
HSB/HSV182°31.65%30.98%
CMYK31.65%1.27%0.00%
69.02%

Color #364E4F in popluar number systems.

HEX364E4F
Decimal547879
Binary11011010011101001111
Octal66116117

Shades and tints

Shades of #364E4F

#364E4F
(54,78,79)
#324748
(50,71,72)
#2E4041
(46,64,65)
#2A393A
(42,57,58)
#263233
(38,50,51)
#222B2C
(34,43,44)
#1E2425
(30,36,37)
#1A1D1E
(26,29,30)
#161617
(22,22,23)
#120F10
(18,15,16)
#0E0809
(14,8,9)
#000000
(0,0,0)

Tints of #364E4F

#364E4F
(54,78,79)
#485E5F
(72,94,95)
#5A6E6F
(90,110,111)
#6C7E7F
(108,126,127)
#7E8E8F
(126,142,143)
#909E9F
(144,158,159)
#A2AEAF
(162,174,175)
#B4BEBF
(180,190,191)
#C6CECF
(198,206,207)
#D8DEDF
(216,222,223)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364E4F; }

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

This text font color is #364E4F.


Background Color

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

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

This div background color is #364E4F.


Border color

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

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

This div border color is #364E4F.


Opacity

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

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

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

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

This text has shadow with #364E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364E4F on black background.


Color preview on white background

This text has color #364E4F on white background.



Black color preview on #364E4F background

This text has black color on #364E4F background.


White color preview on #364E4F background

This text has white color on #364E4F background.