COLOR #364521

HEX: #364521
RGB: (54,69,33)

Color info

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

RGB color model

#364521 color RGB value is (54,69,33).

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

RGB channels and saturation

R 54 of 255 = 21%
G 69 of 255 = 27%
B 33 of 255 = 13%

54
69
33

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

Portions of RGB colors in percentages

R + G + B =
54 + 69 + 33 = 156 (100%)
R 54 of 156 ~ 34.62%
G 69 of 156 ~ 44.23%
B 33 of 156 ~ 21.15%

%34.62
%44.23
%21.15

CMYK color model

#364521 color CMYK value is (22,0,52,73).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 72.94%
CMYK:
(22,0,52,73)
C22M0Y52K73 
(22%,0%,52%,73%)
(0.22/0.00/0.52/0.73)	

CMYK percentages

%21.74
%0
%52.17
%72.94

Codes

Color #364521 in popluar color models

364521
RGB546933
HSL85°35.29%20.00%
HSB/HSV85°52.17%27.06%
CMYK21.74%0.00%52.17%
72.94%

Color #364521 in popluar number systems.

HEX364521
Decimal546933
Binary1101101000101100001
Octal6610541

Shades and tints

Shades of #364521

#364521
(54,69,33)
#323F1E
(50,63,30)
#2E391B
(46,57,27)
#2A3318
(42,51,24)
#262D15
(38,45,21)
#222712
(34,39,18)
#1E210F
(30,33,15)
#1A1B0C
(26,27,12)
#161509
(22,21,9)
#120F06
(18,15,6)
#0E0903
(14,9,3)
#000000
(0,0,0)

Tints of #364521

#364521
(54,69,33)
#485535
(72,85,53)
#5A6549
(90,101,73)
#6C755D
(108,117,93)
#7E8571
(126,133,113)
#909585
(144,149,133)
#A2A599
(162,165,153)
#B4B5AD
(180,181,173)
#C6C5C1
(198,197,193)
#D8D5D5
(216,213,213)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364521; }

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

This text font color is #364521.


Background Color

.myBgColor { background-color: #364521; }

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

This div background color is #364521.


Border color

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

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

This div border color is #364521.


Opacity

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

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

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

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

This text has shadow with #364521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364521 on black background.


Color preview on white background

This text has color #364521 on white background.



Black color preview on #364521 background

This text has black color on #364521 background.


White color preview on #364521 background

This text has white color on #364521 background.