COLOR #366C25

HEX: #366C25 RGB: (54,108,37)

Color info

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

RGB color model

#366C25 color RGB value is (54,108,37).

RGB: (54,108,37) (21%, 42%, 15%)

RGB channels and saturation

R 54 of 255 = 21%
G 108 of 255 = 42%
B 37 of 255 = 15%

54
108
37

R + G + B ~ 26%. #366C25 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 108 + 37 = 199 (100%)
R 54 of 199 ~ 27.14%
G 108 of 199 ~ 54.27%
B 37 of 199 ~ 18.59'%

%27.14
%54.27
%18.59

CMYK color model

#366C25 color CMYK value is (50,0,66,58).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 65.74%
  • key color value is 57.65%

CMYK: (50,0,66,58)
C50M0Y66K58 (50%, 0%, 66%, 58%)
(0.50 / 0.00 / 0.66 / 0.58)

CMYK percentages

%50
%0
%65.74
%57.65

Codes

Color #366C25 in popluar color models

36 6C 25
RGB 54 108 37
HSL 106° 48.97% 28.43%
HSB/HSV 106° 65.74% 42.35%
CMYK 50.00% 0.00% 65.74%
57.65%

Color #366C25 in popluar number systems.

HEX 36 6C 25
Decimal 54 108 37
Binary 110110 1101100 100101
Octal 66 154 45

Shades and tints

Shades of #366C25

#366C25
(54,108,37)
#326322
(50,99,34)
#2E5A1F
(46,90,31)
#2A511C
(42,81,28)
#264819
(38,72,25)
#223F16
(34,63,22)
#1E3613
(30,54,19)
#1A2D10
(26,45,16)
#16240D
(22,36,13)
#121B0A
(18,27,10)
#0E1207
(14,18,7)
#000000
(0,0,0)

Tints of #366C25

#366C25
(54,108,37)
#487938
(72,121,56)
#5A864B
(90,134,75)
#6C935E
(108,147,94)
#7EA071
(126,160,113)
#90AD84
(144,173,132)
#A2BA97
(162,186,151)
#B4C7AA
(180,199,170)
#C6D4BD
(198,212,189)
#D8E1D0
(216,225,208)
#EAEEE3
(234,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366C25; }

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

This text font color is #366C25.

Background Color

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

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

This div background color is #366C25.

Border color

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

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

This div border color is #366C25.

Opacity

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

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

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

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

This text has shadow with #366C25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #366C25.

Preview

Color preview on black background

This text has color #366C25 on black background.


Color preview on white background

This text has color #366C25 on white background.


Black color preview on #366C25 background

This text has black color on #366C25 background.


White color preview on #366C25 background

This text has white color on #366C25 background.


Related colors

Complementary color

Complementary color for #hex is #C993DA.


I love getcolorcode.com

Triadic colors

1 #25366C and #6C2536 with #366C25 are triadic colors.

2 #256C36 and #6C3625 with #366C25 are triadic colors.