COLOR #37503E

HEX: #37503E
RGB: (55,80,62)

Color info

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

RGB color model

#37503E color RGB value is (55,80,62).

  • red value is 55;
  • green value is 80;
  • blue value is 62.
RGB:
(55,80,62)
(22%,31%,24%)

RGB channels and saturation

R 55 of 255 = 22%
G 80 of 255 = 31%
B 62 of 255 = 24%

55
80
62

R + G + B ~ 26%. #37503E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 80 + 62 = 197 (100%)
R 55 of 197 ~ 27.92%
G 80 of 197 ~ 40.61%
B 62 of 197 ~ 31.47%

%27.92
%40.61
%31.47

CMYK color model

#37503E color CMYK value is (31,0,23,69).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 22.50%
  • key color value is 68.63%
CMYK:
(31,0,23,69)
C31M0Y23K69 
(31%,0%,23%,69%)
(0.31/0.00/0.23/0.69)	

CMYK percentages

%31.25
%0
%22.5
%68.63

Codes

Color #37503E in popluar color models

37503E
RGB558062
HSL137°18.52%26.47%
HSB/HSV137°31.25%31.37%
CMYK31.25%0.00%22.50%
68.63%

Color #37503E in popluar number systems.

HEX37503E
Decimal558062
Binary1101111010000111110
Octal6712076

Shades and tints

Shades of #37503E

#37503E
(55,80,62)
#324939
(50,73,57)
#2D4234
(45,66,52)
#283B2F
(40,59,47)
#23342A
(35,52,42)
#1E2D25
(30,45,37)
#192620
(25,38,32)
#141F1B
(20,31,27)
#0F1816
(15,24,22)
#0A1111
(10,17,17)
#050A0C
(5,10,12)
#000000
(0,0,0)

Tints of #37503E

#37503E
(55,80,62)
#495F4F
(73,95,79)
#5B6E60
(91,110,96)
#6D7D71
(109,125,113)
#7F8C82
(127,140,130)
#919B93
(145,155,147)
#A3AAA4
(163,170,164)
#B5B9B5
(181,185,181)
#C7C8C6
(199,200,198)
#D9D7D7
(217,215,215)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37503E color. Also use rgb(55,80,62) instead hex code.

Text Font Color

.myTextColor { color: #37503E; }

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

This text font color is #37503E.


Background Color

.myBgColor { background-color: #37503E; }

<div style="background-color:#37503E">Inner text</div>

This div background color is #37503E.


Border color

.myBorderColor { border: 1px solid #37503E; }

<div style="border:3px solid #37503E">Div</div>

This div border color is #37503E.


Opacity

.myOpacity80 { color: #37503E; opacity: 0.8; }

<p style="color:#37503E;opacity:0.8;">80%</p>

Text with #37503E 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 #37503E;}

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

This text has shadow with #37503E color.

.textShadow {text-shadow: 3px 3px 1px #37503E, 3px 3px 1px red;}

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

This text has shadow with #37503E primary color and red secondary color.


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

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

This text has shadow with #37503E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37503E on black background.


Color preview on white background

This text has color #37503E on white background.



Black color preview on #37503E background

This text has black color on #37503E background.


White color preview on #37503E background

This text has white color on #37503E background.