COLOR #364615

HEX: #364615
RGB: (54,70,21)

Color info

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

RGB color model

#364615 color RGB value is (54,70,21).

  • red value is 54;
  • green value is 70;
  • blue value is 21.
RGB:
(54,70,21)
(21%,27%,8%)

RGB channels and saturation

R 54 of 255 = 21%
G 70 of 255 = 27%
B 21 of 255 = 8%

54
70
21

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

Portions of RGB colors in percentages

R + G + B =
54 + 70 + 21 = 145 (100%)
R 54 of 145 ~ 37.24%
G 70 of 145 ~ 48.28%
B 21 of 145 ~ 14.48%

%37.24
%48.28
%14.48

CMYK color model

#364615 color CMYK value is (23,0,70,73).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 72.55%
CMYK:
(23,0,70,73)
C23M0Y70K73 
(23%,0%,70%,73%)
(0.23/0.00/0.70/0.73)	

CMYK percentages

%22.86
%0
%70
%72.55

Codes

Color #364615 in popluar color models

364615
RGB547021
HSL80°53.85%17.84%
HSB/HSV80°70.00%27.45%
CMYK22.86%0.00%70.00%
72.55%

Color #364615 in popluar number systems.

HEX364615
Decimal547021
Binary110110100011010101
Octal6610625

Shades and tints

Shades of #364615

#364615
(54,70,21)
#324014
(50,64,20)
#2E3A13
(46,58,19)
#2A3412
(42,52,18)
#262E11
(38,46,17)
#222810
(34,40,16)
#1E220F
(30,34,15)
#1A1C0E
(26,28,14)
#16160D
(22,22,13)
#12100C
(18,16,12)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #364615

#364615
(54,70,21)
#48562A
(72,86,42)
#5A663F
(90,102,63)
#6C7654
(108,118,84)
#7E8669
(126,134,105)
#90967E
(144,150,126)
#A2A693
(162,166,147)
#B4B6A8
(180,182,168)
#C6C6BD
(198,198,189)
#D8D6D2
(216,214,210)
#EAE6E7
(234,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364615 color. Also use rgb(54,70,21) instead hex code.

Text Font Color

.myTextColor { color: #364615; }

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

This text font color is #364615.


Background Color

.myBgColor { background-color: #364615; }

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

This div background color is #364615.


Border color

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

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

This div border color is #364615.


Opacity

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

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

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

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

This text has shadow with #364615 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364615 on black background.


Color preview on white background

This text has color #364615 on white background.



Black color preview on #364615 background

This text has black color on #364615 background.


White color preview on #364615 background

This text has white color on #364615 background.