COLOR #364E15

HEX: #364E15
RGB: (54,78,21)

Color info

#364E15 contains red, green and blue colors in about the same proportion. Web safe color of #364E15 is #336600 (or #360).

RGB color model

#364E15 color RGB value is (54,78,21).

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

RGB channels and saturation

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

54
78
21

R + G + B ~ 20%. #364E15 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 78 + 21 = 153 (100%)
R 54 of 153 ~ 35.29%
G 78 of 153 ~ 50.98%
B 21 of 153 ~ 13.73%

%35.29
%50.98
%13.73

CMYK color model

#364E15 color CMYK value is (31,0,73,69).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 73.08%
  • key color value is 69.41%
CMYK:
(31,0,73,69)
C31M0Y73K69 
(31%,0%,73%,69%)
(0.31/0.00/0.73/0.69)	

CMYK percentages

%30.77
%0
%73.08
%69.41

Codes

Color #364E15 in popluar color models

364E15
RGB547821
HSL85°57.58%19.41%
HSB/HSV85°73.08%30.59%
CMYK30.77%0.00%73.08%
69.41%

Color #364E15 in popluar number systems.

HEX364E15
Decimal547821
Binary110110100111010101
Octal6611625

Shades and tints

Shades of #364E15

#364E15
(54,78,21)
#324714
(50,71,20)
#2E4013
(46,64,19)
#2A3912
(42,57,18)
#263211
(38,50,17)
#222B10
(34,43,16)
#1E240F
(30,36,15)
#1A1D0E
(26,29,14)
#16160D
(22,22,13)
#120F0C
(18,15,12)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #364E15

#364E15
(54,78,21)
#485E2A
(72,94,42)
#5A6E3F
(90,110,63)
#6C7E54
(108,126,84)
#7E8E69
(126,142,105)
#909E7E
(144,158,126)
#A2AE93
(162,174,147)
#B4BEA8
(180,190,168)
#C6CEBD
(198,206,189)
#D8DED2
(216,222,210)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364E15; }

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

This text font color is #364E15.


Background Color

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

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

This div background color is #364E15.


Border color

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

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

This div border color is #364E15.


Opacity

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

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

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

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

This text has shadow with #364E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364E15 on black background.


Color preview on white background

This text has color #364E15 on white background.



Black color preview on #364E15 background

This text has black color on #364E15 background.


White color preview on #364E15 background

This text has white color on #364E15 background.