COLOR #364814

HEX: #364814
RGB: (54,72,20)

Color info

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

RGB color model

#364814 color RGB value is (54,72,20).

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

RGB channels and saturation

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

54
72
20

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

Portions of RGB colors in percentages

R + G + B =
54 + 72 + 20 = 146 (100%)
R 54 of 146 ~ 36.99%
G 72 of 146 ~ 49.32%
B 20 of 146 ~ 13.7%

%36.99
%49.32
%13.7

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 72.22%
  • key color value is 71.76%
CMYK:
(25,0,72,72)
C25M0Y72K72 
(25%,0%,72%,72%)
(0.25/0.00/0.72/0.72)	

CMYK percentages

%25
%0
%72.22
%71.76

Codes

Color #364814 in popluar color models

364814
RGB547220
HSL81°56.52%18.04%
HSB/HSV81°72.22%28.24%
CMYK25.00%0.00%72.22%
71.76%

Color #364814 in popluar number systems.

HEX364814
Decimal547220
Binary110110100100010100
Octal6611024

Shades and tints

Shades of #364814

#364814
(54,72,20)
#324213
(50,66,19)
#2E3C12
(46,60,18)
#2A3611
(42,54,17)
#263010
(38,48,16)
#222A0F
(34,42,15)
#1E240E
(30,36,14)
#1A1E0D
(26,30,13)
#16180C
(22,24,12)
#12120B
(18,18,11)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #364814

#364814
(54,72,20)
#485829
(72,88,41)
#5A683E
(90,104,62)
#6C7853
(108,120,83)
#7E8868
(126,136,104)
#90987D
(144,152,125)
#A2A892
(162,168,146)
#B4B8A7
(180,184,167)
#C6C8BC
(198,200,188)
#D8D8D1
(216,216,209)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364814; }

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

This text font color is #364814.


Background Color

.myBgColor { background-color: #364814; }

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

This div background color is #364814.


Border color

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

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

This div border color is #364814.


Opacity

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

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

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

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

This text has shadow with #364814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364814 on black background.


Color preview on white background

This text has color #364814 on white background.



Black color preview on #364814 background

This text has black color on #364814 background.


White color preview on #364814 background

This text has white color on #364814 background.