COLOR #366912

HEX: #366912
RGB: (54,105,18)

Color info

#366912 contains mainly red and green colors. Web safe color of #366912 is #336600 (or #360).

RGB color model

#366912 color RGB value is (54,105,18).

  • red value is 54;
  • green value is 105;
  • blue value is 18.
RGB:
(54,105,18)
(21%,41%,7%)

RGB channels and saturation

R 54 of 255 = 21%
G 105 of 255 = 41%
B 18 of 255 = 7%

54
105
18

R + G + B ~ 23%. #366912 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 105 + 18 = 177 (100%)
R 54 of 177 ~ 30.51%
G 105 of 177 ~ 59.32%
B 18 of 177 ~ 10.17%

%30.51
%59.32
%10.17

CMYK color model

#366912 color CMYK value is (49,0,83,59).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 82.86%
  • key color value is 58.82%
CMYK:
(49,0,83,59)
C49M0Y83K59 
(49%,0%,83%,59%)
(0.49/0.00/0.83/0.59)	

CMYK percentages

%48.57
%0
%82.86
%58.82

Codes

Color #366912 in popluar color models

366912
RGB5410518
HSL95°70.73%24.12%
HSB/HSV95°82.86%41.18%
CMYK48.57%0.00%82.86%
58.82%

Color #366912 in popluar number systems.

HEX366912
Decimal5410518
Binary110110110100110010
Octal6615122

Shades and tints

Shades of #366912

#366912
(54,105,18)
#326011
(50,96,17)
#2E5710
(46,87,16)
#2A4E0F
(42,78,15)
#26450E
(38,69,14)
#223C0D
(34,60,13)
#1E330C
(30,51,12)
#1A2A0B
(26,42,11)
#16210A
(22,33,10)
#121809
(18,24,9)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #366912

#366912
(54,105,18)
#487627
(72,118,39)
#5A833C
(90,131,60)
#6C9051
(108,144,81)
#7E9D66
(126,157,102)
#90AA7B
(144,170,123)
#A2B790
(162,183,144)
#B4C4A5
(180,196,165)
#C6D1BA
(198,209,186)
#D8DECF
(216,222,207)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366912 color. Also use rgb(54,105,18) instead hex code.

Text Font Color

.myTextColor { color: #366912; }

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

This text font color is #366912.


Background Color

.myBgColor { background-color: #366912; }

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

This div background color is #366912.


Border color

.myBorderColor { border: 1px solid #366912; }

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

This div border color is #366912.


Opacity

.myOpacity80 { color: #366912; opacity: 0.8; }

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

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

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

This text has shadow with #366912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366912 on black background.


Color preview on white background

This text has color #366912 on white background.



Black color preview on #366912 background

This text has black color on #366912 background.


White color preview on #366912 background

This text has white color on #366912 background.