COLOR #377304

HEX: #377304
RGB: (55,115,4)

Color info

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

RGB color model

#377304 color RGB value is (55,115,4).

  • red value is 55;
  • green value is 115;
  • blue value is 4.
RGB:
(55,115,4)
(22%,45%,2%)

RGB channels and saturation

R 55 of 255 = 22%
G 115 of 255 = 45%
B 4 of 255 = 2%

55
115
4

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

Portions of RGB colors in percentages

R + G + B =
55 + 115 + 4 = 174 (100%)
R 55 of 174 ~ 31.61%
G 115 of 174 ~ 66.09%
B 4 of 174 ~ 2.3%

%31.61
%66.09

CMYK color model

#377304 color CMYK value is (52,0,97,55).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 96.52%
  • key color value is 54.90%
CMYK:
(52,0,97,55)
C52M0Y97K55 
(52%,0%,97%,55%)
(0.52/0.00/0.97/0.55)	

CMYK percentages

%52.17
%0
%96.52
%54.9

Codes

Color #377304 in popluar color models

377304
RGB551154
HSL92°93.28%23.33%
HSB/HSV92°96.52%45.10%
CMYK52.17%0.00%96.52%
54.90%

Color #377304 in popluar number systems.

HEX377304
Decimal551154
Binary1101111110011100
Octal671634

Shades and tints

Shades of #377304

#377304
(55,115,4)
#326904
(50,105,4)
#2D5F04
(45,95,4)
#285504
(40,85,4)
#234B04
(35,75,4)
#1E4104
(30,65,4)
#193704
(25,55,4)
#142D04
(20,45,4)
#0F2304
(15,35,4)
#0A1904
(10,25,4)
#050F04
(5,15,4)
#000000
(0,0,0)

Tints of #377304

#377304
(55,115,4)
#497F1A
(73,127,26)
#5B8B30
(91,139,48)
#6D9746
(109,151,70)
#7FA35C
(127,163,92)
#91AF72
(145,175,114)
#A3BB88
(163,187,136)
#B5C79E
(181,199,158)
#C7D3B4
(199,211,180)
#D9DFCA
(217,223,202)
#EBEBE0
(235,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377304 color. Also use rgb(55,115,4) instead hex code.

Text Font Color

.myTextColor { color: #377304; }

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

This text font color is #377304.


Background Color

.myBgColor { background-color: #377304; }

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

This div background color is #377304.


Border color

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

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

This div border color is #377304.


Opacity

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

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

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

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

This text has shadow with #377304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377304 on black background.


Color preview on white background

This text has color #377304 on white background.



Black color preview on #377304 background

This text has black color on #377304 background.


White color preview on #377304 background

This text has white color on #377304 background.