COLOR #364404

HEX: #364404
RGB: (54,68,4)

Color info

#364404 contains mainly red and green colors. Web safe color of #364404 is #333300 (or #330).

RGB color model

#364404 color RGB value is (54,68,4).

  • red value is 54;
  • green value is 68;
  • blue value is 4.
RGB:
(54,68,4)
(21%,27%,2%)

RGB channels and saturation

R 54 of 255 = 21%
G 68 of 255 = 27%
B 4 of 255 = 2%

54
68
4

R + G + B ~ 17%. #364404 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 68 + 4 = 126 (100%)
R 54 of 126 ~ 42.86%
G 68 of 126 ~ 53.97%
B 4 of 126 ~ 3.17%

%42.86
%53.97

CMYK color model

#364404 color CMYK value is (21,0,94,73).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 94.12%
  • key color value is 73.33%
CMYK:
(21,0,94,73)
C21M0Y94K73 
(21%,0%,94%,73%)
(0.21/0.00/0.94/0.73)	

CMYK percentages

%20.59
%0
%94.12
%73.33

Codes

Color #364404 in popluar color models

364404
RGB54684
HSL73°88.89%14.12%
HSB/HSV73°94.12%26.67%
CMYK20.59%0.00%94.12%
73.33%

Color #364404 in popluar number systems.

HEX364404
Decimal54684
Binary1101101000100100
Octal661044

Shades and tints

Shades of #364404

#364404
(54,68,4)
#323E04
(50,62,4)
#2E3804
(46,56,4)
#2A3204
(42,50,4)
#262C04
(38,44,4)
#222604
(34,38,4)
#1E2004
(30,32,4)
#1A1A04
(26,26,4)
#161404
(22,20,4)
#120E04
(18,14,4)
#0E0804
(14,8,4)
#000000
(0,0,0)

Tints of #364404

#364404
(54,68,4)
#48551A
(72,85,26)
#5A6630
(90,102,48)
#6C7746
(108,119,70)
#7E885C
(126,136,92)
#909972
(144,153,114)
#A2AA88
(162,170,136)
#B4BB9E
(180,187,158)
#C6CCB4
(198,204,180)
#D8DDCA
(216,221,202)
#EAEEE0
(234,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364404 color. Also use rgb(54,68,4) instead hex code.

Text Font Color

.myTextColor { color: #364404; }

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

This text font color is #364404.


Background Color

.myBgColor { background-color: #364404; }

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

This div background color is #364404.


Border color

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

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

This div border color is #364404.


Opacity

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

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

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

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

This text has shadow with #364404 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364404 on black background.


Color preview on white background

This text has color #364404 on white background.



Black color preview on #364404 background

This text has black color on #364404 background.


White color preview on #364404 background

This text has white color on #364404 background.