COLOR #376C4D

HEX: #376C4D
RGB: (55,108,77)

Color info

#376C4D contains red, green and blue colors in about the same proportion. Web safe color of #376C4D is #336633 (or #363).

RGB color model

#376C4D color RGB value is (55,108,77).

  • red value is 55;
  • green value is 108;
  • blue value is 77.
RGB:
(55,108,77)
(22%,42%,30%)

RGB channels and saturation

R 55 of 255 = 22%
G 108 of 255 = 42%
B 77 of 255 = 30%

55
108
77

R + G + B ~ 31%. #376C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 108 + 77 = 240 (100%)
R 55 of 240 ~ 22.92%
G 108 of 240 ~ 45%
B 77 of 240 ~ 32.08%

%22.92
%45
%32.08

CMYK color model

#376C4D color CMYK value is (49,0,29,58).

  • cyan value is 49.07%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 57.65%
CMYK:
(49,0,29,58)
C49M0Y29K58 
(49%,0%,29%,58%)
(0.49/0.00/0.29/0.58)	

CMYK percentages

%49.07
%0
%28.7
%57.65

Codes

Color #376C4D in popluar color models

376C4D
RGB5510877
HSL145°32.52%31.96%
HSB/HSV145°49.07%42.35%
CMYK49.07%0.00%28.70%
57.65%

Color #376C4D in popluar number systems.

HEX376C4D
Decimal5510877
Binary11011111011001001101
Octal67154115

Shades and tints

Shades of #376C4D

#376C4D
(55,108,77)
#326346
(50,99,70)
#2D5A3F
(45,90,63)
#285138
(40,81,56)
#234831
(35,72,49)
#1E3F2A
(30,63,42)
#193623
(25,54,35)
#142D1C
(20,45,28)
#0F2415
(15,36,21)
#0A1B0E
(10,27,14)
#051207
(5,18,7)
#000000
(0,0,0)

Tints of #376C4D

#376C4D
(55,108,77)
#49795D
(73,121,93)
#5B866D
(91,134,109)
#6D937D
(109,147,125)
#7FA08D
(127,160,141)
#91AD9D
(145,173,157)
#A3BAAD
(163,186,173)
#B5C7BD
(181,199,189)
#C7D4CD
(199,212,205)
#D9E1DD
(217,225,221)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376C4D color. Also use rgb(55,108,77) instead hex code.

Text Font Color

.myTextColor { color: #376C4D; }

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

This text font color is #376C4D.


Background Color

.myBgColor { background-color: #376C4D; }

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

This div background color is #376C4D.


Border color

.myBorderColor { border: 1px solid #376C4D; }

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

This div border color is #376C4D.


Opacity

.myOpacity80 { color: #376C4D; opacity: 0.8; }

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

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

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

This text has shadow with #376C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376C4D on black background.


Color preview on white background

This text has color #376C4D on white background.



Black color preview on #376C4D background

This text has black color on #376C4D background.


White color preview on #376C4D background

This text has white color on #376C4D background.