COLOR #366346

HEX: #366346
RGB: (54,99,70)

Color info

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

RGB color model

#366346 color RGB value is (54,99,70).

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

RGB channels and saturation

R 54 of 255 = 21%
G 99 of 255 = 39%
B 70 of 255 = 27%

54
99
70

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

Portions of RGB colors in percentages

R + G + B =
54 + 99 + 70 = 223 (100%)
R 54 of 223 ~ 24.22%
G 99 of 223 ~ 44.39%
B 70 of 223 ~ 31.39%

%24.22
%44.39
%31.39

CMYK color model

#366346 color CMYK value is (45,0,29,61).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 61.18%
CMYK:
(45,0,29,61)
C45M0Y29K61 
(45%,0%,29%,61%)
(0.45/0.00/0.29/0.61)	

CMYK percentages

%45.45
%0
%29.29
%61.18

Codes

Color #366346 in popluar color models

366346
RGB549970
HSL141°29.41%30.00%
HSB/HSV141°45.45%38.82%
CMYK45.45%0.00%29.29%
61.18%

Color #366346 in popluar number systems.

HEX366346
Decimal549970
Binary11011011000111000110
Octal66143106

Shades and tints

Shades of #366346

#366346
(54,99,70)
#325A40
(50,90,64)
#2E513A
(46,81,58)
#2A4834
(42,72,52)
#263F2E
(38,63,46)
#223628
(34,54,40)
#1E2D22
(30,45,34)
#1A241C
(26,36,28)
#161B16
(22,27,22)
#121210
(18,18,16)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #366346

#366346
(54,99,70)
#487156
(72,113,86)
#5A7F66
(90,127,102)
#6C8D76
(108,141,118)
#7E9B86
(126,155,134)
#90A996
(144,169,150)
#A2B7A6
(162,183,166)
#B4C5B6
(180,197,182)
#C6D3C6
(198,211,198)
#D8E1D6
(216,225,214)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366346; }

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

This text font color is #366346.


Background Color

.myBgColor { background-color: #366346; }

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

This div background color is #366346.


Border color

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

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

This div border color is #366346.


Opacity

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

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

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

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

This text has shadow with #366346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366346 on black background.


Color preview on white background

This text has color #366346 on white background.



Black color preview on #366346 background

This text has black color on #366346 background.


White color preview on #366346 background

This text has white color on #366346 background.