COLOR #376E01

HEX: #376E01
RGB: (55,110,1)

Color info

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

RGB color model

#376E01 color RGB value is (55,110,1).

  • red value is 55;
  • green value is 110;
  • blue value is 1.
RGB:
(55,110,1)
(22%,43%,0%)

RGB channels and saturation

R 55 of 255 = 22%
G 110 of 255 = 43%
B 1 of 255 = 0%

55
110
1

R + G + B ~ 22%. #376E01 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 110 + 1 = 166 (100%)
R 55 of 166 ~ 33.13%
G 110 of 166 ~ 66.27%
B 1 of 166 ~ 0.6%

%33.13
%66.27

CMYK color model

#376E01 color CMYK value is (50,0,99,57).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 99.09%
  • key color value is 56.86%
CMYK:
(50,0,99,57)
C50M0Y99K57 
(50%,0%,99%,57%)
(0.50/0.00/0.99/0.57)	

CMYK percentages

%50
%0
%99.09
%56.86

Codes

Color #376E01 in popluar color models

376E01
RGB551101
HSL90°98.20%21.76%
HSB/HSV90°99.09%43.14%
CMYK50.00%0.00%99.09%
56.86%

Color #376E01 in popluar number systems.

HEX376E01
Decimal551101
Binary11011111011101
Octal671561

Shades and tints

Shades of #376E01

#376E01
(55,110,1)
#326401
(50,100,1)
#2D5A01
(45,90,1)
#285001
(40,80,1)
#234601
(35,70,1)
#1E3C01
(30,60,1)
#193201
(25,50,1)
#142801
(20,40,1)
#0F1E01
(15,30,1)
#0A1401
(10,20,1)
#050A01
(5,10,1)
#000000
(0,0,0)

Tints of #376E01

#376E01
(55,110,1)
#497B18
(73,123,24)
#5B882F
(91,136,47)
#6D9546
(109,149,70)
#7FA25D
(127,162,93)
#91AF74
(145,175,116)
#A3BC8B
(163,188,139)
#B5C9A2
(181,201,162)
#C7D6B9
(199,214,185)
#D9E3D0
(217,227,208)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376E01; }

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

This text font color is #376E01.


Background Color

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

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

This div background color is #376E01.


Border color

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

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

This div border color is #376E01.


Opacity

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

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

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

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

This text has shadow with #376E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376E01 on black background.


Color preview on white background

This text has color #376E01 on white background.



Black color preview on #376E01 background

This text has black color on #376E01 background.


White color preview on #376E01 background

This text has white color on #376E01 background.