COLOR #364225

HEX: #364225
RGB: (54,66,37)

Color info

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

RGB color model

#364225 color RGB value is (54,66,37).

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

RGB channels and saturation

R 54 of 255 = 21%
G 66 of 255 = 26%
B 37 of 255 = 15%

54
66
37

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

Portions of RGB colors in percentages

R + G + B =
54 + 66 + 37 = 157 (100%)
R 54 of 157 ~ 34.39%
G 66 of 157 ~ 42.04%
B 37 of 157 ~ 23.57%

%34.39
%42.04
%23.57

CMYK color model

#364225 color CMYK value is (18,0,44,74).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 43.94%
  • key color value is 74.12%
CMYK:
(18,0,44,74)
C18M0Y44K74 
(18%,0%,44%,74%)
(0.18/0.00/0.44/0.74)	

CMYK percentages

%18.18
%0
%43.94
%74.12

Codes

Color #364225 in popluar color models

364225
RGB546637
HSL85°28.16%20.20%
HSB/HSV85°43.94%25.88%
CMYK18.18%0.00%43.94%
74.12%

Color #364225 in popluar number systems.

HEX364225
Decimal546637
Binary1101101000010100101
Octal6610245

Shades and tints

Shades of #364225

#364225
(54,66,37)
#323C22
(50,60,34)
#2E361F
(46,54,31)
#2A301C
(42,48,28)
#262A19
(38,42,25)
#222416
(34,36,22)
#1E1E13
(30,30,19)
#1A1810
(26,24,16)
#16120D
(22,18,13)
#120C0A
(18,12,10)
#0E0607
(14,6,7)
#000000
(0,0,0)

Tints of #364225

#364225
(54,66,37)
#485338
(72,83,56)
#5A644B
(90,100,75)
#6C755E
(108,117,94)
#7E8671
(126,134,113)
#909784
(144,151,132)
#A2A897
(162,168,151)
#B4B9AA
(180,185,170)
#C6CABD
(198,202,189)
#D8DBD0
(216,219,208)
#EAECE3
(234,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364225; }

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

This text font color is #364225.


Background Color

.myBgColor { background-color: #364225; }

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

This div background color is #364225.


Border color

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

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

This div border color is #364225.


Opacity

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

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

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

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

This text has shadow with #364225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364225 on black background.


Color preview on white background

This text has color #364225 on white background.



Black color preview on #364225 background

This text has black color on #364225 background.


White color preview on #364225 background

This text has white color on #364225 background.