COLOR #376F4A

HEX: #376F4A
RGB: (55,111,74)

Color info

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

RGB color model

#376F4A color RGB value is (55,111,74).

  • red value is 55;
  • green value is 111;
  • blue value is 74.
RGB:
(55,111,74)
(22%,44%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 111 of 255 = 44%
B 74 of 255 = 29%

55
111
74

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

Portions of RGB colors in percentages

R + G + B =
55 + 111 + 74 = 240 (100%)
R 55 of 240 ~ 22.92%
G 111 of 240 ~ 46.25%
B 74 of 240 ~ 30.83%

%22.92
%46.25
%30.83

CMYK color model

#376F4A color CMYK value is (50,0,33,56).

  • cyan value is 50.45%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 56.47%
CMYK:
(50,0,33,56)
C50M0Y33K56 
(50%,0%,33%,56%)
(0.50/0.00/0.33/0.56)	

CMYK percentages

%50.45
%0
%33.33
%56.47

Codes

Color #376F4A in popluar color models

376F4A
RGB5511174
HSL140°33.73%32.55%
HSB/HSV140°50.45%43.53%
CMYK50.45%0.00%33.33%
56.47%

Color #376F4A in popluar number systems.

HEX376F4A
Decimal5511174
Binary11011111011111001010
Octal67157112

Shades and tints

Shades of #376F4A

#376F4A
(55,111,74)
#326544
(50,101,68)
#2D5B3E
(45,91,62)
#285138
(40,81,56)
#234732
(35,71,50)
#1E3D2C
(30,61,44)
#193326
(25,51,38)
#142920
(20,41,32)
#0F1F1A
(15,31,26)
#0A1514
(10,21,20)
#050B0E
(5,11,14)
#000000
(0,0,0)

Tints of #376F4A

#376F4A
(55,111,74)
#497C5A
(73,124,90)
#5B896A
(91,137,106)
#6D967A
(109,150,122)
#7FA38A
(127,163,138)
#91B09A
(145,176,154)
#A3BDAA
(163,189,170)
#B5CABA
(181,202,186)
#C7D7CA
(199,215,202)
#D9E4DA
(217,228,218)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376F4A color. Also use rgb(55,111,74) instead hex code.

Text Font Color

.myTextColor { color: #376F4A; }

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

This text font color is #376F4A.


Background Color

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

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

This div background color is #376F4A.


Border color

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

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

This div border color is #376F4A.


Opacity

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

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

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

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

This text has shadow with #376F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376F4A on black background.


Color preview on white background

This text has color #376F4A on white background.



Black color preview on #376F4A background

This text has black color on #376F4A background.


White color preview on #376F4A background

This text has white color on #376F4A background.