COLOR #376624

HEX: #376624
RGB: (55,102,36)

Color info

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

RGB color model

#376624 color RGB value is (55,102,36).

  • red value is 55;
  • green value is 102;
  • blue value is 36.
RGB:
(55,102,36)
(22%,40%,14%)

RGB channels and saturation

R 55 of 255 = 22%
G 102 of 255 = 40%
B 36 of 255 = 14%

55
102
36

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

Portions of RGB colors in percentages

R + G + B =
55 + 102 + 36 = 193 (100%)
R 55 of 193 ~ 28.5%
G 102 of 193 ~ 52.85%
B 36 of 193 ~ 18.65%

%28.5
%52.85
%18.65

CMYK color model

#376624 color CMYK value is (46,0,65,60).

  • cyan value is 46.08%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 60.00%
CMYK:
(46,0,65,60)
C46M0Y65K60 
(46%,0%,65%,60%)
(0.46/0.00/0.65/0.60)	

CMYK percentages

%46.08
%0
%64.71
%60

Codes

Color #376624 in popluar color models

376624
RGB5510236
HSL103°47.83%27.06%
HSB/HSV103°64.71%40.00%
CMYK46.08%0.00%64.71%
60.00%

Color #376624 in popluar number systems.

HEX376624
Decimal5510236
Binary1101111100110100100
Octal6714644

Shades and tints

Shades of #376624

#376624
(55,102,36)
#325D21
(50,93,33)
#2D541E
(45,84,30)
#284B1B
(40,75,27)
#234218
(35,66,24)
#1E3915
(30,57,21)
#193012
(25,48,18)
#14270F
(20,39,15)
#0F1E0C
(15,30,12)
#0A1509
(10,21,9)
#050C06
(5,12,6)
#000000
(0,0,0)

Tints of #376624

#376624
(55,102,36)
#497337
(73,115,55)
#5B804A
(91,128,74)
#6D8D5D
(109,141,93)
#7F9A70
(127,154,112)
#91A783
(145,167,131)
#A3B496
(163,180,150)
#B5C1A9
(181,193,169)
#C7CEBC
(199,206,188)
#D9DBCF
(217,219,207)
#EBE8E2
(235,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376624 color. Also use rgb(55,102,36) instead hex code.

Text Font Color

.myTextColor { color: #376624; }

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

This text font color is #376624.


Background Color

.myBgColor { background-color: #376624; }

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

This div background color is #376624.


Border color

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

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

This div border color is #376624.


Opacity

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

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

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

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

This text has shadow with #376624 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376624 on black background.


Color preview on white background

This text has color #376624 on white background.



Black color preview on #376624 background

This text has black color on #376624 background.


White color preview on #376624 background

This text has white color on #376624 background.