COLOR #376428

HEX: #376428
RGB: (55,100,40)

Color info

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

RGB color model

#376428 color RGB value is (55,100,40).

  • red value is 55;
  • green value is 100;
  • blue value is 40.
RGB:
(55,100,40)
(22%,39%,16%)

RGB channels and saturation

R 55 of 255 = 22%
G 100 of 255 = 39%
B 40 of 255 = 16%

55
100
40

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

Portions of RGB colors in percentages

R + G + B =
55 + 100 + 40 = 195 (100%)
R 55 of 195 ~ 28.21%
G 100 of 195 ~ 51.28%
B 40 of 195 ~ 20.51%

%28.21
%51.28
%20.51

CMYK color model

#376428 color CMYK value is (45,0,60,61).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 60.78%
CMYK:
(45,0,60,61)
C45M0Y60K61 
(45%,0%,60%,61%)
(0.45/0.00/0.60/0.61)	

CMYK percentages

%45
%0
%60
%60.78

Codes

Color #376428 in popluar color models

376428
RGB5510040
HSL105°42.86%27.45%
HSB/HSV105°60.00%39.22%
CMYK45.00%0.00%60.00%
60.78%

Color #376428 in popluar number systems.

HEX376428
Decimal5510040
Binary1101111100100101000
Octal6714450

Shades and tints

Shades of #376428

#376428
(55,100,40)
#325B25
(50,91,37)
#2D5222
(45,82,34)
#28491F
(40,73,31)
#23401C
(35,64,28)
#1E3719
(30,55,25)
#192E16
(25,46,22)
#142513
(20,37,19)
#0F1C10
(15,28,16)
#0A130D
(10,19,13)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #376428

#376428
(55,100,40)
#49723B
(73,114,59)
#5B804E
(91,128,78)
#6D8E61
(109,142,97)
#7F9C74
(127,156,116)
#91AA87
(145,170,135)
#A3B89A
(163,184,154)
#B5C6AD
(181,198,173)
#C7D4C0
(199,212,192)
#D9E2D3
(217,226,211)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376428 color. Also use rgb(55,100,40) instead hex code.

Text Font Color

.myTextColor { color: #376428; }

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

This text font color is #376428.


Background Color

.myBgColor { background-color: #376428; }

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

This div background color is #376428.


Border color

.myBorderColor { border: 1px solid #376428; }

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

This div border color is #376428.


Opacity

.myOpacity80 { color: #376428; opacity: 0.8; }

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

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

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

This text has shadow with #376428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376428 on black background.


Color preview on white background

This text has color #376428 on white background.



Black color preview on #376428 background

This text has black color on #376428 background.


White color preview on #376428 background

This text has white color on #376428 background.