COLOR #377A4A

HEX: #377A4A RGB: (55,122,74)

Color info

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

RGB color model

#377A4A color RGB value is (55,122,74).

RGB: (55,122,74) (22%, 48%, 29%)

RGB channels and saturation

R 55 of 255 = 22%
G 122 of 255 = 48%
B 74 of 255 = 29%

55
122
74

R + G + B ~ 33%. #377A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 122 + 74 = 251 (100%)
R 55 of 251 ~ 21.91%
G 122 of 251 ~ 48.61%
B 74 of 251 ~ 29.48'%

%21.91
%48.61
%29.48

CMYK color model

#377A4A color CMYK value is (55,0,39,52).

  • cyan value is 54.92%
  • magenta value is 0.00%
  • yellow value is 39.34%
  • key color value is 52.16%

CMYK: (55,0,39,52)
C55M0Y39K52 (55%, 0%, 39%, 52%)
(0.55 / 0.00 / 0.39 / 0.52)

CMYK percentages

%54.92
%0
%39.34
%52.16

Codes

Color #377A4A in popluar color models

37 7A 4A
RGB 55 122 74
HSL 137° 37.85% 34.71%
HSB/HSV 137° 54.92% 47.84%
CMYK 54.92% 0.00% 39.34%
52.16%

Color #377A4A in popluar number systems.

HEX 37 7A 4A
Decimal 55 122 74
Binary 110111 1111010 1001010
Octal 67 172 112

Shades and tints

Shades of #377A4A

#377A4A
(55,122,74)
#326F44
(50,111,68)
#2D643E
(45,100,62)
#285938
(40,89,56)
#234E32
(35,78,50)
#1E432C
(30,67,44)
#193826
(25,56,38)
#142D20
(20,45,32)
#0F221A
(15,34,26)
#0A1714
(10,23,20)
#050C0E
(5,12,14)
#000000
(0,0,0)

Tints of #377A4A

#377A4A
(55,122,74)
#49865A
(73,134,90)
#5B926A
(91,146,106)
#6D9E7A
(109,158,122)
#7FAA8A
(127,170,138)
#91B69A
(145,182,154)
#A3C2AA
(163,194,170)
#B5CEBA
(181,206,186)
#C7DACA
(199,218,202)
#D9E6DA
(217,230,218)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #377A4A; }

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

This text font color is #377A4A.

Background Color

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

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

This div background color is #377A4A.

Border color

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

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

This div border color is #377A4A.

Opacity

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

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

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

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

This text has shadow with #377A4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #377A4A.

Preview

Color preview on black background

This text has color #377A4A on black background.


Color preview on white background

This text has color #377A4A on white background.


Black color preview on #377A4A background

This text has black color on #377A4A background.


White color preview on #377A4A background

This text has white color on #377A4A background.


Related colors

Complementary color

Complementary color for #hex is #C885B5.


I love getcolorcode.com

Triadic colors

1 #4A377A and #7A4A37 with #377A4A are triadic colors.

2 #4A7A37 and #7A374A with #377A4A are triadic colors.