COLOR #37886F

HEX: #37886F RGB: (55,136,111)

Color info

#37886F contains mainly green and blue colors. Web safe color of #37886F is #339966 (or #396).

RGB color model

#37886F color RGB value is (55,136,111).

RGB: (55,136,111) (22%, 53%, 44%)

RGB channels and saturation

R 55 of 255 = 22%
G 136 of 255 = 53%
B 111 of 255 = 44%

55
136
111

R + G + B ~ 40%. #37886F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 55 + 136 + 111 = 302 (100%)
R 55 of 302 ~ 18.21%
G 136 of 302 ~ 45.03%
B 111 of 302 ~ 36.75'%

%18.21
%45.03
%36.75

CMYK color model

#37886F color CMYK value is (60,0,18,47).

  • cyan value is 59.56%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 46.67%
CMYK: (60,0,18,47) C60M0Y18K47 (60%,0%,18%,47%) (0.60/0.00/0.18/0.47) 

CMYK percentages

%59.56
%0
%18.38
%46.67

Codes

Color #37886F in popluar color models

37 88 6F
RGB 55 136 111
HSL 161° 42.41% 37.45%
HSB/HSV 161° 59.56% 53.33%
CMYK 59.56% 0.00% 18.38%
46.67%

Color #37886F in popluar number systems.

HEX 37 88 6F
Decimal 55 136 111
Binary 110111 10001000 1101111
Octal 67 210 157

Shades and tints

Shades of #37886F

#37886F
(55,136,111)
#327C65
(50,124,101)
#2D705B
(45,112,91)
#286451
(40,100,81)
#235847
(35,88,71)
#1E4C3D
(30,76,61)
#194033
(25,64,51)
#143429
(20,52,41)
#0F281F
(15,40,31)
#0A1C15
(10,28,21)
#05100B
(5,16,11)
#000000
(0,0,0)

Tints of #37886F

#37886F
(55,136,111)
#49927C
(73,146,124)
#5B9C89
(91,156,137)
#6DA696
(109,166,150)
#7FB0A3
(127,176,163)
#91BAB0
(145,186,176)
#A3C4BD
(163,196,189)
#B5CECA
(181,206,202)
#C7D8D7
(199,216,215)
#D9E2E4
(217,226,228)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37886F color. Also use rgb(55,136,111) instead hex code.

Text Font Color

.myTextColor { color: #37886F; }

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

This text font color is #37886F.

Background Color

.myBgColor { background-color: #37886F; }

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

This div background color is #37886F.

Border color

.myBorderColor { border: 1px solid #37886F; }

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

This div border color is #37886F.

Opacity

.myOpacity80 { color: #37886F; opacity: 0.8; }

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

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

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

This text has shadow with #37886F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37886F.

Preview

Color preview on black background

This text has color #37886F on black background.


Color preview on white background

This text has color #37886F on white background.


Black color preview on #37886F background

This text has black color on #37886F background.


White color preview on #37886F background

This text has white color on #37886F background.


Related colors

Complementary color

Complementary color for #hex is #C87790.


I love getcolorcode.com

Triadic colors

1 #6F3788 and #886F37 with #37886F are triadic colors.

2 #6F8837 and #88376F with #37886F are triadic colors.