COLOR #367F21

HEX: #367F21 RGB: (54,127,33)

Color info

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

RGB color model

#367F21 color RGB value is (54,127,33).

RGB: (54,127,33) (21%, 50%, 13%)

RGB channels and saturation

R 54 of 255 = 21%
G 127 of 255 = 50%
B 33 of 255 = 13%

54
127
33

R + G + B ~ 28%. #367F21 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 127 + 33 = 214 (100%)
R 54 of 214 ~ 25.23%
G 127 of 214 ~ 59.35%
B 33 of 214 ~ 15.42'%

%25.23
%59.35
%15.42

CMYK color model

#367F21 color CMYK value is (57,0,74,50).

  • cyan value is 57.48%
  • magenta value is 0.00%
  • yellow value is 74.02%
  • key color value is 50.20%

CMYK: (57,0,74,50)
C57M0Y74K50 (57%, 0%, 74%, 50%)
(0.57 / 0.00 / 0.74 / 0.50)

CMYK percentages

%57.48
%0
%74.02
%50.2

Codes

Color #367F21 in popluar color models

36 7F 21
RGB 54 127 33
HSL 107° 58.75% 31.37%
HSB/HSV 107° 74.02% 49.80%
CMYK 57.48% 0.00% 74.02%
50.20%

Color #367F21 in popluar number systems.

HEX 36 7F 21
Decimal 54 127 33
Binary 110110 1111111 100001
Octal 66 177 41

Shades and tints

Shades of #367F21

#367F21
(54,127,33)
#32741E
(50,116,30)
#2E691B
(46,105,27)
#2A5E18
(42,94,24)
#265315
(38,83,21)
#224812
(34,72,18)
#1E3D0F
(30,61,15)
#1A320C
(26,50,12)
#162709
(22,39,9)
#121C06
(18,28,6)
#0E1103
(14,17,3)
#000000
(0,0,0)

Tints of #367F21

#367F21
(54,127,33)
#488A35
(72,138,53)
#5A9549
(90,149,73)
#6CA05D
(108,160,93)
#7EAB71
(126,171,113)
#90B685
(144,182,133)
#A2C199
(162,193,153)
#B4CCAD
(180,204,173)
#C6D7C1
(198,215,193)
#D8E2D5
(216,226,213)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367F21 color. Also use rgb(54,127,33) instead hex code.

Text Font Color

.myTextColor { color: #367F21; }

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

This text font color is #367F21.

Background Color

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

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

This div background color is #367F21.

Border color

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

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

This div border color is #367F21.

Opacity

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

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

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

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

This text has shadow with #367F21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #367F21.

Preview

Color preview on black background

This text has color #367F21 on black background.


Color preview on white background

This text has color #367F21 on white background.


Black color preview on #367F21 background

This text has black color on #367F21 background.


White color preview on #367F21 background

This text has white color on #367F21 background.


Related colors

Complementary color

Complementary color for #hex is #C980DE.


I love getcolorcode.com

Triadic colors

1 #21367F and #7F2136 with #367F21 are triadic colors.

2 #217F36 and #7F3621 with #367F21 are triadic colors.