COLOR #366C37

HEX: #366C37
RGB: (54,108,55)

Color info

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

RGB color model

#366C37 color RGB value is (54,108,55).

  • red value is 54;
  • green value is 108;
  • blue value is 55.
RGB:
(54,108,55)
(21%,42%,22%)

RGB channels and saturation

R 54 of 255 = 21%
G 108 of 255 = 42%
B 55 of 255 = 22%

54
108
55

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

Portions of RGB colors in percentages

R + G + B =
54 + 108 + 55 = 217 (100%)
R 54 of 217 ~ 24.88%
G 108 of 217 ~ 49.77%
B 55 of 217 ~ 25.35%

%24.88
%49.77
%25.35

CMYK color model

#366C37 color CMYK value is (50,0,49,58).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 49.07%
  • key color value is 57.65%
CMYK:
(50,0,49,58)
C50M0Y49K58 
(50%,0%,49%,58%)
(0.50/0.00/0.49/0.58)	

CMYK percentages

%50
%0
%49.07
%57.65

Codes

Color #366C37 in popluar color models

366C37
RGB5410855
HSL121°33.33%31.76%
HSB/HSV121°50.00%42.35%
CMYK50.00%0.00%49.07%
57.65%

Color #366C37 in popluar number systems.

HEX366C37
Decimal5410855
Binary1101101101100110111
Octal6615467

Shades and tints

Shades of #366C37

#366C37
(54,108,55)
#326332
(50,99,50)
#2E5A2D
(46,90,45)
#2A5128
(42,81,40)
#264823
(38,72,35)
#223F1E
(34,63,30)
#1E3619
(30,54,25)
#1A2D14
(26,45,20)
#16240F
(22,36,15)
#121B0A
(18,27,10)
#0E1205
(14,18,5)
#000000
(0,0,0)

Tints of #366C37

#366C37
(54,108,55)
#487949
(72,121,73)
#5A865B
(90,134,91)
#6C936D
(108,147,109)
#7EA07F
(126,160,127)
#90AD91
(144,173,145)
#A2BAA3
(162,186,163)
#B4C7B5
(180,199,181)
#C6D4C7
(198,212,199)
#D8E1D9
(216,225,217)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366C37 color. Also use rgb(54,108,55) instead hex code.

Text Font Color

.myTextColor { color: #366C37; }

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

This text font color is #366C37.


Background Color

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

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

This div background color is #366C37.


Border color

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

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

This div border color is #366C37.


Opacity

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

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

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

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

This text has shadow with #366C37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366C37 on black background.


Color preview on white background

This text has color #366C37 on white background.



Black color preview on #366C37 background

This text has black color on #366C37 background.


White color preview on #366C37 background

This text has white color on #366C37 background.