COLOR #364219

HEX: #364219
RGB: (54,66,25)

Color info

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

RGB color model

#364219 color RGB value is (54,66,25).

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

RGB channels and saturation

R 54 of 255 = 21%
G 66 of 255 = 26%
B 25 of 255 = 10%

54
66
25

R + G + B ~ 19%. #364219 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 66 + 25 = 145 (100%)
R 54 of 145 ~ 37.24%
G 66 of 145 ~ 45.52%
B 25 of 145 ~ 17.24%

%37.24
%45.52
%17.24

CMYK color model

#364219 color CMYK value is (18,0,62,74).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 62.12%
  • key color value is 74.12%
CMYK:
(18,0,62,74)
C18M0Y62K74 
(18%,0%,62%,74%)
(0.18/0.00/0.62/0.74)	

CMYK percentages

%18.18
%0
%62.12
%74.12

Codes

Color #364219 in popluar color models

364219
RGB546625
HSL78°45.05%17.84%
HSB/HSV78°62.12%25.88%
CMYK18.18%0.00%62.12%
74.12%

Color #364219 in popluar number systems.

HEX364219
Decimal546625
Binary110110100001011001
Octal6610231

Shades and tints

Shades of #364219

#364219
(54,66,25)
#323C17
(50,60,23)
#2E3615
(46,54,21)
#2A3013
(42,48,19)
#262A11
(38,42,17)
#22240F
(34,36,15)
#1E1E0D
(30,30,13)
#1A180B
(26,24,11)
#161209
(22,18,9)
#120C07
(18,12,7)
#0E0605
(14,6,5)
#000000
(0,0,0)

Tints of #364219

#364219
(54,66,25)
#48532D
(72,83,45)
#5A6441
(90,100,65)
#6C7555
(108,117,85)
#7E8669
(126,134,105)
#90977D
(144,151,125)
#A2A891
(162,168,145)
#B4B9A5
(180,185,165)
#C6CAB9
(198,202,185)
#D8DBCD
(216,219,205)
#EAECE1
(234,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364219; }

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

This text font color is #364219.


Background Color

.myBgColor { background-color: #364219; }

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

This div background color is #364219.


Border color

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

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

This div border color is #364219.


Opacity

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

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

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

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

This text has shadow with #364219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364219 on black background.


Color preview on white background

This text has color #364219 on white background.



Black color preview on #364219 background

This text has black color on #364219 background.


White color preview on #364219 background

This text has white color on #364219 background.