COLOR #364C1E

HEX: #364C1E
RGB: (54,76,30)

Color info

#364C1E contains red, green and blue colors in about the same proportion. Web safe color of #364C1E is #333333 (or #333).

RGB color model

#364C1E color RGB value is (54,76,30).

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

RGB channels and saturation

R 54 of 255 = 21%
G 76 of 255 = 30%
B 30 of 255 = 12%

54
76
30

R + G + B ~ 21%. #364C1E is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 76 + 30 = 160 (100%)
R 54 of 160 ~ 33.75%
G 76 of 160 ~ 47.5%
B 30 of 160 ~ 18.75%

%33.75
%47.5
%18.75

CMYK color model

#364C1E color CMYK value is (29,0,61,70).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 60.53%
  • key color value is 70.20%
CMYK:
(29,0,61,70)
C29M0Y61K70 
(29%,0%,61%,70%)
(0.29/0.00/0.61/0.70)	

CMYK percentages

%28.95
%0
%60.53
%70.2

Codes

Color #364C1E in popluar color models

364C1E
RGB547630
HSL89°43.40%20.78%
HSB/HSV89°60.53%29.80%
CMYK28.95%0.00%60.53%
70.20%

Color #364C1E in popluar number systems.

HEX364C1E
Decimal547630
Binary110110100110011110
Octal6611436

Shades and tints

Shades of #364C1E

#364C1E
(54,76,30)
#32461C
(50,70,28)
#2E401A
(46,64,26)
#2A3A18
(42,58,24)
#263416
(38,52,22)
#222E14
(34,46,20)
#1E2812
(30,40,18)
#1A2210
(26,34,16)
#161C0E
(22,28,14)
#12160C
(18,22,12)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #364C1E

#364C1E
(54,76,30)
#485C32
(72,92,50)
#5A6C46
(90,108,70)
#6C7C5A
(108,124,90)
#7E8C6E
(126,140,110)
#909C82
(144,156,130)
#A2AC96
(162,172,150)
#B4BCAA
(180,188,170)
#C6CCBE
(198,204,190)
#D8DCD2
(216,220,210)
#EAECE6
(234,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364C1E; }

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

This text font color is #364C1E.


Background Color

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

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

This div background color is #364C1E.


Border color

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

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

This div border color is #364C1E.


Opacity

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

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

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

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

This text has shadow with #364C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364C1E on black background.


Color preview on white background

This text has color #364C1E on white background.



Black color preview on #364C1E background

This text has black color on #364C1E background.


White color preview on #364C1E background

This text has white color on #364C1E background.