COLOR #364E2F

HEX: #364E2F
RGB: (54,78,47)

Color info

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

RGB color model

#364E2F color RGB value is (54,78,47).

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

RGB channels and saturation

R 54 of 255 = 21%
G 78 of 255 = 31%
B 47 of 255 = 18%

54
78
47

R + G + B ~ 23%. #364E2F is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 78 + 47 = 179 (100%)
R 54 of 179 ~ 30.17%
G 78 of 179 ~ 43.58%
B 47 of 179 ~ 26.26%

%30.17
%43.58
%26.26

CMYK color model

#364E2F color CMYK value is (31,0,40,69).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 39.74%
  • key color value is 69.41%
CMYK:
(31,0,40,69)
C31M0Y40K69 
(31%,0%,40%,69%)
(0.31/0.00/0.40/0.69)	

CMYK percentages

%30.77
%0
%39.74
%69.41

Codes

Color #364E2F in popluar color models

364E2F
RGB547847
HSL106°24.80%24.51%
HSB/HSV106°39.74%30.59%
CMYK30.77%0.00%39.74%
69.41%

Color #364E2F in popluar number systems.

HEX364E2F
Decimal547847
Binary1101101001110101111
Octal6611657

Shades and tints

Shades of #364E2F

#364E2F
(54,78,47)
#32472B
(50,71,43)
#2E4027
(46,64,39)
#2A3923
(42,57,35)
#26321F
(38,50,31)
#222B1B
(34,43,27)
#1E2417
(30,36,23)
#1A1D13
(26,29,19)
#16160F
(22,22,15)
#120F0B
(18,15,11)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #364E2F

#364E2F
(54,78,47)
#485E41
(72,94,65)
#5A6E53
(90,110,83)
#6C7E65
(108,126,101)
#7E8E77
(126,142,119)
#909E89
(144,158,137)
#A2AE9B
(162,174,155)
#B4BEAD
(180,190,173)
#C6CEBF
(198,206,191)
#D8DED1
(216,222,209)
#EAEEE3
(234,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364E2F; }

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

This text font color is #364E2F.


Background Color

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

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

This div background color is #364E2F.


Border color

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

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

This div border color is #364E2F.


Opacity

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

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

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

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

This text has shadow with #364E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364E2F on black background.


Color preview on white background

This text has color #364E2F on white background.



Black color preview on #364E2F background

This text has black color on #364E2F background.


White color preview on #364E2F background

This text has white color on #364E2F background.