COLOR #376F03

HEX: #376F03
RGB: (55,111,3)

Color info

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

RGB color model

#376F03 color RGB value is (55,111,3).

  • red value is 55;
  • green value is 111;
  • blue value is 3.
RGB:
(55,111,3)
(22%,44%,1%)

RGB channels and saturation

R 55 of 255 = 22%
G 111 of 255 = 44%
B 3 of 255 = 1%

55
111
3

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

Portions of RGB colors in percentages

R + G + B =
55 + 111 + 3 = 169 (100%)
R 55 of 169 ~ 32.54%
G 111 of 169 ~ 65.68%
B 3 of 169 ~ 1.78%

%32.54
%65.68

CMYK color model

#376F03 color CMYK value is (50,0,97,56).

  • cyan value is 50.45%
  • magenta value is 0.00%
  • yellow value is 97.30%
  • key color value is 56.47%
CMYK:
(50,0,97,56)
C50M0Y97K56 
(50%,0%,97%,56%)
(0.50/0.00/0.97/0.56)	

CMYK percentages

%50.45
%0
%97.3
%56.47

Codes

Color #376F03 in popluar color models

376F03
RGB551113
HSL91°94.74%22.35%
HSB/HSV91°97.30%43.53%
CMYK50.45%0.00%97.30%
56.47%

Color #376F03 in popluar number systems.

HEX376F03
Decimal551113
Binary110111110111111
Octal671573

Shades and tints

Shades of #376F03

#376F03
(55,111,3)
#326503
(50,101,3)
#2D5B03
(45,91,3)
#285103
(40,81,3)
#234703
(35,71,3)
#1E3D03
(30,61,3)
#193303
(25,51,3)
#142903
(20,41,3)
#0F1F03
(15,31,3)
#0A1503
(10,21,3)
#050B03
(5,11,3)
#000000
(0,0,0)

Tints of #376F03

#376F03
(55,111,3)
#497C19
(73,124,25)
#5B892F
(91,137,47)
#6D9645
(109,150,69)
#7FA35B
(127,163,91)
#91B071
(145,176,113)
#A3BD87
(163,189,135)
#B5CA9D
(181,202,157)
#C7D7B3
(199,215,179)
#D9E4C9
(217,228,201)
#EBF1DF
(235,241,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376F03 color. Also use rgb(55,111,3) instead hex code.

Text Font Color

.myTextColor { color: #376F03; }

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

This text font color is #376F03.


Background Color

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

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

This div background color is #376F03.


Border color

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

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

This div border color is #376F03.


Opacity

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

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

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

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

This text has shadow with #376F03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376F03 on black background.


Color preview on white background

This text has color #376F03 on white background.



Black color preview on #376F03 background

This text has black color on #376F03 background.


White color preview on #376F03 background

This text has white color on #376F03 background.