COLOR #366819

HEX: #366819
RGB: (54,104,25)

Color info

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

RGB color model

#366819 color RGB value is (54,104,25).

  • red value is 54;
  • green value is 104;
  • blue value is 25.
RGB:
(54,104,25)
(21%,41%,10%)

RGB channels and saturation

R 54 of 255 = 21%
G 104 of 255 = 41%
B 25 of 255 = 10%

54
104
25

R + G + B ~ 24%. #366819 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 104 + 25 = 183 (100%)
R 54 of 183 ~ 29.51%
G 104 of 183 ~ 56.83%
B 25 of 183 ~ 13.66%

%29.51
%56.83
%13.66

CMYK color model

#366819 color CMYK value is (48,0,76,59).

  • cyan value is 48.08%
  • magenta value is 0.00%
  • yellow value is 75.96%
  • key color value is 59.22%
CMYK:
(48,0,76,59)
C48M0Y76K59 
(48%,0%,76%,59%)
(0.48/0.00/0.76/0.59)	

CMYK percentages

%48.08
%0
%75.96
%59.22

Codes

Color #366819 in popluar color models

366819
RGB5410425
HSL98°61.24%25.29%
HSB/HSV98°75.96%40.78%
CMYK48.08%0.00%75.96%
59.22%

Color #366819 in popluar number systems.

HEX366819
Decimal5410425
Binary110110110100011001
Octal6615031

Shades and tints

Shades of #366819

#366819
(54,104,25)
#325F17
(50,95,23)
#2E5615
(46,86,21)
#2A4D13
(42,77,19)
#264411
(38,68,17)
#223B0F
(34,59,15)
#1E320D
(30,50,13)
#1A290B
(26,41,11)
#162009
(22,32,9)
#121707
(18,23,7)
#0E0E05
(14,14,5)
#000000
(0,0,0)

Tints of #366819

#366819
(54,104,25)
#48752D
(72,117,45)
#5A8241
(90,130,65)
#6C8F55
(108,143,85)
#7E9C69
(126,156,105)
#90A97D
(144,169,125)
#A2B691
(162,182,145)
#B4C3A5
(180,195,165)
#C6D0B9
(198,208,185)
#D8DDCD
(216,221,205)
#EAEAE1
(234,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366819 color. Also use rgb(54,104,25) instead hex code.

Text Font Color

.myTextColor { color: #366819; }

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

This text font color is #366819.


Background Color

.myBgColor { background-color: #366819; }

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

This div background color is #366819.


Border color

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

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

This div border color is #366819.


Opacity

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

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

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

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

This text has shadow with #366819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366819 on black background.


Color preview on white background

This text has color #366819 on white background.



Black color preview on #366819 background

This text has black color on #366819 background.


White color preview on #366819 background

This text has white color on #366819 background.