COLOR #364E3C

HEX: #364E3C
RGB: (54,78,60)

Color info

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

RGB color model

#364E3C color RGB value is (54,78,60).

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

RGB channels and saturation

R 54 of 255 = 21%
G 78 of 255 = 31%
B 60 of 255 = 24%

54
78
60

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

Portions of RGB colors in percentages

R + G + B =
54 + 78 + 60 = 192 (100%)
R 54 of 192 ~ 28.13%
G 78 of 192 ~ 40.63%
B 60 of 192 ~ 31.25%

%28.13
%40.63
%31.25

CMYK color model

#364E3C color CMYK value is (31,0,23,69).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 69.41%
CMYK:
(31,0,23,69)
C31M0Y23K69 
(31%,0%,23%,69%)
(0.31/0.00/0.23/0.69)	

CMYK percentages

%30.77
%0
%23.08
%69.41

Codes

Color #364E3C in popluar color models

364E3C
RGB547860
HSL135°18.18%25.88%
HSB/HSV135°30.77%30.59%
CMYK30.77%0.00%23.08%
69.41%

Color #364E3C in popluar number systems.

HEX364E3C
Decimal547860
Binary1101101001110111100
Octal6611674

Shades and tints

Shades of #364E3C

#364E3C
(54,78,60)
#324737
(50,71,55)
#2E4032
(46,64,50)
#2A392D
(42,57,45)
#263228
(38,50,40)
#222B23
(34,43,35)
#1E241E
(30,36,30)
#1A1D19
(26,29,25)
#161614
(22,22,20)
#120F0F
(18,15,15)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #364E3C

#364E3C
(54,78,60)
#485E4D
(72,94,77)
#5A6E5E
(90,110,94)
#6C7E6F
(108,126,111)
#7E8E80
(126,142,128)
#909E91
(144,158,145)
#A2AEA2
(162,174,162)
#B4BEB3
(180,190,179)
#C6CEC4
(198,206,196)
#D8DED5
(216,222,213)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364E3C; }

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

This text font color is #364E3C.


Background Color

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

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

This div background color is #364E3C.


Border color

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

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

This div border color is #364E3C.


Opacity

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

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

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

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

This text has shadow with #364E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364E3C on black background.


Color preview on white background

This text has color #364E3C on white background.



Black color preview on #364E3C background

This text has black color on #364E3C background.


White color preview on #364E3C background

This text has white color on #364E3C background.