COLOR #376B1C

HEX: #376B1C
RGB: (55,107,28)

Color info

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

RGB color model

#376B1C color RGB value is (55,107,28).

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

RGB channels and saturation

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

55
107
28

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

Portions of RGB colors in percentages

R + G + B =
55 + 107 + 28 = 190 (100%)
R 55 of 190 ~ 28.95%
G 107 of 190 ~ 56.32%
B 28 of 190 ~ 14.74%

%28.95
%56.32
%14.74

CMYK color model

#376B1C color CMYK value is (49,0,74,58).

  • cyan value is 48.60%
  • magenta value is 0.00%
  • yellow value is 73.83%
  • key color value is 58.04%
CMYK:
(49,0,74,58)
C49M0Y74K58 
(49%,0%,74%,58%)
(0.49/0.00/0.74/0.58)	

CMYK percentages

%48.6
%0
%73.83
%58.04

Codes

Color #376B1C in popluar color models

376B1C
RGB5510728
HSL99°58.52%26.47%
HSB/HSV99°73.83%41.96%
CMYK48.60%0.00%73.83%
58.04%

Color #376B1C in popluar number systems.

HEX376B1C
Decimal5510728
Binary110111110101111100
Octal6715334

Shades and tints

Shades of #376B1C

#376B1C
(55,107,28)
#32621A
(50,98,26)
#2D5918
(45,89,24)
#285016
(40,80,22)
#234714
(35,71,20)
#1E3E12
(30,62,18)
#193510
(25,53,16)
#142C0E
(20,44,14)
#0F230C
(15,35,12)
#0A1A0A
(10,26,10)
#051108
(5,17,8)
#000000
(0,0,0)

Tints of #376B1C

#376B1C
(55,107,28)
#497830
(73,120,48)
#5B8544
(91,133,68)
#6D9258
(109,146,88)
#7F9F6C
(127,159,108)
#91AC80
(145,172,128)
#A3B994
(163,185,148)
#B5C6A8
(181,198,168)
#C7D3BC
(199,211,188)
#D9E0D0
(217,224,208)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376B1C; }

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

This text font color is #376B1C.


Background Color

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

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

This div background color is #376B1C.


Border color

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

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

This div border color is #376B1C.


Opacity

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

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

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

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

This text has shadow with #376B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B1C on black background.


Color preview on white background

This text has color #376B1C on white background.



Black color preview on #376B1C background

This text has black color on #376B1C background.


White color preview on #376B1C background

This text has white color on #376B1C background.