COLOR #364A40

HEX: #364A40 RGB: (54,74,64)

Color info

#364A40 contains red, green and blue colors in about the same proportion. Web safe color of #364A40 is #333333 (or #333).

RGB color model

#364A40 color RGB value is (54,74,64).

RGB: (54,74,64) (21%, 29%, 25%)

RGB channels and saturation

R 54 of 255 = 21%
G 74 of 255 = 29%
B 64 of 255 = 25%

54
74
64

R + G + B ~ 25%. #364A40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 74 + 64 = 192 (100%)
R 54 of 192 ~ 28.13%
G 74 of 192 ~ 38.54%
B 64 of 192 ~ 33.33'%

%28.13
%38.54
%33.33

CMYK color model

#364A40 color CMYK value is (27,0,14,71).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 70.98%

CMYK: (27,0,14,71)
C27M0Y14K71 (27%, 0%, 14%, 71%)
(0.27 / 0.00 / 0.14 / 0.71)

CMYK percentages

%27.03
%0
%13.51
%70.98

Codes

Color #364A40 in popluar color models

36 4A 40
RGB 54 74 64
HSL 150° 15.63% 25.10%
HSB/HSV 150° 27.03% 29.02%
CMYK 27.03% 0.00% 13.51%
70.98%

Color #364A40 in popluar number systems.

HEX 36 4A 40
Decimal 54 74 64
Binary 110110 1001010 1000000
Octal 66 112 100

Shades and tints

Shades of #364A40

#364A40
(54,74,64)
#32443B
(50,68,59)
#2E3E36
(46,62,54)
#2A3831
(42,56,49)
#26322C
(38,50,44)
#222C27
(34,44,39)
#1E2622
(30,38,34)
#1A201D
(26,32,29)
#161A18
(22,26,24)
#121413
(18,20,19)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #364A40

#364A40
(54,74,64)
#485A51
(72,90,81)
#5A6A62
(90,106,98)
#6C7A73
(108,122,115)
#7E8A84
(126,138,132)
#909A95
(144,154,149)
#A2AAA6
(162,170,166)
#B4BAB7
(180,186,183)
#C6CAC8
(198,202,200)
#D8DAD9
(216,218,217)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364A40; }

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

This text font color is #364A40.

Background Color

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

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

This div background color is #364A40.

Border color

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

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

This div border color is #364A40.

Opacity

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

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

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

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

This text has shadow with #364A40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #364A40.

Preview

Color preview on black background

This text has color #364A40 on black background.


Color preview on white background

This text has color #364A40 on white background.


Black color preview on #364A40 background

This text has black color on #364A40 background.


White color preview on #364A40 background

This text has white color on #364A40 background.


Related colors

Complementary color

Complementary color for #hex is #C9B5BF.


I love getcolorcode.com

Triadic colors

1 #40364A and #4A4036 with #364A40 are triadic colors.

2 #404A36 and #4A3640 with #364A40 are triadic colors.