COLOR #364E21

HEX: #364E21
RGB: (54,78,33)

Color info

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

RGB color model

#364E21 color RGB value is (54,78,33).

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

RGB channels and saturation

R 54 of 255 = 21%
G 78 of 255 = 31%
B 33 of 255 = 13%

54
78
33

R + G + B ~ 22%. #364E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 78 + 33 = 165 (100%)
R 54 of 165 ~ 32.73%
G 78 of 165 ~ 47.27%
B 33 of 165 ~ 20%

%32.73
%47.27
%20

CMYK color model

#364E21 color CMYK value is (31,0,58,69).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 57.69%
  • key color value is 69.41%
CMYK:
(31,0,58,69)
C31M0Y58K69 
(31%,0%,58%,69%)
(0.31/0.00/0.58/0.69)	

CMYK percentages

%30.77
%0
%57.69
%69.41

Codes

Color #364E21 in popluar color models

364E21
RGB547833
HSL92°40.54%21.76%
HSB/HSV92°57.69%30.59%
CMYK30.77%0.00%57.69%
69.41%

Color #364E21 in popluar number systems.

HEX364E21
Decimal547833
Binary1101101001110100001
Octal6611641

Shades and tints

Shades of #364E21

#364E21
(54,78,33)
#32471E
(50,71,30)
#2E401B
(46,64,27)
#2A3918
(42,57,24)
#263215
(38,50,21)
#222B12
(34,43,18)
#1E240F
(30,36,15)
#1A1D0C
(26,29,12)
#161609
(22,22,9)
#120F06
(18,15,6)
#0E0803
(14,8,3)
#000000
(0,0,0)

Tints of #364E21

#364E21
(54,78,33)
#485E35
(72,94,53)
#5A6E49
(90,110,73)
#6C7E5D
(108,126,93)
#7E8E71
(126,142,113)
#909E85
(144,158,133)
#A2AE99
(162,174,153)
#B4BEAD
(180,190,173)
#C6CEC1
(198,206,193)
#D8DED5
(216,222,213)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364E21; }

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

This text font color is #364E21.


Background Color

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

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

This div background color is #364E21.


Border color

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

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

This div border color is #364E21.


Opacity

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

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

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

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

This text has shadow with #364E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364E21 on black background.


Color preview on white background

This text has color #364E21 on white background.



Black color preview on #364E21 background

This text has black color on #364E21 background.


White color preview on #364E21 background

This text has white color on #364E21 background.