COLOR #367C2A

HEX: #367C2A
RGB: (54,124,42)

Color info

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

RGB color model

#367C2A color RGB value is (54,124,42).

  • red value is 54;
  • green value is 124;
  • blue value is 42.
RGB:
(54,124,42)
(21%,49%,16%)

RGB channels and saturation

R 54 of 255 = 21%
G 124 of 255 = 49%
B 42 of 255 = 16%

54
124
42

R + G + B ~ 29%. #367C2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 124 + 42 = 220 (100%)
R 54 of 220 ~ 24.55%
G 124 of 220 ~ 56.36%
B 42 of 220 ~ 19.09%

%24.55
%56.36
%19.09

CMYK color model

#367C2A color CMYK value is (56,0,66,51).

  • cyan value is 56.45%
  • magenta value is 0.00%
  • yellow value is 66.13%
  • key color value is 51.37%
CMYK:
(56,0,66,51)
C56M0Y66K51 
(56%,0%,66%,51%)
(0.56/0.00/0.66/0.51)	

CMYK percentages

%56.45
%0
%66.13
%51.37

Codes

Color #367C2A in popluar color models

367C2A
RGB5412442
HSL111°49.40%32.55%
HSB/HSV111°66.13%48.63%
CMYK56.45%0.00%66.13%
51.37%

Color #367C2A in popluar number systems.

HEX367C2A
Decimal5412442
Binary1101101111100101010
Octal6617452

Shades and tints

Shades of #367C2A

#367C2A
(54,124,42)
#327127
(50,113,39)
#2E6624
(46,102,36)
#2A5B21
(42,91,33)
#26501E
(38,80,30)
#22451B
(34,69,27)
#1E3A18
(30,58,24)
#1A2F15
(26,47,21)
#162412
(22,36,18)
#12190F
(18,25,15)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #367C2A

#367C2A
(54,124,42)
#48873D
(72,135,61)
#5A9250
(90,146,80)
#6C9D63
(108,157,99)
#7EA876
(126,168,118)
#90B389
(144,179,137)
#A2BE9C
(162,190,156)
#B4C9AF
(180,201,175)
#C6D4C2
(198,212,194)
#D8DFD5
(216,223,213)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367C2A color. Also use rgb(54,124,42) instead hex code.

Text Font Color

.myTextColor { color: #367C2A; }

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

This text font color is #367C2A.


Background Color

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

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

This div background color is #367C2A.


Border color

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

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

This div border color is #367C2A.


Opacity

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

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

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

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

This text has shadow with #367C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367C2A on black background.


Color preview on white background

This text has color #367C2A on white background.



Black color preview on #367C2A background

This text has black color on #367C2A background.


White color preview on #367C2A background

This text has white color on #367C2A background.