COLOR #364402

HEX: #364402
RGB: (54,68,2)

Color info

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

RGB color model

#364402 color RGB value is (54,68,2).

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

RGB channels and saturation

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

54
68
2

R + G + B ~ 16%. #364402 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 68 + 2 = 124 (100%)
R 54 of 124 ~ 43.55%
G 68 of 124 ~ 54.84%
B 2 of 124 ~ 1.61%

%43.55
%54.84

CMYK color model

#364402 color CMYK value is (21,0,97,73).

  • cyan value is 20.59%
  • magenta value is 0.00%
  • yellow value is 97.06%
  • key color value is 73.33%
CMYK: (21,0,97,73) C21M0Y97K73 (21%,0%,97%,73%) (0.21/0.00/0.97/0.73)

CMYK percentages

%20.59
%0
%97.06
%73.33

Codes

Color #364402 in popluar color models

364402
RGB54682
HSL73°94.29%13.73%
HSB/HSV73°97.06%26.67%
CMYK20.59%0.00%97.06%
73.33%

Color #364402 in popluar number systems.

HEX364402
Decimal54682
Binary110110100010010
Octal661042

Shades and tints

Shades of #364402

#364402
(54,68,2)
#323E02
(50,62,2)
#2E3802
(46,56,2)
#2A3202
(42,50,2)
#262C02
(38,44,2)
#222602
(34,38,2)
#1E2002
(30,32,2)
#1A1A02
(26,26,2)
#161402
(22,20,2)
#120E02
(18,14,2)
#0E0802
(14,8,2)
#000000
(0,0,0)

Tints of #364402

#364402
(54,68,2)
#485519
(72,85,25)
#5A6630
(90,102,48)
#6C7747
(108,119,71)
#7E885E
(126,136,94)
#909975
(144,153,117)
#A2AA8C
(162,170,140)
#B4BBA3
(180,187,163)
#C6CCBA
(198,204,186)
#D8DDD1
(216,221,209)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #364402; }

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

This text font color is #364402.


Background Color

.myBgColor { background-color: #364402; }

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

This div background color is #364402.


Border color

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

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

This div border color is #364402.


Opacity

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

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

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

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

This text has shadow with #364402 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #364402 on black background.


Color preview on white background

This text has color #364402 on white background.



Black color preview on #364402 background

This text has black color on #364402 background.


White color preview on #364402 background

This text has white color on #364402 background.