COLOR #364F1E

HEX: #364F1E
RGB: (54,79,30)

Color info

#364F1E contains red, green and blue colors in about the same proportion. Web safe color of #364F1E is #336633 (or #363).

RGB color model

#364F1E color RGB value is (54,79,30).

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

RGB channels and saturation

R 54 of 255 = 21%
G 79 of 255 = 31%
B 30 of 255 = 12%

54
79
30

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

Portions of RGB colors in percentages

R + G + B =
54 + 79 + 30 = 163 (100%)
R 54 of 163 ~ 33.13%
G 79 of 163 ~ 48.47%
B 30 of 163 ~ 18.4%

%33.13
%48.47
%18.4

CMYK color model

#364F1E color CMYK value is (32,0,62,69).

  • cyan value is 31.65%
  • magenta value is 0.00%
  • yellow value is 62.03%
  • key color value is 69.02%
CMYK:
(32,0,62,69)
C32M0Y62K69 
(32%,0%,62%,69%)
(0.32/0.00/0.62/0.69)	

CMYK percentages

%31.65
%0
%62.03
%69.02

Codes

Color #364F1E in popluar color models

364F1E
RGB547930
HSL91°44.95%21.37%
HSB/HSV91°62.03%30.98%
CMYK31.65%0.00%62.03%
69.02%

Color #364F1E in popluar number systems.

HEX364F1E
Decimal547930
Binary110110100111111110
Octal6611736

Shades and tints

Shades of #364F1E

#364F1E
(54,79,30)
#32481C
(50,72,28)
#2E411A
(46,65,26)
#2A3A18
(42,58,24)
#263316
(38,51,22)
#222C14
(34,44,20)
#1E2512
(30,37,18)
#1A1E10
(26,30,16)
#16170E
(22,23,14)
#12100C
(18,16,12)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #364F1E

#364F1E
(54,79,30)
#485F32
(72,95,50)
#5A6F46
(90,111,70)
#6C7F5A
(108,127,90)
#7E8F6E
(126,143,110)
#909F82
(144,159,130)
#A2AF96
(162,175,150)
#B4BFAA
(180,191,170)
#C6CFBE
(198,207,190)
#D8DFD2
(216,223,210)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364F1E; }

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

This text font color is #364F1E.


Background Color

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

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

This div background color is #364F1E.


Border color

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

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

This div border color is #364F1E.


Opacity

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

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

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

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

This text has shadow with #364F1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364F1E on black background.


Color preview on white background

This text has color #364F1E on white background.



Black color preview on #364F1E background

This text has black color on #364F1E background.


White color preview on #364F1E background

This text has white color on #364F1E background.