COLOR #366826

HEX: #366826
RGB: (54,104,38)

Color info

#366826 contains mainly red and green colors. Web safe color of #366826 is #336633 (or #363).

RGB color model

#366826 color RGB value is (54,104,38).

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

RGB channels and saturation

R 54 of 255 = 21%
G 104 of 255 = 41%
B 38 of 255 = 15%

54
104
38

R + G + B ~ 26%. #366826 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 104 + 38 = 196 (100%)
R 54 of 196 ~ 27.55%
G 104 of 196 ~ 53.06%
B 38 of 196 ~ 19.39%

%27.55
%53.06
%19.39

CMYK color model

#366826 color CMYK value is (48,0,63,59).

  • cyan value is 48.08%
  • magenta value is 0.00%
  • yellow value is 63.46%
  • key color value is 59.22%
CMYK:
(48,0,63,59)
C48M0Y63K59 
(48%,0%,63%,59%)
(0.48/0.00/0.63/0.59)	

CMYK percentages

%48.08
%0
%63.46
%59.22

Codes

Color #366826 in popluar color models

366826
RGB5410438
HSL105°46.48%27.84%
HSB/HSV105°63.46%40.78%
CMYK48.08%0.00%63.46%
59.22%

Color #366826 in popluar number systems.

HEX366826
Decimal5410438
Binary1101101101000100110
Octal6615046

Shades and tints

Shades of #366826

#366826
(54,104,38)
#325F23
(50,95,35)
#2E5620
(46,86,32)
#2A4D1D
(42,77,29)
#26441A
(38,68,26)
#223B17
(34,59,23)
#1E3214
(30,50,20)
#1A2911
(26,41,17)
#16200E
(22,32,14)
#12170B
(18,23,11)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #366826

#366826
(54,104,38)
#487539
(72,117,57)
#5A824C
(90,130,76)
#6C8F5F
(108,143,95)
#7E9C72
(126,156,114)
#90A985
(144,169,133)
#A2B698
(162,182,152)
#B4C3AB
(180,195,171)
#C6D0BE
(198,208,190)
#D8DDD1
(216,221,209)
#EAEAE4
(234,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #366826; }

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

This text font color is #366826.


Background Color

.myBgColor { background-color: #366826; }

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

This div background color is #366826.


Border color

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

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

This div border color is #366826.


Opacity

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

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

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

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

This text has shadow with #366826 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366826 on black background.


Color preview on white background

This text has color #366826 on white background.



Black color preview on #366826 background

This text has black color on #366826 background.


White color preview on #366826 background

This text has white color on #366826 background.