COLOR #376F3F

HEX: #376F3F RGB: (55,111,63)

Color info

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

RGB color model

#376F3F color RGB value is (55,111,63).

RGB: (55,111,63) (22%, 44%, 25%)

RGB channels and saturation

R 55 of 255 = 22%
G 111 of 255 = 44%
B 63 of 255 = 25%

55
111
63

R + G + B ~ 30%. #376F3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 111 + 63 = 229 (100%)
R 55 of 229 ~ 24.02%
G 111 of 229 ~ 48.47%
B 63 of 229 ~ 27.51'%

%24.02
%48.47
%27.51

CMYK color model

#376F3F color CMYK value is (50,0,43,56).

  • cyan value is 50.45%
  • magenta value is 0.00%
  • yellow value is 43.24%
  • key color value is 56.47%

CMYK: (50,0,43,56)
C50M0Y43K56 (50%, 0%, 43%, 56%)
(0.50 / 0.00 / 0.43 / 0.56)

CMYK percentages

%50.45
%0
%43.24
%56.47

Codes

Color #376F3F in popluar color models

37 6F 3F
RGB 55 111 63
HSL 129° 33.73% 32.55%
HSB/HSV 129° 50.45% 43.53%
CMYK 50.45% 0.00% 43.24%
56.47%

Color #376F3F in popluar number systems.

HEX 37 6F 3F
Decimal 55 111 63
Binary 110111 1101111 111111
Octal 67 157 77

Shades and tints

Shades of #376F3F

#376F3F
(55,111,63)
#32653A
(50,101,58)
#2D5B35
(45,91,53)
#285130
(40,81,48)
#23472B
(35,71,43)
#1E3D26
(30,61,38)
#193321
(25,51,33)
#14291C
(20,41,28)
#0F1F17
(15,31,23)
#0A1512
(10,21,18)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #376F3F

#376F3F
(55,111,63)
#497C50
(73,124,80)
#5B8961
(91,137,97)
#6D9672
(109,150,114)
#7FA383
(127,163,131)
#91B094
(145,176,148)
#A3BDA5
(163,189,165)
#B5CAB6
(181,202,182)
#C7D7C7
(199,215,199)
#D9E4D8
(217,228,216)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376F3F; }

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

This text font color is #376F3F.

Background Color

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

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

This div background color is #376F3F.

Border color

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

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

This div border color is #376F3F.

Opacity

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

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

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

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

This text has shadow with #376F3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #376F3F.

Preview

Color preview on black background

This text has color #376F3F on black background.


Color preview on white background

This text has color #376F3F on white background.


Black color preview on #376F3F background

This text has black color on #376F3F background.


White color preview on #376F3F background

This text has white color on #376F3F background.


Related colors

Complementary color

Complementary color for #hex is #C890C0.


I love getcolorcode.com

Triadic colors

1 #3F376F and #6F3F37 with #376F3F are triadic colors.

2 #3F6F37 and #6F373F with #376F3F are triadic colors.