COLOR #366A32

HEX: #366A32
RGB: (54,106,50)

Color info

#366A32 contains red, green and blue colors in about the same proportion. Web safe color of #366A32 is #336633 (or #363).

RGB color model

#366A32 color RGB value is (54,106,50).

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

RGB channels and saturation

R 54 of 255 = 21%
G 106 of 255 = 42%
B 50 of 255 = 20%

54
106
50

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

Portions of RGB colors in percentages

R + G + B =
54 + 106 + 50 = 210 (100%)
R 54 of 210 ~ 25.71%
G 106 of 210 ~ 50.48%
B 50 of 210 ~ 23.81%

%25.71
%50.48
%23.81

CMYK color model

#366A32 color CMYK value is (49,0,53,58).

  • cyan value is 49.06%
  • magenta value is 0.00%
  • yellow value is 52.83%
  • key color value is 58.43%
CMYK:
(49,0,53,58)
C49M0Y53K58 
(49%,0%,53%,58%)
(0.49/0.00/0.53/0.58)	

CMYK percentages

%49.06
%0
%52.83
%58.43

Codes

Color #366A32 in popluar color models

366A32
RGB5410650
HSL116°35.90%30.59%
HSB/HSV116°52.83%41.57%
CMYK49.06%0.00%52.83%
58.43%

Color #366A32 in popluar number systems.

HEX366A32
Decimal5410650
Binary1101101101010110010
Octal6615262

Shades and tints

Shades of #366A32

#366A32
(54,106,50)
#32612E
(50,97,46)
#2E582A
(46,88,42)
#2A4F26
(42,79,38)
#264622
(38,70,34)
#223D1E
(34,61,30)
#1E341A
(30,52,26)
#1A2B16
(26,43,22)
#162212
(22,34,18)
#12190E
(18,25,14)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #366A32

#366A32
(54,106,50)
#487744
(72,119,68)
#5A8456
(90,132,86)
#6C9168
(108,145,104)
#7E9E7A
(126,158,122)
#90AB8C
(144,171,140)
#A2B89E
(162,184,158)
#B4C5B0
(180,197,176)
#C6D2C2
(198,210,194)
#D8DFD4
(216,223,212)
#EAECE6
(234,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366A32; }

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

This text font color is #366A32.


Background Color

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

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

This div background color is #366A32.


Border color

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

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

This div border color is #366A32.


Opacity

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

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

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

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

This text has shadow with #366A32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366A32 on black background.


Color preview on white background

This text has color #366A32 on white background.



Black color preview on #366A32 background

This text has black color on #366A32 background.


White color preview on #366A32 background

This text has white color on #366A32 background.