COLOR #376B1D

HEX: #376B1D
RGB: (55,107,29)

Color info

#376B1D contains mainly red and green colors. Web safe color of #376B1D is #336633 (or #363).

RGB color model

#376B1D color RGB value is (55,107,29).

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

RGB channels and saturation

R 55 of 255 = 22%
G 107 of 255 = 42%
B 29 of 255 = 11%

55
107
29

R + G + B ~ 25%. #376B1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 107 + 29 = 191 (100%)
R 55 of 191 ~ 28.8%
G 107 of 191 ~ 56.02%
B 29 of 191 ~ 15.18%

%28.8
%56.02
%15.18

CMYK color model

#376B1D color CMYK value is (49,0,73,58).

  • cyan value is 48.60%
  • magenta value is 0.00%
  • yellow value is 72.90%
  • key color value is 58.04%
CMYK:
(49,0,73,58)
C49M0Y73K58 
(49%,0%,73%,58%)
(0.49/0.00/0.73/0.58)	

CMYK percentages

%48.6
%0
%72.9
%58.04

Codes

Color #376B1D in popluar color models

376B1D
RGB5510729
HSL100°57.35%26.67%
HSB/HSV100°72.90%41.96%
CMYK48.60%0.00%72.90%
58.04%

Color #376B1D in popluar number systems.

HEX376B1D
Decimal5510729
Binary110111110101111101
Octal6715335

Shades and tints

Shades of #376B1D

#376B1D
(55,107,29)
#32621B
(50,98,27)
#2D5919
(45,89,25)
#285017
(40,80,23)
#234715
(35,71,21)
#1E3E13
(30,62,19)
#193511
(25,53,17)
#142C0F
(20,44,15)
#0F230D
(15,35,13)
#0A1A0B
(10,26,11)
#051109
(5,17,9)
#000000
(0,0,0)

Tints of #376B1D

#376B1D
(55,107,29)
#497831
(73,120,49)
#5B8545
(91,133,69)
#6D9259
(109,146,89)
#7F9F6D
(127,159,109)
#91AC81
(145,172,129)
#A3B995
(163,185,149)
#B5C6A9
(181,198,169)
#C7D3BD
(199,211,189)
#D9E0D1
(217,224,209)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376B1D; }

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

This text font color is #376B1D.


Background Color

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

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

This div background color is #376B1D.


Border color

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

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

This div border color is #376B1D.


Opacity

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

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

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

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

This text has shadow with #376B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B1D on black background.


Color preview on white background

This text has color #376B1D on white background.



Black color preview on #376B1D background

This text has black color on #376B1D background.


White color preview on #376B1D background

This text has white color on #376B1D background.