COLOR #366D38

HEX: #366D38
RGB: (54,109,56)

Color info

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

RGB color model

#366D38 color RGB value is (54,109,56).

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

RGB channels and saturation

R 54 of 255 = 21%
G 109 of 255 = 43%
B 56 of 255 = 22%

54
109
56

R + G + B ~ 29%. #366D38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 109 + 56 = 219 (100%)
R 54 of 219 ~ 24.66%
G 109 of 219 ~ 49.77%
B 56 of 219 ~ 25.57%

%24.66
%49.77
%25.57

CMYK color model

#366D38 color CMYK value is (50,0,49,57).

  • cyan value is 50.46%
  • magenta value is 0.00%
  • yellow value is 48.62%
  • key color value is 57.25%
CMYK:
(50,0,49,57)
C50M0Y49K57 
(50%,0%,49%,57%)
(0.50/0.00/0.49/0.57)	

CMYK percentages

%50.46
%0
%48.62
%57.25

Codes

Color #366D38 in popluar color models

366D38
RGB5410956
HSL122°33.74%31.96%
HSB/HSV122°50.46%42.75%
CMYK50.46%0.00%48.62%
57.25%

Color #366D38 in popluar number systems.

HEX366D38
Decimal5410956
Binary1101101101101111000
Octal6615570

Shades and tints

Shades of #366D38

#366D38
(54,109,56)
#326433
(50,100,51)
#2E5B2E
(46,91,46)
#2A5229
(42,82,41)
#264924
(38,73,36)
#22401F
(34,64,31)
#1E371A
(30,55,26)
#1A2E15
(26,46,21)
#162510
(22,37,16)
#121C0B
(18,28,11)
#0E1306
(14,19,6)
#000000
(0,0,0)

Tints of #366D38

#366D38
(54,109,56)
#487A4A
(72,122,74)
#5A875C
(90,135,92)
#6C946E
(108,148,110)
#7EA180
(126,161,128)
#90AE92
(144,174,146)
#A2BBA4
(162,187,164)
#B4C8B6
(180,200,182)
#C6D5C8
(198,213,200)
#D8E2DA
(216,226,218)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366D38; }

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

This text font color is #366D38.


Background Color

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

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

This div background color is #366D38.


Border color

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

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

This div border color is #366D38.


Opacity

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

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

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

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

This text has shadow with #366D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366D38 on black background.


Color preview on white background

This text has color #366D38 on white background.



Black color preview on #366D38 background

This text has black color on #366D38 background.


White color preview on #366D38 background

This text has white color on #366D38 background.