COLOR #364819

HEX: #364819
RGB: (54,72,25)

Color info

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

RGB color model

#364819 color RGB value is (54,72,25).

  • red value is 54;
  • green value is 72;
  • blue value is 25.
RGB:
(54,72,25)
(21%,28%,10%)

RGB channels and saturation

R 54 of 255 = 21%
G 72 of 255 = 28%
B 25 of 255 = 10%

54
72
25

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

Portions of RGB colors in percentages

R + G + B =
54 + 72 + 25 = 151 (100%)
R 54 of 151 ~ 35.76%
G 72 of 151 ~ 47.68%
B 25 of 151 ~ 16.56%

%35.76
%47.68
%16.56

CMYK color model

#364819 color CMYK value is (25,0,65,72).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 65.28%
  • key color value is 71.76%
CMYK:
(25,0,65,72)
C25M0Y65K72 
(25%,0%,65%,72%)
(0.25/0.00/0.65/0.72)	

CMYK percentages

%25
%0
%65.28
%71.76

Codes

Color #364819 in popluar color models

364819
RGB547225
HSL83°48.45%19.02%
HSB/HSV83°65.28%28.24%
CMYK25.00%0.00%65.28%
71.76%

Color #364819 in popluar number systems.

HEX364819
Decimal547225
Binary110110100100011001
Octal6611031

Shades and tints

Shades of #364819

#364819
(54,72,25)
#324217
(50,66,23)
#2E3C15
(46,60,21)
#2A3613
(42,54,19)
#263011
(38,48,17)
#222A0F
(34,42,15)
#1E240D
(30,36,13)
#1A1E0B
(26,30,11)
#161809
(22,24,9)
#121207
(18,18,7)
#0E0C05
(14,12,5)
#000000
(0,0,0)

Tints of #364819

#364819
(54,72,25)
#48582D
(72,88,45)
#5A6841
(90,104,65)
#6C7855
(108,120,85)
#7E8869
(126,136,105)
#90987D
(144,152,125)
#A2A891
(162,168,145)
#B4B8A5
(180,184,165)
#C6C8B9
(198,200,185)
#D8D8CD
(216,216,205)
#EAE8E1
(234,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364819 color. Also use rgb(54,72,25) instead hex code.

Text Font Color

.myTextColor { color: #364819; }

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

This text font color is #364819.


Background Color

.myBgColor { background-color: #364819; }

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

This div background color is #364819.


Border color

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

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

This div border color is #364819.


Opacity

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

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

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

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

This text has shadow with #364819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364819 on black background.


Color preview on white background

This text has color #364819 on white background.



Black color preview on #364819 background

This text has black color on #364819 background.


White color preview on #364819 background

This text has white color on #364819 background.