COLOR #377A1F

HEX: #377A1F
RGB: (55,122,31)

Color info

#377A1F contains mainly green color. Web safe color of #377A1F is #336633 (or #363).

RGB color model

#377A1F color RGB value is (55,122,31).

  • red value is 55;
  • green value is 122;
  • blue value is 31.
RGB:
(55,122,31)
(22%,48%,12%)

RGB channels and saturation

R 55 of 255 = 22%
G 122 of 255 = 48%
B 31 of 255 = 12%

55
122
31

R + G + B ~ 27%. #377A1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 122 + 31 = 208 (100%)
R 55 of 208 ~ 26.44%
G 122 of 208 ~ 58.65%
B 31 of 208 ~ 14.9%

%26.44
%58.65
%14.9

CMYK color model

#377A1F color CMYK value is (55,0,75,52).

  • cyan value is 54.92%
  • magenta value is 0.00%
  • yellow value is 74.59%
  • key color value is 52.16%
CMYK:
(55,0,75,52)
C55M0Y75K52 
(55%,0%,75%,52%)
(0.55/0.00/0.75/0.52)	

CMYK percentages

%54.92
%0
%74.59
%52.16

Codes

Color #377A1F in popluar color models

377A1F
RGB5512231
HSL104°59.48%30.00%
HSB/HSV104°74.59%47.84%
CMYK54.92%0.00%74.59%
52.16%

Color #377A1F in popluar number systems.

HEX377A1F
Decimal5512231
Binary110111111101011111
Octal6717237

Shades and tints

Shades of #377A1F

#377A1F
(55,122,31)
#326F1D
(50,111,29)
#2D641B
(45,100,27)
#285919
(40,89,25)
#234E17
(35,78,23)
#1E4315
(30,67,21)
#193813
(25,56,19)
#142D11
(20,45,17)
#0F220F
(15,34,15)
#0A170D
(10,23,13)
#050C0B
(5,12,11)
#000000
(0,0,0)

Tints of #377A1F

#377A1F
(55,122,31)
#498633
(73,134,51)
#5B9247
(91,146,71)
#6D9E5B
(109,158,91)
#7FAA6F
(127,170,111)
#91B683
(145,182,131)
#A3C297
(163,194,151)
#B5CEAB
(181,206,171)
#C7DABF
(199,218,191)
#D9E6D3
(217,230,211)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377A1F color. Also use rgb(55,122,31) instead hex code.

Text Font Color

.myTextColor { color: #377A1F; }

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

This text font color is #377A1F.


Background Color

.myBgColor { background-color: #377A1F; }

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

This div background color is #377A1F.


Border color

.myBorderColor { border: 1px solid #377A1F; }

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

This div border color is #377A1F.


Opacity

.myOpacity80 { color: #377A1F; opacity: 0.8; }

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

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

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

This text has shadow with #377A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377A1F on black background.


Color preview on white background

This text has color #377A1F on white background.



Black color preview on #377A1F background

This text has black color on #377A1F background.


White color preview on #377A1F background

This text has white color on #377A1F background.