COLOR #364825

HEX: #364825
RGB: (54,72,37)

Color info

#364825 contains red, green and blue colors in about the same proportion. Web safe color of #364825 is #333333 (or #333).

RGB color model

#364825 color RGB value is (54,72,37).

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

RGB channels and saturation

R 54 of 255 = 21%
G 72 of 255 = 28%
B 37 of 255 = 15%

54
72
37

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

Portions of RGB colors in percentages

R + G + B =
54 + 72 + 37 = 163 (100%)
R 54 of 163 ~ 33.13%
G 72 of 163 ~ 44.17%
B 37 of 163 ~ 22.7%

%33.13
%44.17
%22.7

CMYK color model

#364825 color CMYK value is (25,0,49,72).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 48.61%
  • key color value is 71.76%
CMYK:
(25,0,49,72)
C25M0Y49K72 
(25%,0%,49%,72%)
(0.25/0.00/0.49/0.72)	

CMYK percentages

%25
%0
%48.61
%71.76

Codes

Color #364825 in popluar color models

364825
RGB547237
HSL91°32.11%21.37%
HSB/HSV91°48.61%28.24%
CMYK25.00%0.00%48.61%
71.76%

Color #364825 in popluar number systems.

HEX364825
Decimal547237
Binary1101101001000100101
Octal6611045

Shades and tints

Shades of #364825

#364825
(54,72,37)
#324222
(50,66,34)
#2E3C1F
(46,60,31)
#2A361C
(42,54,28)
#263019
(38,48,25)
#222A16
(34,42,22)
#1E2413
(30,36,19)
#1A1E10
(26,30,16)
#16180D
(22,24,13)
#12120A
(18,18,10)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #364825

#364825
(54,72,37)
#485838
(72,88,56)
#5A684B
(90,104,75)
#6C785E
(108,120,94)
#7E8871
(126,136,113)
#909884
(144,152,132)
#A2A897
(162,168,151)
#B4B8AA
(180,184,170)
#C6C8BD
(198,200,189)
#D8D8D0
(216,216,208)
#EAE8E3
(234,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364825; }

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

This text font color is #364825.


Background Color

.myBgColor { background-color: #364825; }

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

This div background color is #364825.


Border color

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

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

This div border color is #364825.


Opacity

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

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

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

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

This text has shadow with #364825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364825 on black background.


Color preview on white background

This text has color #364825 on white background.



Black color preview on #364825 background

This text has black color on #364825 background.


White color preview on #364825 background

This text has white color on #364825 background.