COLOR #376B32

HEX: #376B32
RGB: (55,107,50)

Color info

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

RGB color model

#376B32 color RGB value is (55,107,50).

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

RGB channels and saturation

R 55 of 255 = 22%
G 107 of 255 = 42%
B 50 of 255 = 20%

55
107
50

R + G + B ~ 28%. #376B32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 107 + 50 = 212 (100%)
R 55 of 212 ~ 25.94%
G 107 of 212 ~ 50.47%
B 50 of 212 ~ 23.58%

%25.94
%50.47
%23.58

CMYK color model

#376B32 color CMYK value is (49,0,53,58).

  • cyan value is 48.60%
  • magenta value is 0.00%
  • yellow value is 53.27%
  • key color value is 58.04%
CMYK:
(49,0,53,58)
C49M0Y53K58 
(49%,0%,53%,58%)
(0.49/0.00/0.53/0.58)	

CMYK percentages

%48.6
%0
%53.27
%58.04

Codes

Color #376B32 in popluar color models

376B32
RGB5510750
HSL115°36.31%30.78%
HSB/HSV115°53.27%41.96%
CMYK48.60%0.00%53.27%
58.04%

Color #376B32 in popluar number systems.

HEX376B32
Decimal5510750
Binary1101111101011110010
Octal6715362

Shades and tints

Shades of #376B32

#376B32
(55,107,50)
#32622E
(50,98,46)
#2D592A
(45,89,42)
#285026
(40,80,38)
#234722
(35,71,34)
#1E3E1E
(30,62,30)
#19351A
(25,53,26)
#142C16
(20,44,22)
#0F2312
(15,35,18)
#0A1A0E
(10,26,14)
#05110A
(5,17,10)
#000000
(0,0,0)

Tints of #376B32

#376B32
(55,107,50)
#497844
(73,120,68)
#5B8556
(91,133,86)
#6D9268
(109,146,104)
#7F9F7A
(127,159,122)
#91AC8C
(145,172,140)
#A3B99E
(163,185,158)
#B5C6B0
(181,198,176)
#C7D3C2
(199,211,194)
#D9E0D4
(217,224,212)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376B32; }

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

This text font color is #376B32.


Background Color

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

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

This div background color is #376B32.


Border color

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

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

This div border color is #376B32.


Opacity

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

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

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

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

This text has shadow with #376B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376B32 on black background.


Color preview on white background

This text has color #376B32 on white background.



Black color preview on #376B32 background

This text has black color on #376B32 background.


White color preview on #376B32 background

This text has white color on #376B32 background.