COLOR #364912

HEX: #364912
RGB: (54,73,18)

Color info

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

RGB color model

#364912 color RGB value is (54,73,18).

  • red value is 54;
  • green value is 73;
  • blue value is 18.
RGB:
(54,73,18)
(21%,29%,7%)

RGB channels and saturation

R 54 of 255 = 21%
G 73 of 255 = 29%
B 18 of 255 = 7%

54
73
18

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

Portions of RGB colors in percentages

R + G + B =
54 + 73 + 18 = 145 (100%)
R 54 of 145 ~ 37.24%
G 73 of 145 ~ 50.34%
B 18 of 145 ~ 12.41%

%37.24
%50.34
%12.41

CMYK color model

#364912 color CMYK value is (26,0,75,71).

  • cyan value is 26.03%
  • magenta value is 0.00%
  • yellow value is 75.34%
  • key color value is 71.37%
CMYK:
(26,0,75,71)
C26M0Y75K71 
(26%,0%,75%,71%)
(0.26/0.00/0.75/0.71)	

CMYK percentages

%26.03
%0
%75.34
%71.37

Codes

Color #364912 in popluar color models

364912
RGB547318
HSL81°60.44%17.84%
HSB/HSV81°75.34%28.63%
CMYK26.03%0.00%75.34%
71.37%

Color #364912 in popluar number systems.

HEX364912
Decimal547318
Binary110110100100110010
Octal6611122

Shades and tints

Shades of #364912

#364912
(54,73,18)
#324311
(50,67,17)
#2E3D10
(46,61,16)
#2A370F
(42,55,15)
#26310E
(38,49,14)
#222B0D
(34,43,13)
#1E250C
(30,37,12)
#1A1F0B
(26,31,11)
#16190A
(22,25,10)
#121309
(18,19,9)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #364912

#364912
(54,73,18)
#485927
(72,89,39)
#5A693C
(90,105,60)
#6C7951
(108,121,81)
#7E8966
(126,137,102)
#90997B
(144,153,123)
#A2A990
(162,169,144)
#B4B9A5
(180,185,165)
#C6C9BA
(198,201,186)
#D8D9CF
(216,217,207)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364912 color. Also use rgb(54,73,18) instead hex code.

Text Font Color

.myTextColor { color: #364912; }

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

This text font color is #364912.


Background Color

.myBgColor { background-color: #364912; }

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

This div background color is #364912.


Border color

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

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

This div border color is #364912.


Opacity

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

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

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

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

This text has shadow with #364912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364912 on black background.


Color preview on white background

This text has color #364912 on white background.



Black color preview on #364912 background

This text has black color on #364912 background.


White color preview on #364912 background

This text has white color on #364912 background.