COLOR #366720

HEX: #366720
RGB: (54,103,32)

Color info

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

RGB color model

#366720 color RGB value is (54,103,32).

  • red value is 54;
  • green value is 103;
  • blue value is 32.
RGB:
(54,103,32)
(21%,40%,13%)

RGB channels and saturation

R 54 of 255 = 21%
G 103 of 255 = 40%
B 32 of 255 = 13%

54
103
32

R + G + B ~ 25%. #366720 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 103 + 32 = 189 (100%)
R 54 of 189 ~ 28.57%
G 103 of 189 ~ 54.5%
B 32 of 189 ~ 16.93%

%28.57
%54.5
%16.93

CMYK color model

#366720 color CMYK value is (48,0,69,60).

  • cyan value is 47.57%
  • magenta value is 0.00%
  • yellow value is 68.93%
  • key color value is 59.61%
CMYK:
(48,0,69,60)
C48M0Y69K60 
(48%,0%,69%,60%)
(0.48/0.00/0.69/0.60)	

CMYK percentages

%47.57
%0
%68.93
%59.61

Codes

Color #366720 in popluar color models

366720
RGB5410332
HSL101°52.59%26.47%
HSB/HSV101°68.93%40.39%
CMYK47.57%0.00%68.93%
59.61%

Color #366720 in popluar number systems.

HEX366720
Decimal5410332
Binary1101101100111100000
Octal6614740

Shades and tints

Shades of #366720

#366720
(54,103,32)
#325E1E
(50,94,30)
#2E551C
(46,85,28)
#2A4C1A
(42,76,26)
#264318
(38,67,24)
#223A16
(34,58,22)
#1E3114
(30,49,20)
#1A2812
(26,40,18)
#161F10
(22,31,16)
#12160E
(18,22,14)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #366720

#366720
(54,103,32)
#487434
(72,116,52)
#5A8148
(90,129,72)
#6C8E5C
(108,142,92)
#7E9B70
(126,155,112)
#90A884
(144,168,132)
#A2B598
(162,181,152)
#B4C2AC
(180,194,172)
#C6CFC0
(198,207,192)
#D8DCD4
(216,220,212)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366720 color. Also use rgb(54,103,32) instead hex code.

Text Font Color

.myTextColor { color: #366720; }

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

This text font color is #366720.


Background Color

.myBgColor { background-color: #366720; }

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

This div background color is #366720.


Border color

.myBorderColor { border: 1px solid #366720; }

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

This div border color is #366720.


Opacity

.myOpacity80 { color: #366720; opacity: 0.8; }

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

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

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

This text has shadow with #366720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366720 on black background.


Color preview on white background

This text has color #366720 on white background.



Black color preview on #366720 background

This text has black color on #366720 background.


White color preview on #366720 background

This text has white color on #366720 background.