COLOR #364524

HEX: #364524
RGB: (54,69,36)

Color info

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

RGB color model

#364524 color RGB value is (54,69,36).

  • red value is 54;
  • green value is 69;
  • blue value is 36.
RGB:
(54,69,36)
(21%,27%,14%)

RGB channels and saturation

R 54 of 255 = 21%
G 69 of 255 = 27%
B 36 of 255 = 14%

54
69
36

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

Portions of RGB colors in percentages

R + G + B =
54 + 69 + 36 = 159 (100%)
R 54 of 159 ~ 33.96%
G 69 of 159 ~ 43.4%
B 36 of 159 ~ 22.64%

%33.96
%43.4
%22.64

CMYK color model

#364524 color CMYK value is (22,0,48,73).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 72.94%
CMYK:
(22,0,48,73)
C22M0Y48K73 
(22%,0%,48%,73%)
(0.22/0.00/0.48/0.73)	

CMYK percentages

%21.74
%0
%47.83
%72.94

Codes

Color #364524 in popluar color models

364524
RGB546936
HSL87°31.43%20.59%
HSB/HSV87°47.83%27.06%
CMYK21.74%0.00%47.83%
72.94%

Color #364524 in popluar number systems.

HEX364524
Decimal546936
Binary1101101000101100100
Octal6610544

Shades and tints

Shades of #364524

#364524
(54,69,36)
#323F21
(50,63,33)
#2E391E
(46,57,30)
#2A331B
(42,51,27)
#262D18
(38,45,24)
#222715
(34,39,21)
#1E2112
(30,33,18)
#1A1B0F
(26,27,15)
#16150C
(22,21,12)
#120F09
(18,15,9)
#0E0906
(14,9,6)
#000000
(0,0,0)

Tints of #364524

#364524
(54,69,36)
#485537
(72,85,55)
#5A654A
(90,101,74)
#6C755D
(108,117,93)
#7E8570
(126,133,112)
#909583
(144,149,131)
#A2A596
(162,165,150)
#B4B5A9
(180,181,169)
#C6C5BC
(198,197,188)
#D8D5CF
(216,213,207)
#EAE5E2
(234,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364524 color. Also use rgb(54,69,36) instead hex code.

Text Font Color

.myTextColor { color: #364524; }

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

This text font color is #364524.


Background Color

.myBgColor { background-color: #364524; }

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

This div background color is #364524.


Border color

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

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

This div border color is #364524.


Opacity

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

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

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

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

This text has shadow with #364524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364524 on black background.


Color preview on white background

This text has color #364524 on white background.



Black color preview on #364524 background

This text has black color on #364524 background.


White color preview on #364524 background

This text has white color on #364524 background.