COLOR #367604

HEX: #367604
RGB: (54,118,4)

Color info

#367604 contains mainly green color. Web safe color of #367604 is #336600 (or #360).

RGB color model

#367604 color RGB value is (54,118,4).

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

RGB channels and saturation

R 54 of 255 = 21%
G 118 of 255 = 46%
B 4 of 255 = 2%

54
118
4

R + G + B ~ 23%. #367604 is dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 118 + 4 = 176 (100%)
R 54 of 176 ~ 30.68%
G 118 of 176 ~ 67.05%
B 4 of 176 ~ 2.27%

%30.68
%67.05

CMYK color model

#367604 color CMYK value is (54,0,97,54).

  • cyan value is 54.24%
  • magenta value is 0.00%
  • yellow value is 96.61%
  • key color value is 53.73%
CMYK:
(54,0,97,54)
C54M0Y97K54 
(54%,0%,97%,54%)
(0.54/0.00/0.97/0.54)	

CMYK percentages

%54.24
%0
%96.61
%53.73

Codes

Color #367604 in popluar color models

367604
RGB541184
HSL94°93.44%23.92%
HSB/HSV94°96.61%46.27%
CMYK54.24%0.00%96.61%
53.73%

Color #367604 in popluar number systems.

HEX367604
Decimal541184
Binary1101101110110100
Octal661664

Shades and tints

Shades of #367604

#367604
(54,118,4)
#326C04
(50,108,4)
#2E6204
(46,98,4)
#2A5804
(42,88,4)
#264E04
(38,78,4)
#224404
(34,68,4)
#1E3A04
(30,58,4)
#1A3004
(26,48,4)
#162604
(22,38,4)
#121C04
(18,28,4)
#0E1204
(14,18,4)
#000000
(0,0,0)

Tints of #367604

#367604
(54,118,4)
#48821A
(72,130,26)
#5A8E30
(90,142,48)
#6C9A46
(108,154,70)
#7EA65C
(126,166,92)
#90B272
(144,178,114)
#A2BE88
(162,190,136)
#B4CA9E
(180,202,158)
#C6D6B4
(198,214,180)
#D8E2CA
(216,226,202)
#EAEEE0
(234,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #367604; }

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

This text font color is #367604.


Background Color

.myBgColor { background-color: #367604; }

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

This div background color is #367604.


Border color

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

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

This div border color is #367604.


Opacity

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

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

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

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

This text has shadow with #367604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #367604 on black background.


Color preview on white background

This text has color #367604 on white background.



Black color preview on #367604 background

This text has black color on #367604 background.


White color preview on #367604 background

This text has white color on #367604 background.