COLOR #366716

HEX: #366716
RGB: (54,103,22)

Color info

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

RGB color model

#366716 color RGB value is (54,103,22).

  • red value is 54;
  • green value is 103;
  • blue value is 22.
RGB:
(54,103,22)
(21%,40%,9%)

RGB channels and saturation

R 54 of 255 = 21%
G 103 of 255 = 40%
B 22 of 255 = 9%

54
103
22

R + G + B ~ 23%. #366716 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 103 + 22 = 179 (100%)
R 54 of 179 ~ 30.17%
G 103 of 179 ~ 57.54%
B 22 of 179 ~ 12.29%

%30.17
%57.54
%12.29

CMYK color model

#366716 color CMYK value is (48,0,79,60).

  • cyan value is 47.57%
  • magenta value is 0.00%
  • yellow value is 78.64%
  • key color value is 59.61%
CMYK:
(48,0,79,60)
C48M0Y79K60 
(48%,0%,79%,60%)
(0.48/0.00/0.79/0.60)	

CMYK percentages

%47.57
%0
%78.64
%59.61

Codes

Color #366716 in popluar color models

366716
RGB5410322
HSL96°64.80%24.51%
HSB/HSV96°78.64%40.39%
CMYK47.57%0.00%78.64%
59.61%

Color #366716 in popluar number systems.

HEX366716
Decimal5410322
Binary110110110011110110
Octal6614726

Shades and tints

Shades of #366716

#366716
(54,103,22)
#325E14
(50,94,20)
#2E5512
(46,85,18)
#2A4C10
(42,76,16)
#26430E
(38,67,14)
#223A0C
(34,58,12)
#1E310A
(30,49,10)
#1A2808
(26,40,8)
#161F06
(22,31,6)
#121604
(18,22,4)
#0E0D02
(14,13,2)
#000000
(0,0,0)

Tints of #366716

#366716
(54,103,22)
#48742B
(72,116,43)
#5A8140
(90,129,64)
#6C8E55
(108,142,85)
#7E9B6A
(126,155,106)
#90A87F
(144,168,127)
#A2B594
(162,181,148)
#B4C2A9
(180,194,169)
#C6CFBE
(198,207,190)
#D8DCD3
(216,220,211)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #366716 color. Also use rgb(54,103,22) instead hex code.

Text Font Color

.myTextColor { color: #366716; }

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

This text font color is #366716.


Background Color

.myBgColor { background-color: #366716; }

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

This div background color is #366716.


Border color

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

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

This div border color is #366716.


Opacity

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

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

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

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

This text has shadow with #366716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #366716 on black background.


Color preview on white background

This text has color #366716 on white background.



Black color preview on #366716 background

This text has black color on #366716 background.


White color preview on #366716 background

This text has white color on #366716 background.