COLOR #376B07

HEX: #376B07
RGB: (55,107,7)

Color info

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

RGB color model

#376B07 color RGB value is (55,107,7).

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

RGB channels and saturation

R 55 of 255 = 22%
G 107 of 255 = 42%
B 7 of 255 = 3%

55
107
7

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

Portions of RGB colors in percentages

R + G + B =
55 + 107 + 7 = 169 (100%)
R 55 of 169 ~ 32.54%
G 107 of 169 ~ 63.31%
B 7 of 169 ~ 4.14%

%32.54
%63.31

CMYK color model

#376B07 color CMYK value is (49,0,93,58).

  • cyan value is 48.60%
  • magenta value is 0.00%
  • yellow value is 93.46%
  • key color value is 58.04%
CMYK:
(49,0,93,58)
C49M0Y93K58 
(49%,0%,93%,58%)
(0.49/0.00/0.93/0.58)	

CMYK percentages

%48.6
%0
%93.46
%58.04

Codes

Color #376B07 in popluar color models

376B07
RGB551077
HSL91°87.72%22.35%
HSB/HSV91°93.46%41.96%
CMYK48.60%0.00%93.46%
58.04%

Color #376B07 in popluar number systems.

HEX376B07
Decimal551077
Binary1101111101011111
Octal671537

Shades and tints

Shades of #376B07

#376B07
(55,107,7)
#326207
(50,98,7)
#2D5907
(45,89,7)
#285007
(40,80,7)
#234707
(35,71,7)
#1E3E07
(30,62,7)
#193507
(25,53,7)
#142C07
(20,44,7)
#0F2307
(15,35,7)
#0A1A07
(10,26,7)
#051107
(5,17,7)
#000000
(0,0,0)

Tints of #376B07

#376B07
(55,107,7)
#49781D
(73,120,29)
#5B8533
(91,133,51)
#6D9249
(109,146,73)
#7F9F5F
(127,159,95)
#91AC75
(145,172,117)
#A3B98B
(163,185,139)
#B5C6A1
(181,198,161)
#C7D3B7
(199,211,183)
#D9E0CD
(217,224,205)
#EBEDE3
(235,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376B07; }

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

This text font color is #376B07.


Background Color

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

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

This div background color is #376B07.


Border color

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

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

This div border color is #376B07.


Opacity

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

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

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

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

This text has shadow with #376B07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B07 on black background.


Color preview on white background

This text has color #376B07 on white background.



Black color preview on #376B07 background

This text has black color on #376B07 background.


White color preview on #376B07 background

This text has white color on #376B07 background.