COLOR #364C18

HEX: #364C18
RGB: (54,76,24)

Color info

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

RGB color model

#364C18 color RGB value is (54,76,24).

  • red value is 54;
  • green value is 76;
  • blue value is 24.
RGB:
(54,76,24)
(21%,30%,9%)

RGB channels and saturation

R 54 of 255 = 21%
G 76 of 255 = 30%
B 24 of 255 = 9%

54
76
24

R + G + B ~ 20%. #364C18 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 76 + 24 = 154 (100%)
R 54 of 154 ~ 35.06%
G 76 of 154 ~ 49.35%
B 24 of 154 ~ 15.58%

%35.06
%49.35
%15.58

CMYK color model

#364C18 color CMYK value is (29,0,68,70).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 68.42%
  • key color value is 70.20%
CMYK:
(29,0,68,70)
C29M0Y68K70 
(29%,0%,68%,70%)
(0.29/0.00/0.68/0.70)	

CMYK percentages

%28.95
%0
%68.42
%70.2

Codes

Color #364C18 in popluar color models

364C18
RGB547624
HSL85°52.00%19.61%
HSB/HSV85°68.42%29.80%
CMYK28.95%0.00%68.42%
70.20%

Color #364C18 in popluar number systems.

HEX364C18
Decimal547624
Binary110110100110011000
Octal6611430

Shades and tints

Shades of #364C18

#364C18
(54,76,24)
#324616
(50,70,22)
#2E4014
(46,64,20)
#2A3A12
(42,58,18)
#263410
(38,52,16)
#222E0E
(34,46,14)
#1E280C
(30,40,12)
#1A220A
(26,34,10)
#161C08
(22,28,8)
#121606
(18,22,6)
#0E1004
(14,16,4)
#000000
(0,0,0)

Tints of #364C18

#364C18
(54,76,24)
#485C2D
(72,92,45)
#5A6C42
(90,108,66)
#6C7C57
(108,124,87)
#7E8C6C
(126,140,108)
#909C81
(144,156,129)
#A2AC96
(162,172,150)
#B4BCAB
(180,188,171)
#C6CCC0
(198,204,192)
#D8DCD5
(216,220,213)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364C18 color. Also use rgb(54,76,24) instead hex code.

Text Font Color

.myTextColor { color: #364C18; }

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

This text font color is #364C18.


Background Color

.myBgColor { background-color: #364C18; }

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

This div background color is #364C18.


Border color

.myBorderColor { border: 1px solid #364C18; }

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

This div border color is #364C18.


Opacity

.myOpacity80 { color: #364C18; opacity: 0.8; }

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

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

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

This text has shadow with #364C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364C18 on black background.


Color preview on white background

This text has color #364C18 on white background.



Black color preview on #364C18 background

This text has black color on #364C18 background.


White color preview on #364C18 background

This text has white color on #364C18 background.