COLOR #366D24

HEX: #366D24
RGB: (54,109,36)

Color info

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

RGB color model

#366D24 color RGB value is (54,109,36).

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

RGB channels and saturation

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

54
109
36

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

Portions of RGB colors in percentages

R + G + B =
54 + 109 + 36 = 199 (100%)
R 54 of 199 ~ 27.14%
G 109 of 199 ~ 54.77%
B 36 of 199 ~ 18.09%

%27.14
%54.77
%18.09

CMYK color model

#366D24 color CMYK value is (50,0,67,57).

  • cyan value is 50.46%
  • magenta value is 0.00%
  • yellow value is 66.97%
  • key color value is 57.25%
CMYK:
(50,0,67,57)
C50M0Y67K57 
(50%,0%,67%,57%)
(0.50/0.00/0.67/0.57)	

CMYK percentages

%50.46
%0
%66.97
%57.25

Codes

Color #366D24 in popluar color models

366D24
RGB5410936
HSL105°50.34%28.43%
HSB/HSV105°66.97%42.75%
CMYK50.46%0.00%66.97%
57.25%

Color #366D24 in popluar number systems.

HEX366D24
Decimal5410936
Binary1101101101101100100
Octal6615544

Shades and tints

Shades of #366D24

#366D24
(54,109,36)
#326421
(50,100,33)
#2E5B1E
(46,91,30)
#2A521B
(42,82,27)
#264918
(38,73,24)
#224015
(34,64,21)
#1E3712
(30,55,18)
#1A2E0F
(26,46,15)
#16250C
(22,37,12)
#121C09
(18,28,9)
#0E1306
(14,19,6)
#000000
(0,0,0)

Tints of #366D24

#366D24
(54,109,36)
#487A37
(72,122,55)
#5A874A
(90,135,74)
#6C945D
(108,148,93)
#7EA170
(126,161,112)
#90AE83
(144,174,131)
#A2BB96
(162,187,150)
#B4C8A9
(180,200,169)
#C6D5BC
(198,213,188)
#D8E2CF
(216,226,207)
#EAEFE2
(234,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366D24; }

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

This text font color is #366D24.


Background Color

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

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

This div background color is #366D24.


Border color

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

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

This div border color is #366D24.


Opacity

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

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

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

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

This text has shadow with #366D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366D24 on black background.


Color preview on white background

This text has color #366D24 on white background.



Black color preview on #366D24 background

This text has black color on #366D24 background.


White color preview on #366D24 background

This text has white color on #366D24 background.