COLOR #376E4C

HEX: #376E4C
RGB: (55,110,76)

Color info

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

RGB color model

#376E4C color RGB value is (55,110,76).

  • red value is 55;
  • green value is 110;
  • blue value is 76.
RGB:
(55,110,76)
(22%,43%,30%)

RGB channels and saturation

R 55 of 255 = 22%
G 110 of 255 = 43%
B 76 of 255 = 30%

55
110
76

R + G + B ~ 32%. #376E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 110 + 76 = 241 (100%)
R 55 of 241 ~ 22.82%
G 110 of 241 ~ 45.64%
B 76 of 241 ~ 31.54%

%22.82
%45.64
%31.54

CMYK color model

#376E4C color CMYK value is (50,0,31,57).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 56.86%
CMYK:
(50,0,31,57)
C50M0Y31K57 
(50%,0%,31%,57%)
(0.50/0.00/0.31/0.57)	

CMYK percentages

%50
%0
%30.91
%56.86

Codes

Color #376E4C in popluar color models

376E4C
RGB5511076
HSL143°33.33%32.35%
HSB/HSV143°50.00%43.14%
CMYK50.00%0.00%30.91%
56.86%

Color #376E4C in popluar number systems.

HEX376E4C
Decimal5511076
Binary11011111011101001100
Octal67156114

Shades and tints

Shades of #376E4C

#376E4C
(55,110,76)
#326446
(50,100,70)
#2D5A40
(45,90,64)
#28503A
(40,80,58)
#234634
(35,70,52)
#1E3C2E
(30,60,46)
#193228
(25,50,40)
#142822
(20,40,34)
#0F1E1C
(15,30,28)
#0A1416
(10,20,22)
#050A10
(5,10,16)
#000000
(0,0,0)

Tints of #376E4C

#376E4C
(55,110,76)
#497B5C
(73,123,92)
#5B886C
(91,136,108)
#6D957C
(109,149,124)
#7FA28C
(127,162,140)
#91AF9C
(145,175,156)
#A3BCAC
(163,188,172)
#B5C9BC
(181,201,188)
#C7D6CC
(199,214,204)
#D9E3DC
(217,227,220)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376E4C color. Also use rgb(55,110,76) instead hex code.

Text Font Color

.myTextColor { color: #376E4C; }

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

This text font color is #376E4C.


Background Color

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

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

This div background color is #376E4C.


Border color

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

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

This div border color is #376E4C.


Opacity

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

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

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

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

This text has shadow with #376E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376E4C on black background.


Color preview on white background

This text has color #376E4C on white background.



Black color preview on #376E4C background

This text has black color on #376E4C background.


White color preview on #376E4C background

This text has white color on #376E4C background.