COLOR #367C2B

HEX: #367C2B
RGB: (54,124,43)

Color info

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

RGB color model

#367C2B color RGB value is (54,124,43).

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

RGB channels and saturation

R 54 of 255 = 21%
G 124 of 255 = 49%
B 43 of 255 = 17%

54
124
43

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

Portions of RGB colors in percentages

R + G + B =
54 + 124 + 43 = 221 (100%)
R 54 of 221 ~ 24.43%
G 124 of 221 ~ 56.11%
B 43 of 221 ~ 19.46%

%24.43
%56.11
%19.46

CMYK color model

#367C2B color CMYK value is (56,0,65,51).

  • cyan value is 56.45%
  • magenta value is 0.00%
  • yellow value is 65.32%
  • key color value is 51.37%
CMYK:
(56,0,65,51)
C56M0Y65K51 
(56%,0%,65%,51%)
(0.56/0.00/0.65/0.51)	

CMYK percentages

%56.45
%0
%65.32
%51.37

Codes

Color #367C2B in popluar color models

367C2B
RGB5412443
HSL112°48.50%32.75%
HSB/HSV112°65.32%48.63%
CMYK56.45%0.00%65.32%
51.37%

Color #367C2B in popluar number systems.

HEX367C2B
Decimal5412443
Binary1101101111100101011
Octal6617453

Shades and tints

Shades of #367C2B

#367C2B
(54,124,43)
#327128
(50,113,40)
#2E6625
(46,102,37)
#2A5B22
(42,91,34)
#26501F
(38,80,31)
#22451C
(34,69,28)
#1E3A19
(30,58,25)
#1A2F16
(26,47,22)
#162413
(22,36,19)
#121910
(18,25,16)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #367C2B

#367C2B
(54,124,43)
#48873E
(72,135,62)
#5A9251
(90,146,81)
#6C9D64
(108,157,100)
#7EA877
(126,168,119)
#90B38A
(144,179,138)
#A2BE9D
(162,190,157)
#B4C9B0
(180,201,176)
#C6D4C3
(198,212,195)
#D8DFD6
(216,223,214)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #367C2B; }

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

This text font color is #367C2B.


Background Color

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

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

This div background color is #367C2B.


Border color

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

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

This div border color is #367C2B.


Opacity

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

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

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

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

This text has shadow with #367C2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367C2B on black background.


Color preview on white background

This text has color #367C2B on white background.



Black color preview on #367C2B background

This text has black color on #367C2B background.


White color preview on #367C2B background

This text has white color on #367C2B background.