COLOR #376E1A

HEX: #376E1A RGB: (55,110,26)

Color info

#376E1A contains mainly red and green colors. Web safe color of #376E1A is #336600 (or #360).

RGB color model

#376E1A color RGB value is (55,110,26).

RGB: (55,110,26) (22%, 43%, 10%)

RGB channels and saturation

R 55 of 255 = 22%
G 110 of 255 = 43%
B 26 of 255 = 10%

55
110
26

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

Portions of RGB colors in percentages

R + G + B = 55 + 110 + 26 = 191 (100%)
R 55 of 191 ~ 28.8%
G 110 of 191 ~ 57.59%
B 26 of 191 ~ 13.61'%

%28.8
%57.59
%13.61

CMYK color model

#376E1A color CMYK value is (50,0,76,57).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 76.36%
  • key color value is 56.86%

CMYK: (50,0,76,57)
C50M0Y76K57 (50%, 0%, 76%, 57%)
(0.50 / 0.00 / 0.76 / 0.57)

CMYK percentages

%50
%0
%76.36
%56.86

Codes

Color #376E1A in popluar color models

37 6E 1A
RGB 55 110 26
HSL 99° 61.76% 26.67%
HSB/HSV 99° 76.36% 43.14%
CMYK 50.00% 0.00% 76.36%
56.86%

Color #376E1A in popluar number systems.

HEX 37 6E 1A
Decimal 55 110 26
Binary 110111 1101110 11010
Octal 67 156 32

Shades and tints

Shades of #376E1A

#376E1A
(55,110,26)
#326418
(50,100,24)
#2D5A16
(45,90,22)
#285014
(40,80,20)
#234612
(35,70,18)
#1E3C10
(30,60,16)
#19320E
(25,50,14)
#14280C
(20,40,12)
#0F1E0A
(15,30,10)
#0A1408
(10,20,8)
#050A06
(5,10,6)
#000000
(0,0,0)

Tints of #376E1A

#376E1A
(55,110,26)
#497B2E
(73,123,46)
#5B8842
(91,136,66)
#6D9556
(109,149,86)
#7FA26A
(127,162,106)
#91AF7E
(145,175,126)
#A3BC92
(163,188,146)
#B5C9A6
(181,201,166)
#C7D6BA
(199,214,186)
#D9E3CE
(217,227,206)
#EBF0E2
(235,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376E1A; }

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

This text font color is #376E1A.

Background Color

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

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

This div background color is #376E1A.

Border color

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

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

This div border color is #376E1A.

Opacity

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

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

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

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

This text has shadow with #376E1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #376E1A.

Preview

Color preview on black background

This text has color #376E1A on black background.


Color preview on white background

This text has color #376E1A on white background.


Black color preview on #376E1A background

This text has black color on #376E1A background.


White color preview on #376E1A background

This text has white color on #376E1A background.


Related colors

Complementary color

Complementary color for #hex is #C891E5.


I love getcolorcode.com

Triadic colors

1 #1A376E and #6E1A37 with #376E1A are triadic colors.

2 #1A6E37 and #6E371A with #376E1A are triadic colors.