COLOR #376A3A

HEX: #376A3A
RGB: (55,106,58)

Color info

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

RGB color model

#376A3A color RGB value is (55,106,58).

  • red value is 55;
  • green value is 106;
  • blue value is 58.
RGB:
(55,106,58)
(22%,42%,23%)

RGB channels and saturation

R 55 of 255 = 22%
G 106 of 255 = 42%
B 58 of 255 = 23%

55
106
58

R + G + B ~ 29%. #376A3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 106 + 58 = 219 (100%)
R 55 of 219 ~ 25.11%
G 106 of 219 ~ 48.4%
B 58 of 219 ~ 26.48%

%25.11
%48.4
%26.48

CMYK color model

#376A3A color CMYK value is (48,0,45,58).

  • cyan value is 48.11%
  • magenta value is 0.00%
  • yellow value is 45.28%
  • key color value is 58.43%
CMYK:
(48,0,45,58)
C48M0Y45K58 
(48%,0%,45%,58%)
(0.48/0.00/0.45/0.58)	

CMYK percentages

%48.11
%0
%45.28
%58.43

Codes

Color #376A3A in popluar color models

376A3A
RGB5510658
HSL124°31.68%31.57%
HSB/HSV124°48.11%41.57%
CMYK48.11%0.00%45.28%
58.43%

Color #376A3A in popluar number systems.

HEX376A3A
Decimal5510658
Binary1101111101010111010
Octal6715272

Shades and tints

Shades of #376A3A

#376A3A
(55,106,58)
#326135
(50,97,53)
#2D5830
(45,88,48)
#284F2B
(40,79,43)
#234626
(35,70,38)
#1E3D21
(30,61,33)
#19341C
(25,52,28)
#142B17
(20,43,23)
#0F2212
(15,34,18)
#0A190D
(10,25,13)
#051008
(5,16,8)
#000000
(0,0,0)

Tints of #376A3A

#376A3A
(55,106,58)
#49774B
(73,119,75)
#5B845C
(91,132,92)
#6D916D
(109,145,109)
#7F9E7E
(127,158,126)
#91AB8F
(145,171,143)
#A3B8A0
(163,184,160)
#B5C5B1
(181,197,177)
#C7D2C2
(199,210,194)
#D9DFD3
(217,223,211)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376A3A; }

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

This text font color is #376A3A.


Background Color

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

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

This div background color is #376A3A.


Border color

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

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

This div border color is #376A3A.


Opacity

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

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

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

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

This text has shadow with #376A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376A3A on black background.


Color preview on white background

This text has color #376A3A on white background.



Black color preview on #376A3A background

This text has black color on #376A3A background.


White color preview on #376A3A background

This text has white color on #376A3A background.