COLOR #364213

HEX: #364213
RGB: (54,66,19)

Color info

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

RGB color model

#364213 color RGB value is (54,66,19).

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

RGB channels and saturation

R 54 of 255 = 21%
G 66 of 255 = 26%
B 19 of 255 = 7%

54
66
19

R + G + B ~ 18%. #364213 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 66 + 19 = 139 (100%)
R 54 of 139 ~ 38.85%
G 66 of 139 ~ 47.48%
B 19 of 139 ~ 13.67%

%38.85
%47.48
%13.67

CMYK color model

#364213 color CMYK value is (18,0,71,74).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 71.21%
  • key color value is 74.12%
CMYK:
(18,0,71,74)
C18M0Y71K74 
(18%,0%,71%,74%)
(0.18/0.00/0.71/0.74)	

CMYK percentages

%18.18
%0
%71.21
%74.12

Codes

Color #364213 in popluar color models

364213
RGB546619
HSL75°55.29%16.67%
HSB/HSV75°71.21%25.88%
CMYK18.18%0.00%71.21%
74.12%

Color #364213 in popluar number systems.

HEX364213
Decimal546619
Binary110110100001010011
Octal6610223

Shades and tints

Shades of #364213

#364213
(54,66,19)
#323C12
(50,60,18)
#2E3611
(46,54,17)
#2A3010
(42,48,16)
#262A0F
(38,42,15)
#22240E
(34,36,14)
#1E1E0D
(30,30,13)
#1A180C
(26,24,12)
#16120B
(22,18,11)
#120C0A
(18,12,10)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #364213

#364213
(54,66,19)
#485328
(72,83,40)
#5A643D
(90,100,61)
#6C7552
(108,117,82)
#7E8667
(126,134,103)
#90977C
(144,151,124)
#A2A891
(162,168,145)
#B4B9A6
(180,185,166)
#C6CABB
(198,202,187)
#D8DBD0
(216,219,208)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364213; }

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

This text font color is #364213.


Background Color

.myBgColor { background-color: #364213; }

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

This div background color is #364213.


Border color

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

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

This div border color is #364213.


Opacity

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

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

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

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

This text has shadow with #364213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364213 on black background.


Color preview on white background

This text has color #364213 on white background.



Black color preview on #364213 background

This text has black color on #364213 background.


White color preview on #364213 background

This text has white color on #364213 background.