COLOR #377301

HEX: #377301
RGB: (55,115,1)

Color info

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

RGB color model

#377301 color RGB value is (55,115,1).

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

RGB channels and saturation

R 55 of 255 = 22%
G 115 of 255 = 45%
B 1 of 255 = 0%

55
115
1

R + G + B ~ 22%. #377301 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 115 + 1 = 171 (100%)
R 55 of 171 ~ 32.16%
G 115 of 171 ~ 67.25%
B 1 of 171 ~ 0.58%

%32.16
%67.25

CMYK color model

#377301 color CMYK value is (52,0,99,55).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 99.13%
  • key color value is 54.90%
CMYK:
(52,0,99,55)
C52M0Y99K55 
(52%,0%,99%,55%)
(0.52/0.00/0.99/0.55)	

CMYK percentages

%52.17
%0
%99.13
%54.9

Codes

Color #377301 in popluar color models

377301
RGB551151
HSL92°98.28%22.75%
HSB/HSV92°99.13%45.10%
CMYK52.17%0.00%99.13%
54.90%

Color #377301 in popluar number systems.

HEX377301
Decimal551151
Binary11011111100111
Octal671631

Shades and tints

Shades of #377301

#377301
(55,115,1)
#326901
(50,105,1)
#2D5F01
(45,95,1)
#285501
(40,85,1)
#234B01
(35,75,1)
#1E4101
(30,65,1)
#193701
(25,55,1)
#142D01
(20,45,1)
#0F2301
(15,35,1)
#0A1901
(10,25,1)
#050F01
(5,15,1)
#000000
(0,0,0)

Tints of #377301

#377301
(55,115,1)
#497F18
(73,127,24)
#5B8B2F
(91,139,47)
#6D9746
(109,151,70)
#7FA35D
(127,163,93)
#91AF74
(145,175,116)
#A3BB8B
(163,187,139)
#B5C7A2
(181,199,162)
#C7D3B9
(199,211,185)
#D9DFD0
(217,223,208)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377301; }

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

This text font color is #377301.


Background Color

.myBgColor { background-color: #377301; }

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

This div background color is #377301.


Border color

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

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

This div border color is #377301.


Opacity

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

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

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

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

This text has shadow with #377301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377301 on black background.


Color preview on white background

This text has color #377301 on white background.



Black color preview on #377301 background

This text has black color on #377301 background.


White color preview on #377301 background

This text has white color on #377301 background.