COLOR #37503F

HEX: #37503F
RGB: (55,80,63)

Color info

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

RGB color model

#37503F color RGB value is (55,80,63).

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

RGB channels and saturation

R 55 of 255 = 22%
G 80 of 255 = 31%
B 63 of 255 = 25%

55
80
63

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

Portions of RGB colors in percentages

R + G + B =
55 + 80 + 63 = 198 (100%)
R 55 of 198 ~ 27.78%
G 80 of 198 ~ 40.4%
B 63 of 198 ~ 31.82%

%27.78
%40.4
%31.82

CMYK color model

#37503F color CMYK value is (31,0,21,69).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 21.25%
  • key color value is 68.63%
CMYK:
(31,0,21,69)
C31M0Y21K69 
(31%,0%,21%,69%)
(0.31/0.00/0.21/0.69)	

CMYK percentages

%31.25
%0
%21.25
%68.63

Codes

Color #37503F in popluar color models

37503F
RGB558063
HSL139°18.52%26.47%
HSB/HSV139°31.25%31.37%
CMYK31.25%0.00%21.25%
68.63%

Color #37503F in popluar number systems.

HEX37503F
Decimal558063
Binary1101111010000111111
Octal6712077

Shades and tints

Shades of #37503F

#37503F
(55,80,63)
#32493A
(50,73,58)
#2D4235
(45,66,53)
#283B30
(40,59,48)
#23342B
(35,52,43)
#1E2D26
(30,45,38)
#192621
(25,38,33)
#141F1C
(20,31,28)
#0F1817
(15,24,23)
#0A1112
(10,17,18)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #37503F

#37503F
(55,80,63)
#495F50
(73,95,80)
#5B6E61
(91,110,97)
#6D7D72
(109,125,114)
#7F8C83
(127,140,131)
#919B94
(145,155,148)
#A3AAA5
(163,170,165)
#B5B9B6
(181,185,182)
#C7C8C7
(199,200,199)
#D9D7D8
(217,215,216)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37503F; }

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

This text font color is #37503F.


Background Color

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

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

This div background color is #37503F.


Border color

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

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

This div border color is #37503F.


Opacity

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

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

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

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

This text has shadow with #37503F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37503F on black background.


Color preview on white background

This text has color #37503F on white background.



Black color preview on #37503F background

This text has black color on #37503F background.


White color preview on #37503F background

This text has white color on #37503F background.