COLOR #367E31

HEX: #367E31
RGB: (54,126,49)

Color info

#367E31 contains mainly green color. Web safe color of #367E31 is #336633 (or #363).

RGB color model

#367E31 color RGB value is (54,126,49).

  • red value is 54;
  • green value is 126;
  • blue value is 49.
RGB:
(54,126,49)
(21%,49%,19%)

RGB channels and saturation

R 54 of 255 = 21%
G 126 of 255 = 49%
B 49 of 255 = 19%

54
126
49

R + G + B ~ 30%. #367E31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 126 + 49 = 229 (100%)
R 54 of 229 ~ 23.58%
G 126 of 229 ~ 55.02%
B 49 of 229 ~ 21.4%

%23.58
%55.02
%21.4

CMYK color model

#367E31 color CMYK value is (57,0,61,51).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 50.59%
CMYK:
(57,0,61,51)
C57M0Y61K51 
(57%,0%,61%,51%)
(0.57/0.00/0.61/0.51)	

CMYK percentages

%57.14
%0
%61.11
%50.59

Codes

Color #367E31 in popluar color models

367E31
RGB5412649
HSL116°44.00%34.31%
HSB/HSV116°61.11%49.41%
CMYK57.14%0.00%61.11%
50.59%

Color #367E31 in popluar number systems.

HEX367E31
Decimal5412649
Binary1101101111110110001
Octal6617661

Shades and tints

Shades of #367E31

#367E31
(54,126,49)
#32732D
(50,115,45)
#2E6829
(46,104,41)
#2A5D25
(42,93,37)
#265221
(38,82,33)
#22471D
(34,71,29)
#1E3C19
(30,60,25)
#1A3115
(26,49,21)
#162611
(22,38,17)
#121B0D
(18,27,13)
#0E1009
(14,16,9)
#000000
(0,0,0)

Tints of #367E31

#367E31
(54,126,49)
#488943
(72,137,67)
#5A9455
(90,148,85)
#6C9F67
(108,159,103)
#7EAA79
(126,170,121)
#90B58B
(144,181,139)
#A2C09D
(162,192,157)
#B4CBAF
(180,203,175)
#C6D6C1
(198,214,193)
#D8E1D3
(216,225,211)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367E31 color. Also use rgb(54,126,49) instead hex code.

Text Font Color

.myTextColor { color: #367E31; }

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

This text font color is #367E31.


Background Color

.myBgColor { background-color: #367E31; }

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

This div background color is #367E31.


Border color

.myBorderColor { border: 1px solid #367E31; }

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

This div border color is #367E31.


Opacity

.myOpacity80 { color: #367E31; opacity: 0.8; }

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

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

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

This text has shadow with #367E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367E31 on black background.


Color preview on white background

This text has color #367E31 on white background.



Black color preview on #367E31 background

This text has black color on #367E31 background.


White color preview on #367E31 background

This text has white color on #367E31 background.