COLOR #376946

HEX: #376946
RGB: (55,105,70)

Color info

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

RGB color model

#376946 color RGB value is (55,105,70).

  • red value is 55;
  • green value is 105;
  • blue value is 70.
RGB:
(55,105,70)
(22%,41%,27%)

RGB channels and saturation

R 55 of 255 = 22%
G 105 of 255 = 41%
B 70 of 255 = 27%

55
105
70

R + G + B ~ 30%. #376946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 105 + 70 = 230 (100%)
R 55 of 230 ~ 23.91%
G 105 of 230 ~ 45.65%
B 70 of 230 ~ 30.43%

%23.91
%45.65
%30.43

CMYK color model

#376946 color CMYK value is (48,0,33,59).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 58.82%
CMYK:
(48,0,33,59)
C48M0Y33K59 
(48%,0%,33%,59%)
(0.48/0.00/0.33/0.59)	

CMYK percentages

%47.62
%0
%33.33
%58.82

Codes

Color #376946 in popluar color models

376946
RGB5510570
HSL138°31.25%31.37%
HSB/HSV138°47.62%41.18%
CMYK47.62%0.00%33.33%
58.82%

Color #376946 in popluar number systems.

HEX376946
Decimal5510570
Binary11011111010011000110
Octal67151106

Shades and tints

Shades of #376946

#376946
(55,105,70)
#326040
(50,96,64)
#2D573A
(45,87,58)
#284E34
(40,78,52)
#23452E
(35,69,46)
#1E3C28
(30,60,40)
#193322
(25,51,34)
#142A1C
(20,42,28)
#0F2116
(15,33,22)
#0A1810
(10,24,16)
#050F0A
(5,15,10)
#000000
(0,0,0)

Tints of #376946

#376946
(55,105,70)
#497656
(73,118,86)
#5B8366
(91,131,102)
#6D9076
(109,144,118)
#7F9D86
(127,157,134)
#91AA96
(145,170,150)
#A3B7A6
(163,183,166)
#B5C4B6
(181,196,182)
#C7D1C6
(199,209,198)
#D9DED6
(217,222,214)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376946 color. Also use rgb(55,105,70) instead hex code.

Text Font Color

.myTextColor { color: #376946; }

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

This text font color is #376946.


Background Color

.myBgColor { background-color: #376946; }

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

This div background color is #376946.


Border color

.myBorderColor { border: 1px solid #376946; }

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

This div border color is #376946.


Opacity

.myOpacity80 { color: #376946; opacity: 0.8; }

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

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

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

This text has shadow with #376946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376946 on black background.


Color preview on white background

This text has color #376946 on white background.



Black color preview on #376946 background

This text has black color on #376946 background.


White color preview on #376946 background

This text has white color on #376946 background.