COLOR #364A09

HEX: #364A09
RGB: (54,74,9)

Color info

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

RGB color model

#364A09 color RGB value is (54,74,9).

  • red value is 54;
  • green value is 74;
  • blue value is 9.
RGB:
(54,74,9)
(21%,29%,4%)

RGB channels and saturation

R 54 of 255 = 21%
G 74 of 255 = 29%
B 9 of 255 = 4%

54
74
9

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

Portions of RGB colors in percentages

R + G + B =
54 + 74 + 9 = 137 (100%)
R 54 of 137 ~ 39.42%
G 74 of 137 ~ 54.01%
B 9 of 137 ~ 6.57%

%39.42
%54.01

CMYK color model

#364A09 color CMYK value is (27,0,88,71).

  • cyan value is 27.03%
  • magenta value is 0.00%
  • yellow value is 87.84%
  • key color value is 70.98%
CMYK:
(27,0,88,71)
C27M0Y88K71 
(27%,0%,88%,71%)
(0.27/0.00/0.88/0.71)	

CMYK percentages

%27.03
%0
%87.84
%70.98

Codes

Color #364A09 in popluar color models

364A09
RGB54749
HSL78°78.31%16.27%
HSB/HSV78°87.84%29.02%
CMYK27.03%0.00%87.84%
70.98%

Color #364A09 in popluar number systems.

HEX364A09
Decimal54749
Binary11011010010101001
Octal6611211

Shades and tints

Shades of #364A09

#364A09
(54,74,9)
#324409
(50,68,9)
#2E3E09
(46,62,9)
#2A3809
(42,56,9)
#263209
(38,50,9)
#222C09
(34,44,9)
#1E2609
(30,38,9)
#1A2009
(26,32,9)
#161A09
(22,26,9)
#121409
(18,20,9)
#0E0E09
(14,14,9)
#000000
(0,0,0)

Tints of #364A09

#364A09
(54,74,9)
#485A1F
(72,90,31)
#5A6A35
(90,106,53)
#6C7A4B
(108,122,75)
#7E8A61
(126,138,97)
#909A77
(144,154,119)
#A2AA8D
(162,170,141)
#B4BAA3
(180,186,163)
#C6CAB9
(198,202,185)
#D8DACF
(216,218,207)
#EAEAE5
(234,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364A09 color. Also use rgb(54,74,9) instead hex code.

Text Font Color

.myTextColor { color: #364A09; }

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

This text font color is #364A09.


Background Color

.myBgColor { background-color: #364A09; }

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

This div background color is #364A09.


Border color

.myBorderColor { border: 1px solid #364A09; }

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

This div border color is #364A09.


Opacity

.myOpacity80 { color: #364A09; opacity: 0.8; }

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

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

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

This text has shadow with #364A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364A09 on black background.


Color preview on white background

This text has color #364A09 on white background.



Black color preview on #364A09 background

This text has black color on #364A09 background.


White color preview on #364A09 background

This text has white color on #364A09 background.