COLOR #366E32

HEX: #366E32
RGB: (54,110,50)

Color info

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

RGB color model

#366E32 color RGB value is (54,110,50).

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

RGB channels and saturation

R 54 of 255 = 21%
G 110 of 255 = 43%
B 50 of 255 = 20%

54
110
50

R + G + B ~ 28%. #366E32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 110 + 50 = 214 (100%)
R 54 of 214 ~ 25.23%
G 110 of 214 ~ 51.4%
B 50 of 214 ~ 23.36%

%25.23
%51.4
%23.36

CMYK color model

#366E32 color CMYK value is (51,0,55,57).

  • cyan value is 50.91%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 56.86%
CMYK:
(51,0,55,57)
C51M0Y55K57 
(51%,0%,55%,57%)
(0.51/0.00/0.55/0.57)	

CMYK percentages

%50.91
%0
%54.55
%56.86

Codes

Color #366E32 in popluar color models

366E32
RGB5411050
HSL116°37.50%31.37%
HSB/HSV116°54.55%43.14%
CMYK50.91%0.00%54.55%
56.86%

Color #366E32 in popluar number systems.

HEX366E32
Decimal5411050
Binary1101101101110110010
Octal6615662

Shades and tints

Shades of #366E32

#366E32
(54,110,50)
#32642E
(50,100,46)
#2E5A2A
(46,90,42)
#2A5026
(42,80,38)
#264622
(38,70,34)
#223C1E
(34,60,30)
#1E321A
(30,50,26)
#1A2816
(26,40,22)
#161E12
(22,30,18)
#12140E
(18,20,14)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #366E32

#366E32
(54,110,50)
#487B44
(72,123,68)
#5A8856
(90,136,86)
#6C9568
(108,149,104)
#7EA27A
(126,162,122)
#90AF8C
(144,175,140)
#A2BC9E
(162,188,158)
#B4C9B0
(180,201,176)
#C6D6C2
(198,214,194)
#D8E3D4
(216,227,212)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366E32; }

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

This text font color is #366E32.


Background Color

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

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

This div background color is #366E32.


Border color

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

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

This div border color is #366E32.


Opacity

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

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

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

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

This text has shadow with #366E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366E32 on black background.


Color preview on white background

This text has color #366E32 on white background.



Black color preview on #366E32 background

This text has black color on #366E32 background.


White color preview on #366E32 background

This text has white color on #366E32 background.