COLOR #364815

HEX: #364815
RGB: (54,72,21)

Color info

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

RGB color model

#364815 color RGB value is (54,72,21).

  • red value is 54;
  • green value is 72;
  • blue value is 21.
RGB:
(54,72,21)
(21%,28%,8%)

RGB channels and saturation

R 54 of 255 = 21%
G 72 of 255 = 28%
B 21 of 255 = 8%

54
72
21

R + G + B ~ 19%. #364815 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 72 + 21 = 147 (100%)
R 54 of 147 ~ 36.73%
G 72 of 147 ~ 48.98%
B 21 of 147 ~ 14.29%

%36.73
%48.98
%14.29

CMYK color model

#364815 color CMYK value is (25,0,71,72).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 70.83%
  • key color value is 71.76%
CMYK:
(25,0,71,72)
C25M0Y71K72 
(25%,0%,71%,72%)
(0.25/0.00/0.71/0.72)	

CMYK percentages

%25
%0
%70.83
%71.76

Codes

Color #364815 in popluar color models

364815
RGB547221
HSL81°54.84%18.24%
HSB/HSV81°70.83%28.24%
CMYK25.00%0.00%70.83%
71.76%

Color #364815 in popluar number systems.

HEX364815
Decimal547221
Binary110110100100010101
Octal6611025

Shades and tints

Shades of #364815

#364815
(54,72,21)
#324214
(50,66,20)
#2E3C13
(46,60,19)
#2A3612
(42,54,18)
#263011
(38,48,17)
#222A10
(34,42,16)
#1E240F
(30,36,15)
#1A1E0E
(26,30,14)
#16180D
(22,24,13)
#12120C
(18,18,12)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #364815

#364815
(54,72,21)
#48582A
(72,88,42)
#5A683F
(90,104,63)
#6C7854
(108,120,84)
#7E8869
(126,136,105)
#90987E
(144,152,126)
#A2A893
(162,168,147)
#B4B8A8
(180,184,168)
#C6C8BD
(198,200,189)
#D8D8D2
(216,216,210)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364815 color. Also use rgb(54,72,21) instead hex code.

Text Font Color

.myTextColor { color: #364815; }

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

This text font color is #364815.


Background Color

.myBgColor { background-color: #364815; }

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

This div background color is #364815.


Border color

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

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

This div border color is #364815.


Opacity

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

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

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

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

This text has shadow with #364815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364815 on black background.


Color preview on white background

This text has color #364815 on white background.



Black color preview on #364815 background

This text has black color on #364815 background.


White color preview on #364815 background

This text has white color on #364815 background.