COLOR #376A2E

HEX: #376A2E RGB: (55,106,46)

Color info

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

RGB color model

#376A2E color RGB value is (55,106,46).

RGB: (55,106,46) (22%, 42%, 18%)

RGB channels and saturation

R 55 of 255 = 22%
G 106 of 255 = 42%
B 46 of 255 = 18%

55
106
46

R + G + B ~ 27%. #376A2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 106 + 46 = 207 (100%)
R 55 of 207 ~ 26.57%
G 106 of 207 ~ 51.21%
B 46 of 207 ~ 22.22'%

%26.57
%51.21
%22.22

CMYK color model

#376A2E color CMYK value is (48,0,57,58).

  • cyan value is 48.11%
  • magenta value is 0.00%
  • yellow value is 56.60%
  • key color value is 58.43%

CMYK: (48,0,57,58)
C48M0Y57K58 (48%, 0%, 57%, 58%)
(0.48 / 0.00 / 0.57 / 0.58)

CMYK percentages

%48.11
%0
%56.6
%58.43

Codes

Color #376A2E in popluar color models

37 6A 2E
RGB 55 106 46
HSL 111° 39.47% 29.80%
HSB/HSV 111° 56.60% 41.57%
CMYK 48.11% 0.00% 56.60%
58.43%

Color #376A2E in popluar number systems.

HEX 37 6A 2E
Decimal 55 106 46
Binary 110111 1101010 101110
Octal 67 152 56

Shades and tints

Shades of #376A2E

#376A2E
(55,106,46)
#32612A
(50,97,42)
#2D5826
(45,88,38)
#284F22
(40,79,34)
#23461E
(35,70,30)
#1E3D1A
(30,61,26)
#193416
(25,52,22)
#142B12
(20,43,18)
#0F220E
(15,34,14)
#0A190A
(10,25,10)
#051006
(5,16,6)
#000000
(0,0,0)

Tints of #376A2E

#376A2E
(55,106,46)
#497741
(73,119,65)
#5B8454
(91,132,84)
#6D9167
(109,145,103)
#7F9E7A
(127,158,122)
#91AB8D
(145,171,141)
#A3B8A0
(163,184,160)
#B5C5B3
(181,197,179)
#C7D2C6
(199,210,198)
#D9DFD9
(217,223,217)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376A2E color. Also use rgb(55,106,46) instead hex code.

Text Font Color

.myTextColor { color: #376A2E; }

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

This text font color is #376A2E.

Background Color

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

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

This div background color is #376A2E.

Border color

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

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

This div border color is #376A2E.

Opacity

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

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

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

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

This text has shadow with #376A2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #376A2E.

Preview

Color preview on black background

This text has color #376A2E on black background.


Color preview on white background

This text has color #376A2E on white background.


Black color preview on #376A2E background

This text has black color on #376A2E background.


White color preview on #376A2E background

This text has white color on #376A2E background.


Related colors

Complementary color

Complementary color for #hex is #C895D1.


I love getcolorcode.com

Triadic colors

1 #2E376A and #6A2E37 with #376A2E are triadic colors.

2 #2E6A37 and #6A372E with #376A2E are triadic colors.