COLOR #364C15

HEX: #364C15
RGB: (54,76,21)

Color info

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

RGB color model

#364C15 color RGB value is (54,76,21).

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

RGB channels and saturation

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

54
76
21

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

Portions of RGB colors in percentages

R + G + B =
54 + 76 + 21 = 151 (100%)
R 54 of 151 ~ 35.76%
G 76 of 151 ~ 50.33%
B 21 of 151 ~ 13.91%

%35.76
%50.33
%13.91

CMYK color model

#364C15 color CMYK value is (29,0,72,70).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 72.37%
  • key color value is 70.20%
CMYK:
(29,0,72,70)
C29M0Y72K70 
(29%,0%,72%,70%)
(0.29/0.00/0.72/0.70)	

CMYK percentages

%28.95
%0
%72.37
%70.2

Codes

Color #364C15 in popluar color models

364C15
RGB547621
HSL84°56.70%19.02%
HSB/HSV84°72.37%29.80%
CMYK28.95%0.00%72.37%
70.20%

Color #364C15 in popluar number systems.

HEX364C15
Decimal547621
Binary110110100110010101
Octal6611425

Shades and tints

Shades of #364C15

#364C15
(54,76,21)
#324614
(50,70,20)
#2E4013
(46,64,19)
#2A3A12
(42,58,18)
#263411
(38,52,17)
#222E10
(34,46,16)
#1E280F
(30,40,15)
#1A220E
(26,34,14)
#161C0D
(22,28,13)
#12160C
(18,22,12)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #364C15

#364C15
(54,76,21)
#485C2A
(72,92,42)
#5A6C3F
(90,108,63)
#6C7C54
(108,124,84)
#7E8C69
(126,140,105)
#909C7E
(144,156,126)
#A2AC93
(162,172,147)
#B4BCA8
(180,188,168)
#C6CCBD
(198,204,189)
#D8DCD2
(216,220,210)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364C15; }

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

This text font color is #364C15.


Background Color

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

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

This div background color is #364C15.


Border color

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

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

This div border color is #364C15.


Opacity

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

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

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

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

This text has shadow with #364C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364C15 on black background.


Color preview on white background

This text has color #364C15 on white background.



Black color preview on #364C15 background

This text has black color on #364C15 background.


White color preview on #364C15 background

This text has white color on #364C15 background.