COLOR #376907

HEX: #376907
RGB: (55,105,7)

Color info

#376907 contains mainly red and green colors. Web safe color of #376907 is #336600 (or #360).

RGB color model

#376907 color RGB value is (55,105,7).

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

RGB channels and saturation

R 55 of 255 = 22%
G 105 of 255 = 41%
B 7 of 255 = 3%

55
105
7

R + G + B ~ 22%. #376907 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 105 + 7 = 167 (100%)
R 55 of 167 ~ 32.93%
G 105 of 167 ~ 62.87%
B 7 of 167 ~ 4.19%

%32.93
%62.87

CMYK color model

#376907 color CMYK value is (48,0,93,59).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 93.33%
  • key color value is 58.82%
CMYK:
(48,0,93,59)
C48M0Y93K59 
(48%,0%,93%,59%)
(0.48/0.00/0.93/0.59)	

CMYK percentages

%47.62
%0
%93.33
%58.82

Codes

Color #376907 in popluar color models

376907
RGB551057
HSL91°87.50%21.96%
HSB/HSV91°93.33%41.18%
CMYK47.62%0.00%93.33%
58.82%

Color #376907 in popluar number systems.

HEX376907
Decimal551057
Binary1101111101001111
Octal671517

Shades and tints

Shades of #376907

#376907
(55,105,7)
#326007
(50,96,7)
#2D5707
(45,87,7)
#284E07
(40,78,7)
#234507
(35,69,7)
#1E3C07
(30,60,7)
#193307
(25,51,7)
#142A07
(20,42,7)
#0F2107
(15,33,7)
#0A1807
(10,24,7)
#050F07
(5,15,7)
#000000
(0,0,0)

Tints of #376907

#376907
(55,105,7)
#49761D
(73,118,29)
#5B8333
(91,131,51)
#6D9049
(109,144,73)
#7F9D5F
(127,157,95)
#91AA75
(145,170,117)
#A3B78B
(163,183,139)
#B5C4A1
(181,196,161)
#C7D1B7
(199,209,183)
#D9DECD
(217,222,205)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376907; }

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

This text font color is #376907.


Background Color

.myBgColor { background-color: #376907; }

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

This div background color is #376907.


Border color

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

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

This div border color is #376907.


Opacity

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

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

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

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

This text has shadow with #376907 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376907 on black background.


Color preview on white background

This text has color #376907 on white background.



Black color preview on #376907 background

This text has black color on #376907 background.


White color preview on #376907 background

This text has white color on #376907 background.