COLOR #377A3F

HEX: #377A3F
RGB: (55,122,63)

Color info

#377A3F contains mainly green and blue colors. Web safe color of #377A3F is #336633 (or #363).

RGB color model

#377A3F color RGB value is (55,122,63).

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

RGB channels and saturation

R 55 of 255 = 22%
G 122 of 255 = 48%
B 63 of 255 = 25%

55
122
63

R + G + B ~ 32%. #377A3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 122 + 63 = 240 (100%)
R 55 of 240 ~ 22.92%
G 122 of 240 ~ 50.83%
B 63 of 240 ~ 26.25%

%22.92
%50.83
%26.25

CMYK color model

#377A3F color CMYK value is (55,0,48,52).

  • cyan value is 54.92%
  • magenta value is 0.00%
  • yellow value is 48.36%
  • key color value is 52.16%
CMYK:
(55,0,48,52)
C55M0Y48K52 
(55%,0%,48%,52%)
(0.55/0.00/0.48/0.52)	

CMYK percentages

%54.92
%0
%48.36
%52.16

Codes

Color #377A3F in popluar color models

377A3F
RGB5512263
HSL127°37.85%34.71%
HSB/HSV127°54.92%47.84%
CMYK54.92%0.00%48.36%
52.16%

Color #377A3F in popluar number systems.

HEX377A3F
Decimal5512263
Binary1101111111010111111
Octal6717277

Shades and tints

Shades of #377A3F

#377A3F
(55,122,63)
#326F3A
(50,111,58)
#2D6435
(45,100,53)
#285930
(40,89,48)
#234E2B
(35,78,43)
#1E4326
(30,67,38)
#193821
(25,56,33)
#142D1C
(20,45,28)
#0F2217
(15,34,23)
#0A1712
(10,23,18)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #377A3F

#377A3F
(55,122,63)
#498650
(73,134,80)
#5B9261
(91,146,97)
#6D9E72
(109,158,114)
#7FAA83
(127,170,131)
#91B694
(145,182,148)
#A3C2A5
(163,194,165)
#B5CEB6
(181,206,182)
#C7DAC7
(199,218,199)
#D9E6D8
(217,230,216)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377A3F; }

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

This text font color is #377A3F.


Background Color

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

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

This div background color is #377A3F.


Border color

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

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

This div border color is #377A3F.


Opacity

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

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

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

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

This text has shadow with #377A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377A3F on black background.


Color preview on white background

This text has color #377A3F on white background.



Black color preview on #377A3F background

This text has black color on #377A3F background.


White color preview on #377A3F background

This text has white color on #377A3F background.