COLOR #376A30

HEX: #376A30
RGB: (55,106,48)

Color info

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

RGB color model

#376A30 color RGB value is (55,106,48).

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

RGB channels and saturation

R 55 of 255 = 22%
G 106 of 255 = 42%
B 48 of 255 = 19%

55
106
48

R + G + B ~ 28%. #376A30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 106 + 48 = 209 (100%)
R 55 of 209 ~ 26.32%
G 106 of 209 ~ 50.72%
B 48 of 209 ~ 22.97%

%26.32
%50.72
%22.97

CMYK color model

#376A30 color CMYK value is (48,0,55,58).

  • cyan value is 48.11%
  • magenta value is 0.00%
  • yellow value is 54.72%
  • key color value is 58.43%
CMYK:
(48,0,55,58)
C48M0Y55K58 
(48%,0%,55%,58%)
(0.48/0.00/0.55/0.58)	

CMYK percentages

%48.11
%0
%54.72
%58.43

Codes

Color #376A30 in popluar color models

376A30
RGB5510648
HSL113°37.66%30.20%
HSB/HSV113°54.72%41.57%
CMYK48.11%0.00%54.72%
58.43%

Color #376A30 in popluar number systems.

HEX376A30
Decimal5510648
Binary1101111101010110000
Octal6715260

Shades and tints

Shades of #376A30

#376A30
(55,106,48)
#32612C
(50,97,44)
#2D5828
(45,88,40)
#284F24
(40,79,36)
#234620
(35,70,32)
#1E3D1C
(30,61,28)
#193418
(25,52,24)
#142B14
(20,43,20)
#0F2210
(15,34,16)
#0A190C
(10,25,12)
#051008
(5,16,8)
#000000
(0,0,0)

Tints of #376A30

#376A30
(55,106,48)
#497742
(73,119,66)
#5B8454
(91,132,84)
#6D9166
(109,145,102)
#7F9E78
(127,158,120)
#91AB8A
(145,171,138)
#A3B89C
(163,184,156)
#B5C5AE
(181,197,174)
#C7D2C0
(199,210,192)
#D9DFD2
(217,223,210)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376A30; }

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

This text font color is #376A30.


Background Color

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

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

This div background color is #376A30.


Border color

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

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

This div border color is #376A30.


Opacity

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

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

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

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

This text has shadow with #376A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376A30 on black background.


Color preview on white background

This text has color #376A30 on white background.



Black color preview on #376A30 background

This text has black color on #376A30 background.


White color preview on #376A30 background

This text has white color on #376A30 background.