COLOR #37805D

HEX: #37805D RGB: (55,128,93)

Color info

#37805D contains mainly green and blue colors. Web safe color of #37805D is #336666 (or #366).

RGB color model

#37805D color RGB value is (55,128,93).

RGB: (55,128,93) (22%, 50%, 36%)

RGB channels and saturation

R 55 of 255 = 22%
G 128 of 255 = 50%
B 93 of 255 = 36%

55
128
93

R + G + B ~ 36%. #37805D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 128 + 93 = 276 (100%)
R 55 of 276 ~ 19.93%
G 128 of 276 ~ 46.38%
B 93 of 276 ~ 33.7'%

%19.93
%46.38
%33.7

CMYK color model

#37805D color CMYK value is (57,0,27,50).

  • cyan value is 57.03%
  • magenta value is 0.00%
  • yellow value is 27.34%
  • key color value is 49.80%

CMYK: (57,0,27,50)
C57M0Y27K50 (57%, 0%, 27%, 50%)
(0.57 / 0.00 / 0.27 / 0.50)

CMYK percentages

%57.03
%0
%27.34
%49.8

Codes

Color #37805D in popluar color models

37 80 5D
RGB 55 128 93
HSL 151° 39.89% 35.88%
HSB/HSV 151° 57.03% 50.20%
CMYK 57.03% 0.00% 27.34%
49.80%

Color #37805D in popluar number systems.

HEX 37 80 5D
Decimal 55 128 93
Binary 110111 10000000 1011101
Octal 67 200 135

Shades and tints

Shades of #37805D

#37805D
(55,128,93)
#327555
(50,117,85)
#2D6A4D
(45,106,77)
#285F45
(40,95,69)
#23543D
(35,84,61)
#1E4935
(30,73,53)
#193E2D
(25,62,45)
#143325
(20,51,37)
#0F281D
(15,40,29)
#0A1D15
(10,29,21)
#05120D
(5,18,13)
#000000
(0,0,0)

Tints of #37805D

#37805D
(55,128,93)
#498B6B
(73,139,107)
#5B9679
(91,150,121)
#6DA187
(109,161,135)
#7FAC95
(127,172,149)
#91B7A3
(145,183,163)
#A3C2B1
(163,194,177)
#B5CDBF
(181,205,191)
#C7D8CD
(199,216,205)
#D9E3DB
(217,227,219)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37805D color. Also use rgb(55,128,93) instead hex code.

Text Font Color

.myTextColor { color: #37805D; }

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

This text font color is #37805D.

Background Color

.myBgColor { background-color: #37805D; }

<div style="background-color:#37805D">Inner text</div>

This div background color is #37805D.

Border color

.myBorderColor { border: 1px solid #37805D; }

<div style="border:3px solid #37805D">Div</div>

This div border color is #37805D.

Opacity

.myOpacity80 { color: #37805D; opacity: 0.8; }

<p style="color:#37805D;opacity:0.8;">80%</p>

Text with #37805D 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 #37805D;}

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

This text has shadow with #37805D color.


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

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

This text has shadow with #37805D primary color and red secondary color.


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

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

This text has shadow with #37805D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #37805D.

Preview

Color preview on black background

This text has color #37805D on black background.


Color preview on white background

This text has color #37805D on white background.


Black color preview on #37805D background

This text has black color on #37805D background.


White color preview on #37805D background

This text has white color on #37805D background.


Related colors

Complementary color

Complementary color for #hex is #C87FA2.


I love getcolorcode.com

Triadic colors

1 #5D3780 and #805D37 with #37805D are triadic colors.

2 #5D8037 and #80375D with #37805D are triadic colors.