COLOR #366946

HEX: #366946
RGB: (54,105,70)

Color info

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

RGB color model

#366946 color RGB value is (54,105,70).

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

RGB channels and saturation

R 54 of 255 = 21%
G 105 of 255 = 41%
B 70 of 255 = 27%

54
105
70

R + G + B ~ 30%. #366946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 105 + 70 = 229 (100%)
R 54 of 229 ~ 23.58%
G 105 of 229 ~ 45.85%
B 70 of 229 ~ 30.57%

%23.58
%45.85
%30.57

CMYK color model

#366946 color CMYK value is (49,0,33,59).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 58.82%
CMYK:
(49,0,33,59)
C49M0Y33K59 
(49%,0%,33%,59%)
(0.49/0.00/0.33/0.59)	

CMYK percentages

%48.57
%0
%33.33
%58.82

Codes

Color #366946 in popluar color models

366946
RGB5410570
HSL139°32.08%31.18%
HSB/HSV139°48.57%41.18%
CMYK48.57%0.00%33.33%
58.82%

Color #366946 in popluar number systems.

HEX366946
Decimal5410570
Binary11011011010011000110
Octal66151106

Shades and tints

Shades of #366946

#366946
(54,105,70)
#326040
(50,96,64)
#2E573A
(46,87,58)
#2A4E34
(42,78,52)
#26452E
(38,69,46)
#223C28
(34,60,40)
#1E3322
(30,51,34)
#1A2A1C
(26,42,28)
#162116
(22,33,22)
#121810
(18,24,16)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #366946

#366946
(54,105,70)
#487656
(72,118,86)
#5A8366
(90,131,102)
#6C9076
(108,144,118)
#7E9D86
(126,157,134)
#90AA96
(144,170,150)
#A2B7A6
(162,183,166)
#B4C4B6
(180,196,182)
#C6D1C6
(198,209,198)
#D8DED6
(216,222,214)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366946; }

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

This text font color is #366946.


Background Color

.myBgColor { background-color: #366946; }

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

This div background color is #366946.


Border color

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

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

This div border color is #366946.


Opacity

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

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

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

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

This text has shadow with #366946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366946 on black background.


Color preview on white background

This text has color #366946 on white background.



Black color preview on #366946 background

This text has black color on #366946 background.


White color preview on #366946 background

This text has white color on #366946 background.