COLOR #364116

HEX: #364116
RGB: (54,65,22)

Color info

#364116 contains red, green and blue colors in about the same proportion. Web safe color of #364116 is #333300 (or #330).

RGB color model

#364116 color RGB value is (54,65,22).

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

RGB channels and saturation

R 54 of 255 = 21%
G 65 of 255 = 25%
B 22 of 255 = 9%

54
65
22

R + G + B ~ 18%. #364116 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 65 + 22 = 141 (100%)
R 54 of 141 ~ 38.3%
G 65 of 141 ~ 46.1%
B 22 of 141 ~ 15.6%

%38.3
%46.1
%15.6

CMYK color model

#364116 color CMYK value is (17,0,66,75).

  • cyan value is 16.92%
  • magenta value is 0.00%
  • yellow value is 66.15%
  • key color value is 74.51%
CMYK:
(17,0,66,75)
C17M0Y66K75 
(17%,0%,66%,75%)
(0.17/0.00/0.66/0.75)	

CMYK percentages

%16.92
%0
%66.15
%74.51

Codes

Color #364116 in popluar color models

364116
RGB546522
HSL75°49.43%17.06%
HSB/HSV75°66.15%25.49%
CMYK16.92%0.00%66.15%
74.51%

Color #364116 in popluar number systems.

HEX364116
Decimal546522
Binary110110100000110110
Octal6610126

Shades and tints

Shades of #364116

#364116
(54,65,22)
#323C14
(50,60,20)
#2E3712
(46,55,18)
#2A3210
(42,50,16)
#262D0E
(38,45,14)
#22280C
(34,40,12)
#1E230A
(30,35,10)
#1A1E08
(26,30,8)
#161906
(22,25,6)
#121404
(18,20,4)
#0E0F02
(14,15,2)
#000000
(0,0,0)

Tints of #364116

#364116
(54,65,22)
#48522B
(72,82,43)
#5A6340
(90,99,64)
#6C7455
(108,116,85)
#7E856A
(126,133,106)
#90967F
(144,150,127)
#A2A794
(162,167,148)
#B4B8A9
(180,184,169)
#C6C9BE
(198,201,190)
#D8DAD3
(216,218,211)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364116; }

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

This text font color is #364116.


Background Color

.myBgColor { background-color: #364116; }

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

This div background color is #364116.


Border color

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

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

This div border color is #364116.


Opacity

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

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

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

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

This text has shadow with #364116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364116 on black background.


Color preview on white background

This text has color #364116 on white background.



Black color preview on #364116 background

This text has black color on #364116 background.


White color preview on #364116 background

This text has white color on #364116 background.