COLOR #376C02

HEX: #376C02 RGB: (55,108,2)

Color info

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

RGB color model

#376C02 color RGB value is (55,108,2).

RGB: (55,108,2) (22%, 42%, 1%)

RGB channels and saturation

R 55 of 255 = 22%
G 108 of 255 = 42%
B 2 of 255 = 1%

55
108
2

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

Portions of RGB colors in percentages

R + G + B = 55 + 108 + 2 = 165 (100%)
R 55 of 165 ~ 33.33%
G 108 of 165 ~ 65.45%
B 2 of 165 ~ 1.21'%

%33.33
%65.45

CMYK color model

#376C02 color CMYK value is (49,0,98,58).

  • cyan value is 49.07%
  • magenta value is 0.00%
  • yellow value is 98.15%
  • key color value is 57.65%

CMYK: (49,0,98,58)
C49M0Y98K58 (49%, 0%, 98%, 58%)
(0.49 / 0.00 / 0.98 / 0.58)

CMYK percentages

%49.07
%0
%98.15
%57.65

Codes

Color #376C02 in popluar color models

37 6C 02
RGB 55 108 2
HSL 90° 96.36% 21.57%
HSB/HSV 90° 98.15% 42.35%
CMYK 49.07% 0.00% 98.15%
57.65%

Color #376C02 in popluar number systems.

HEX 37 6C 02
Decimal 55 108 2
Binary 110111 1101100 10
Octal 67 154 2

Shades and tints

Shades of #376C02

#376C02
(55,108,2)
#326302
(50,99,2)
#2D5A02
(45,90,2)
#285102
(40,81,2)
#234802
(35,72,2)
#1E3F02
(30,63,2)
#193602
(25,54,2)
#142D02
(20,45,2)
#0F2402
(15,36,2)
#0A1B02
(10,27,2)
#051202
(5,18,2)
#000000
(0,0,0)

Tints of #376C02

#376C02
(55,108,2)
#497919
(73,121,25)
#5B8630
(91,134,48)
#6D9347
(109,147,71)
#7FA05E
(127,160,94)
#91AD75
(145,173,117)
#A3BA8C
(163,186,140)
#B5C7A3
(181,199,163)
#C7D4BA
(199,212,186)
#D9E1D1
(217,225,209)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376C02 color. Also use rgb(55,108,2) instead hex code.

Text Font Color

.myTextColor { color: #376C02; }

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

This text font color is #376C02.

Background Color

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

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

This div background color is #376C02.

Border color

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

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

This div border color is #376C02.

Opacity

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

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

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

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

This text has shadow with #376C02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #376C02.

Preview

Color preview on black background

This text has color #376C02 on black background.


Color preview on white background

This text has color #376C02 on white background.


Black color preview on #376C02 background

This text has black color on #376C02 background.


White color preview on #376C02 background

This text has white color on #376C02 background.


Related colors

Complementary color

Complementary color for #hex is #C893FD.


I love getcolorcode.com

Triadic colors

1 #02376C and #6C0237 with #376C02 are triadic colors.

2 #026C37 and #6C3702 with #376C02 are triadic colors.