COLOR #364F4E

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

54
79
78

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

Portions of RGB colors in percentages

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

%25.59
%37.44
%36.97

CMYK color model

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

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

CMYK percentages

%31.65
%0
%1.27
%69.02

Codes

Color #364F4E in popluar color models

364F4E
RGB547978
HSL178°18.80%26.08%
HSB/HSV178°31.65%30.98%
CMYK31.65%0.00%1.27%
69.02%

Color #364F4E in popluar number systems.

HEX364F4E
Decimal547978
Binary11011010011111001110
Octal66117116

Shades and tints

Shades of #364F4E

#364F4E
(54,79,78)
#324847
(50,72,71)
#2E4140
(46,65,64)
#2A3A39
(42,58,57)
#263332
(38,51,50)
#222C2B
(34,44,43)
#1E2524
(30,37,36)
#1A1E1D
(26,30,29)
#161716
(22,23,22)
#12100F
(18,16,15)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #364F4E

#364F4E
(54,79,78)
#485F5E
(72,95,94)
#5A6F6E
(90,111,110)
#6C7F7E
(108,127,126)
#7E8F8E
(126,143,142)
#909F9E
(144,159,158)
#A2AFAE
(162,175,174)
#B4BFBE
(180,191,190)
#C6CFCE
(198,207,206)
#D8DFDE
(216,223,222)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364F4E; }

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

This text font color is #364F4E.


Background Color

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

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

This div background color is #364F4E.


Border color

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

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

This div border color is #364F4E.


Opacity

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

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

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

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

This text has shadow with #364F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364F4E on black background.


Color preview on white background

This text has color #364F4E on white background.



Black color preview on #364F4E background

This text has black color on #364F4E background.


White color preview on #364F4E background

This text has white color on #364F4E background.