COLOR #364718

HEX: #364718
RGB: (54,71,24)

Color info

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

RGB color model

#364718 color RGB value is (54,71,24).

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

RGB channels and saturation

R 54 of 255 = 21%
G 71 of 255 = 28%
B 24 of 255 = 9%

54
71
24

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

Portions of RGB colors in percentages

R + G + B =
54 + 71 + 24 = 149 (100%)
R 54 of 149 ~ 36.24%
G 71 of 149 ~ 47.65%
B 24 of 149 ~ 16.11%

%36.24
%47.65
%16.11

CMYK color model

#364718 color CMYK value is (24,0,66,72).

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 66.20%
  • key color value is 72.16%
CMYK:
(24,0,66,72)
C24M0Y66K72 
(24%,0%,66%,72%)
(0.24/0.00/0.66/0.72)	

CMYK percentages

%23.94
%0
%66.2
%72.16

Codes

Color #364718 in popluar color models

364718
RGB547124
HSL82°49.47%18.63%
HSB/HSV82°66.20%27.84%
CMYK23.94%0.00%66.20%
72.16%

Color #364718 in popluar number systems.

HEX364718
Decimal547124
Binary110110100011111000
Octal6610730

Shades and tints

Shades of #364718

#364718
(54,71,24)
#324116
(50,65,22)
#2E3B14
(46,59,20)
#2A3512
(42,53,18)
#262F10
(38,47,16)
#22290E
(34,41,14)
#1E230C
(30,35,12)
#1A1D0A
(26,29,10)
#161708
(22,23,8)
#121106
(18,17,6)
#0E0B04
(14,11,4)
#000000
(0,0,0)

Tints of #364718

#364718
(54,71,24)
#48572D
(72,87,45)
#5A6742
(90,103,66)
#6C7757
(108,119,87)
#7E876C
(126,135,108)
#909781
(144,151,129)
#A2A796
(162,167,150)
#B4B7AB
(180,183,171)
#C6C7C0
(198,199,192)
#D8D7D5
(216,215,213)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364718; }

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

This text font color is #364718.


Background Color

.myBgColor { background-color: #364718; }

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

This div background color is #364718.


Border color

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

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

This div border color is #364718.


Opacity

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

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

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

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

This text has shadow with #364718 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364718 on black background.


Color preview on white background

This text has color #364718 on white background.



Black color preview on #364718 background

This text has black color on #364718 background.


White color preview on #364718 background

This text has white color on #364718 background.