COLOR #367F2D

HEX: #367F2D RGB: (54,127,45)

Color info

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

RGB color model

#367F2D color RGB value is (54,127,45).

RGB: (54,127,45) (21%, 50%, 18%)

RGB channels and saturation

R 54 of 255 = 21%
G 127 of 255 = 50%
B 45 of 255 = 18%

54
127
45

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

Portions of RGB colors in percentages

R + G + B = 54 + 127 + 45 = 226 (100%)
R 54 of 226 ~ 23.89%
G 127 of 226 ~ 56.19%
B 45 of 226 ~ 19.91'%

%23.89
%56.19
%19.91

CMYK color model

#367F2D color CMYK value is (57,0,65,50).

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

CMYK: (57,0,65,50)
C57M0Y65K50 (57%, 0%, 65%, 50%)
(0.57 / 0.00 / 0.65 / 0.50)

CMYK percentages

%57.48
%0
%64.57
%50.2

Codes

Color #367F2D in popluar color models

36 7F 2D
RGB 54 127 45
HSL 113° 47.67% 33.73%
HSB/HSV 113° 64.57% 49.80%
CMYK 57.48% 0.00% 64.57%
50.20%

Color #367F2D in popluar number systems.

HEX 36 7F 2D
Decimal 54 127 45
Binary 110110 1111111 101101
Octal 66 177 55

Shades and tints

Shades of #367F2D

#367F2D
(54,127,45)
#327429
(50,116,41)
#2E6925
(46,105,37)
#2A5E21
(42,94,33)
#26531D
(38,83,29)
#224819
(34,72,25)
#1E3D15
(30,61,21)
#1A3211
(26,50,17)
#16270D
(22,39,13)
#121C09
(18,28,9)
#0E1105
(14,17,5)
#000000
(0,0,0)

Tints of #367F2D

#367F2D
(54,127,45)
#488A40
(72,138,64)
#5A9553
(90,149,83)
#6CA066
(108,160,102)
#7EAB79
(126,171,121)
#90B68C
(144,182,140)
#A2C19F
(162,193,159)
#B4CCB2
(180,204,178)
#C6D7C5
(198,215,197)
#D8E2D8
(216,226,216)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #367F2D; }

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

This text font color is #367F2D.

Background Color

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

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

This div background color is #367F2D.

Border color

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

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

This div border color is #367F2D.

Opacity

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

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

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

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

This text has shadow with #367F2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #367F2D.

Preview

Color preview on black background

This text has color #367F2D on black background.


Color preview on white background

This text has color #367F2D on white background.


Black color preview on #367F2D background

This text has black color on #367F2D background.


White color preview on #367F2D background

This text has white color on #367F2D background.


Related colors

Complementary color

Complementary color for #hex is #C980D2.


I love getcolorcode.com

Triadic colors

1 #2D367F and #7F2D36 with #367F2D are triadic colors.

2 #2D7F36 and #7F362D with #367F2D are triadic colors.