COLOR #364936

HEX: #364936
RGB: (54,73,54)

Color info

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

RGB color model

#364936 color RGB value is (54,73,54).

  • red value is 54;
  • green value is 73;
  • blue value is 54.
RGB:
(54,73,54)
(21%,29%,21%)

RGB channels and saturation

R 54 of 255 = 21%
G 73 of 255 = 29%
B 54 of 255 = 21%

54
73
54

R + G + B ~ 24%. #364936 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 73 + 54 = 181 (100%)
R 54 of 181 ~ 29.83%
G 73 of 181 ~ 40.33%
B 54 of 181 ~ 29.83%

%29.83
%40.33
%29.83

CMYK color model

#364936 color CMYK value is (26,0,26,71).

  • cyan value is 26.03%
  • magenta value is 0.00%
  • yellow value is 26.03%
  • key color value is 71.37%
CMYK:
(26,0,26,71)
C26M0Y26K71 
(26%,0%,26%,71%)
(0.26/0.00/0.26/0.71)	

CMYK percentages

%26.03
%0
%26.03
%71.37

Codes

Color #364936 in popluar color models

364936
RGB547354
HSL120°14.96%24.90%
HSB/HSV120°26.03%28.63%
CMYK26.03%0.00%26.03%
71.37%

Color #364936 in popluar number systems.

HEX364936
Decimal547354
Binary1101101001001110110
Octal6611166

Shades and tints

Shades of #364936

#364936
(54,73,54)
#324332
(50,67,50)
#2E3D2E
(46,61,46)
#2A372A
(42,55,42)
#263126
(38,49,38)
#222B22
(34,43,34)
#1E251E
(30,37,30)
#1A1F1A
(26,31,26)
#161916
(22,25,22)
#121312
(18,19,18)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #364936

#364936
(54,73,54)
#485948
(72,89,72)
#5A695A
(90,105,90)
#6C796C
(108,121,108)
#7E897E
(126,137,126)
#909990
(144,153,144)
#A2A9A2
(162,169,162)
#B4B9B4
(180,185,180)
#C6C9C6
(198,201,198)
#D8D9D8
(216,217,216)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364936 color. Also use rgb(54,73,54) instead hex code.

Text Font Color

.myTextColor { color: #364936; }

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

This text font color is #364936.


Background Color

.myBgColor { background-color: #364936; }

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

This div background color is #364936.


Border color

.myBorderColor { border: 1px solid #364936; }

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

This div border color is #364936.


Opacity

.myOpacity80 { color: #364936; opacity: 0.8; }

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

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

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

This text has shadow with #364936 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364936 on black background.


Color preview on white background

This text has color #364936 on white background.



Black color preview on #364936 background

This text has black color on #364936 background.


White color preview on #364936 background

This text has white color on #364936 background.