COLOR #367F41

HEX: #367F41
RGB: (54,127,65)

Color info

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

RGB color model

#367F41 color RGB value is (54,127,65).

  • red value is 54;
  • green value is 127;
  • blue value is 65.
RGB:
(54,127,65)
(21%,50%,25%)

RGB channels and saturation

R 54 of 255 = 21%
G 127 of 255 = 50%
B 65 of 255 = 25%

54
127
65

R + G + B ~ 32%. #367F41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 127 + 65 = 246 (100%)
R 54 of 246 ~ 21.95%
G 127 of 246 ~ 51.63%
B 65 of 246 ~ 26.42%

%21.95
%51.63
%26.42

CMYK color model

#367F41 color CMYK value is (57,0,49,50).

  • cyan value is 57.48%
  • magenta value is 0.00%
  • yellow value is 48.82%
  • key color value is 50.20%
CMYK:
(57,0,49,50)
C57M0Y49K50 
(57%,0%,49%,50%)
(0.57/0.00/0.49/0.50)	

CMYK percentages

%57.48
%0
%48.82
%50.2

Codes

Color #367F41 in popluar color models

367F41
RGB5412765
HSL129°40.33%35.49%
HSB/HSV129°57.48%49.80%
CMYK57.48%0.00%48.82%
50.20%

Color #367F41 in popluar number systems.

HEX367F41
Decimal5412765
Binary11011011111111000001
Octal66177101

Shades and tints

Shades of #367F41

#367F41
(54,127,65)
#32743C
(50,116,60)
#2E6937
(46,105,55)
#2A5E32
(42,94,50)
#26532D
(38,83,45)
#224828
(34,72,40)
#1E3D23
(30,61,35)
#1A321E
(26,50,30)
#162719
(22,39,25)
#121C14
(18,28,20)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #367F41

#367F41
(54,127,65)
#488A52
(72,138,82)
#5A9563
(90,149,99)
#6CA074
(108,160,116)
#7EAB85
(126,171,133)
#90B696
(144,182,150)
#A2C1A7
(162,193,167)
#B4CCB8
(180,204,184)
#C6D7C9
(198,215,201)
#D8E2DA
(216,226,218)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #367F41; }

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

This text font color is #367F41.


Background Color

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

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

This div background color is #367F41.


Border color

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

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

This div border color is #367F41.


Opacity

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

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

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

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

This text has shadow with #367F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367F41 on black background.


Color preview on white background

This text has color #367F41 on white background.



Black color preview on #367F41 background

This text has black color on #367F41 background.


White color preview on #367F41 background

This text has white color on #367F41 background.