COLOR #364807

HEX: #364807
RGB: (54,72,7)

Color info

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

RGB color model

#364807 color RGB value is (54,72,7).

  • red value is 54;
  • green value is 72;
  • blue value is 7.
RGB:
(54,72,7)
(21%,28%,3%)

RGB channels and saturation

R 54 of 255 = 21%
G 72 of 255 = 28%
B 7 of 255 = 3%

54
72
7

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

Portions of RGB colors in percentages

R + G + B =
54 + 72 + 7 = 133 (100%)
R 54 of 133 ~ 40.6%
G 72 of 133 ~ 54.14%
B 7 of 133 ~ 5.26%

%40.6
%54.14

CMYK color model

#364807 color CMYK value is (25,0,90,72).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 90.28%
  • key color value is 71.76%
CMYK:
(25,0,90,72)
C25M0Y90K72 
(25%,0%,90%,72%)
(0.25/0.00/0.90/0.72)	

CMYK percentages

%25
%0
%90.28
%71.76

Codes

Color #364807 in popluar color models

364807
RGB54727
HSL77°82.28%15.49%
HSB/HSV77°90.28%28.24%
CMYK25.00%0.00%90.28%
71.76%

Color #364807 in popluar number systems.

HEX364807
Decimal54727
Binary1101101001000111
Octal661107

Shades and tints

Shades of #364807

#364807
(54,72,7)
#324207
(50,66,7)
#2E3C07
(46,60,7)
#2A3607
(42,54,7)
#263007
(38,48,7)
#222A07
(34,42,7)
#1E2407
(30,36,7)
#1A1E07
(26,30,7)
#161807
(22,24,7)
#121207
(18,18,7)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #364807

#364807
(54,72,7)
#48581D
(72,88,29)
#5A6833
(90,104,51)
#6C7849
(108,120,73)
#7E885F
(126,136,95)
#909875
(144,152,117)
#A2A88B
(162,168,139)
#B4B8A1
(180,184,161)
#C6C8B7
(198,200,183)
#D8D8CD
(216,216,205)
#EAE8E3
(234,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364807 color. Also use rgb(54,72,7) instead hex code.

Text Font Color

.myTextColor { color: #364807; }

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

This text font color is #364807.


Background Color

.myBgColor { background-color: #364807; }

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

This div background color is #364807.


Border color

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

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

This div border color is #364807.


Opacity

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

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

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

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

This text has shadow with #364807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364807 on black background.


Color preview on white background

This text has color #364807 on white background.



Black color preview on #364807 background

This text has black color on #364807 background.


White color preview on #364807 background

This text has white color on #364807 background.