COLOR #364E4A

HEX: #364E4A
RGB: (54,78,74)

Color info

#364E4A contains red, green and blue colors in about the same proportion. Web safe color of #364E4A is #336633 (or #363).

RGB color model

#364E4A color RGB value is (54,78,74).

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

RGB channels and saturation

R 54 of 255 = 21%
G 78 of 255 = 31%
B 74 of 255 = 29%

54
78
74

R + G + B ~ 27%. #364E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 78 + 74 = 206 (100%)
R 54 of 206 ~ 26.21%
G 78 of 206 ~ 37.86%
B 74 of 206 ~ 35.92%

%26.21
%37.86
%35.92

CMYK color model

#364E4A color CMYK value is (31,0,5,69).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 69.41%
CMYK:
(31,0,5,69)
C31M0Y5K69 
(31%,0%,5%,69%)
(0.31/0.00/0.05/0.69)	

CMYK percentages

%30.77
%0
%5.13
%69.41

Codes

Color #364E4A in popluar color models

364E4A
RGB547874
HSL170°18.18%25.88%
HSB/HSV170°30.77%30.59%
CMYK30.77%0.00%5.13%
69.41%

Color #364E4A in popluar number systems.

HEX364E4A
Decimal547874
Binary11011010011101001010
Octal66116112

Shades and tints

Shades of #364E4A

#364E4A
(54,78,74)
#324744
(50,71,68)
#2E403E
(46,64,62)
#2A3938
(42,57,56)
#263232
(38,50,50)
#222B2C
(34,43,44)
#1E2426
(30,36,38)
#1A1D20
(26,29,32)
#16161A
(22,22,26)
#120F14
(18,15,20)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #364E4A

#364E4A
(54,78,74)
#485E5A
(72,94,90)
#5A6E6A
(90,110,106)
#6C7E7A
(108,126,122)
#7E8E8A
(126,142,138)
#909E9A
(144,158,154)
#A2AEAA
(162,174,170)
#B4BEBA
(180,190,186)
#C6CECA
(198,206,202)
#D8DEDA
(216,222,218)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364E4A; }

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

This text font color is #364E4A.


Background Color

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

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

This div background color is #364E4A.


Border color

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

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

This div border color is #364E4A.


Opacity

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

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

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

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

This text has shadow with #364E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364E4A on black background.


Color preview on white background

This text has color #364E4A on white background.



Black color preview on #364E4A background

This text has black color on #364E4A background.


White color preview on #364E4A background

This text has white color on #364E4A background.