COLOR #366E24

HEX: #366E24
RGB: (54,110,36)

Color info

#366E24 contains mainly red and green colors. Web safe color of #366E24 is #336633 (or #363).

RGB color model

#366E24 color RGB value is (54,110,36).

  • red value is 54;
  • green value is 110;
  • blue value is 36.
RGB:
(54,110,36)
(21%,43%,14%)

RGB channels and saturation

R 54 of 255 = 21%
G 110 of 255 = 43%
B 36 of 255 = 14%

54
110
36

R + G + B ~ 26%. #366E24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 110 + 36 = 200 (100%)
R 54 of 200 ~ 27%
G 110 of 200 ~ 55%
B 36 of 200 ~ 18%

%27
%55
%18

CMYK color model

#366E24 color CMYK value is (51,0,67,57).

  • cyan value is 50.91%
  • magenta value is 0.00%
  • yellow value is 67.27%
  • key color value is 56.86%
CMYK:
(51,0,67,57)
C51M0Y67K57 
(51%,0%,67%,57%)
(0.51/0.00/0.67/0.57)	

CMYK percentages

%50.91
%0
%67.27
%56.86

Codes

Color #366E24 in popluar color models

366E24
RGB5411036
HSL105°50.68%28.63%
HSB/HSV105°67.27%43.14%
CMYK50.91%0.00%67.27%
56.86%

Color #366E24 in popluar number systems.

HEX366E24
Decimal5411036
Binary1101101101110100100
Octal6615644

Shades and tints

Shades of #366E24

#366E24
(54,110,36)
#326421
(50,100,33)
#2E5A1E
(46,90,30)
#2A501B
(42,80,27)
#264618
(38,70,24)
#223C15
(34,60,21)
#1E3212
(30,50,18)
#1A280F
(26,40,15)
#161E0C
(22,30,12)
#121409
(18,20,9)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #366E24

#366E24
(54,110,36)
#487B37
(72,123,55)
#5A884A
(90,136,74)
#6C955D
(108,149,93)
#7EA270
(126,162,112)
#90AF83
(144,175,131)
#A2BC96
(162,188,150)
#B4C9A9
(180,201,169)
#C6D6BC
(198,214,188)
#D8E3CF
(216,227,207)
#EAF0E2
(234,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366E24 color. Also use rgb(54,110,36) instead hex code.

Text Font Color

.myTextColor { color: #366E24; }

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

This text font color is #366E24.


Background Color

.myBgColor { background-color: #366E24; }

<div style="background-color:#366E24">Inner text</div>

This div background color is #366E24.


Border color

.myBorderColor { border: 1px solid #366E24; }

<div style="border:3px solid #366E24">Div</div>

This div border color is #366E24.


Opacity

.myOpacity80 { color: #366E24; opacity: 0.8; }

<p style="color:#366E24;opacity:0.8;">80%</p>

Text with #366E24 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 #366E24;}

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

This text has shadow with #366E24 color.

.textShadow {text-shadow: 3px 3px 1px #366E24, 3px 3px 1px red;}

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

This text has shadow with #366E24 primary color and red secondary color.


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

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

This text has shadow with #366E24 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366E24 on black background.


Color preview on white background

This text has color #366E24 on white background.



Black color preview on #366E24 background

This text has black color on #366E24 background.


White color preview on #366E24 background

This text has white color on #366E24 background.