COLOR #37886B

HEX: #37886B
RGB: (55,136,107)

Color info

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

RGB color model

#37886B color RGB value is (55,136,107).

  • red value is 55;
  • green value is 136;
  • blue value is 107.
RGB:
(55,136,107)
(22%,53%,42%)

RGB channels and saturation

R 55 of 255 = 22%
G 136 of 255 = 53%
B 107 of 255 = 42%

55
136
107

R + G + B ~ 39%. #37886B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 136 + 107 = 298 (100%)
R 55 of 298 ~ 18.46%
G 136 of 298 ~ 45.64%
B 107 of 298 ~ 35.91%

%18.46
%45.64
%35.91

CMYK color model

#37886B color CMYK value is (60,0,21,47).

  • cyan value is 59.56%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 46.67%
CMYK:
(60,0,21,47)
C60M0Y21K47 
(60%,0%,21%,47%)
(0.60/0.00/0.21/0.47)	

CMYK percentages

%59.56
%0
%21.32
%46.67

Codes

Color #37886B in popluar color models

37886B
RGB55136107
HSL159°42.41%37.45%
HSB/HSV159°59.56%53.33%
CMYK59.56%0.00%21.32%
46.67%

Color #37886B in popluar number systems.

HEX37886B
Decimal55136107
Binary110111100010001101011
Octal67210153

Shades and tints

Shades of #37886B

#37886B
(55,136,107)
#327C62
(50,124,98)
#2D7059
(45,112,89)
#286450
(40,100,80)
#235847
(35,88,71)
#1E4C3E
(30,76,62)
#194035
(25,64,53)
#14342C
(20,52,44)
#0F2823
(15,40,35)
#0A1C1A
(10,28,26)
#051011
(5,16,17)
#000000
(0,0,0)

Tints of #37886B

#37886B
(55,136,107)
#499278
(73,146,120)
#5B9C85
(91,156,133)
#6DA692
(109,166,146)
#7FB09F
(127,176,159)
#91BAAC
(145,186,172)
#A3C4B9
(163,196,185)
#B5CEC6
(181,206,198)
#C7D8D3
(199,216,211)
#D9E2E0
(217,226,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37886B; }

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

This text font color is #37886B.


Background Color

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

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

This div background color is #37886B.


Border color

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

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

This div border color is #37886B.


Opacity

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

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

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

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

This text has shadow with #37886B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37886B on black background.


Color preview on white background

This text has color #37886B on white background.



Black color preview on #37886B background

This text has black color on #37886B background.


White color preview on #37886B background

This text has white color on #37886B background.