COLOR #376E24

HEX: #376E24
RGB: (55,110,36)

Color info

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

RGB color model

#376E24 color RGB value is (55,110,36).

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

RGB channels and saturation

R 55 of 255 = 22%
G 110 of 255 = 43%
B 36 of 255 = 14%

55
110
36

R + G + B ~ 26%. #376E24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 110 + 36 = 201 (100%)
R 55 of 201 ~ 27.36%
G 110 of 201 ~ 54.73%
B 36 of 201 ~ 17.91%

%27.36
%54.73
%17.91

CMYK color model

#376E24 color CMYK value is (50,0,67,57).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 67.27%
  • key color value is 56.86%
CMYK:
(50,0,67,57)
C50M0Y67K57 
(50%,0%,67%,57%)
(0.50/0.00/0.67/0.57)	

CMYK percentages

%50
%0
%67.27
%56.86

Codes

Color #376E24 in popluar color models

376E24
RGB5511036
HSL105°50.68%28.63%
HSB/HSV105°67.27%43.14%
CMYK50.00%0.00%67.27%
56.86%

Color #376E24 in popluar number systems.

HEX376E24
Decimal5511036
Binary1101111101110100100
Octal6715644

Shades and tints

Shades of #376E24

#376E24
(55,110,36)
#326421
(50,100,33)
#2D5A1E
(45,90,30)
#28501B
(40,80,27)
#234618
(35,70,24)
#1E3C15
(30,60,21)
#193212
(25,50,18)
#14280F
(20,40,15)
#0F1E0C
(15,30,12)
#0A1409
(10,20,9)
#050A06
(5,10,6)
#000000
(0,0,0)

Tints of #376E24

#376E24
(55,110,36)
#497B37
(73,123,55)
#5B884A
(91,136,74)
#6D955D
(109,149,93)
#7FA270
(127,162,112)
#91AF83
(145,175,131)
#A3BC96
(163,188,150)
#B5C9A9
(181,201,169)
#C7D6BC
(199,214,188)
#D9E3CF
(217,227,207)
#EBF0E2
(235,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376E24; }

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

This text font color is #376E24.


Background Color

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

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

This div background color is #376E24.


Border color

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

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

This div border color is #376E24.


Opacity

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

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

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

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

This text has shadow with #376E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376E24 on black background.


Color preview on white background

This text has color #376E24 on white background.



Black color preview on #376E24 background

This text has black color on #376E24 background.


White color preview on #376E24 background

This text has white color on #376E24 background.