COLOR #366947

HEX: #366947
RGB: (54,105,71)

Color info

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

RGB color model

#366947 color RGB value is (54,105,71).

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

RGB channels and saturation

R 54 of 255 = 21%
G 105 of 255 = 41%
B 71 of 255 = 28%

54
105
71

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

Portions of RGB colors in percentages

R + G + B =
54 + 105 + 71 = 230 (100%)
R 54 of 230 ~ 23.48%
G 105 of 230 ~ 45.65%
B 71 of 230 ~ 30.87%

%23.48
%45.65
%30.87

CMYK color model

#366947 color CMYK value is (49,0,32,59).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 32.38%
  • key color value is 58.82%
CMYK:
(49,0,32,59)
C49M0Y32K59 
(49%,0%,32%,59%)
(0.49/0.00/0.32/0.59)	

CMYK percentages

%48.57
%0
%32.38
%58.82

Codes

Color #366947 in popluar color models

366947
RGB5410571
HSL140°32.08%31.18%
HSB/HSV140°48.57%41.18%
CMYK48.57%0.00%32.38%
58.82%

Color #366947 in popluar number systems.

HEX366947
Decimal5410571
Binary11011011010011000111
Octal66151107

Shades and tints

Shades of #366947

#366947
(54,105,71)
#326041
(50,96,65)
#2E573B
(46,87,59)
#2A4E35
(42,78,53)
#26452F
(38,69,47)
#223C29
(34,60,41)
#1E3323
(30,51,35)
#1A2A1D
(26,42,29)
#162117
(22,33,23)
#121811
(18,24,17)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #366947

#366947
(54,105,71)
#487657
(72,118,87)
#5A8367
(90,131,103)
#6C9077
(108,144,119)
#7E9D87
(126,157,135)
#90AA97
(144,170,151)
#A2B7A7
(162,183,167)
#B4C4B7
(180,196,183)
#C6D1C7
(198,209,199)
#D8DED7
(216,222,215)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366947; }

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

This text font color is #366947.


Background Color

.myBgColor { background-color: #366947; }

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

This div background color is #366947.


Border color

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

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

This div border color is #366947.


Opacity

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

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

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

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

This text has shadow with #366947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366947 on black background.


Color preview on white background

This text has color #366947 on white background.



Black color preview on #366947 background

This text has black color on #366947 background.


White color preview on #366947 background

This text has white color on #366947 background.