COLOR #37503C

HEX: #37503C
RGB: (55,80,60)

Color info

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

RGB color model

#37503C color RGB value is (55,80,60).

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

RGB channels and saturation

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

55
80
60

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

Portions of RGB colors in percentages

R + G + B =
55 + 80 + 60 = 195 (100%)
R 55 of 195 ~ 28.21%
G 80 of 195 ~ 41.03%
B 60 of 195 ~ 30.77%

%28.21
%41.03
%30.77

CMYK color model

#37503C color CMYK value is (31,0,25,69).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 68.63%
CMYK:
(31,0,25,69)
C31M0Y25K69 
(31%,0%,25%,69%)
(0.31/0.00/0.25/0.69)	

CMYK percentages

%31.25
%0
%25
%68.63

Codes

Color #37503C in popluar color models

37503C
RGB558060
HSL132°18.52%26.47%
HSB/HSV132°31.25%31.37%
CMYK31.25%0.00%25.00%
68.63%

Color #37503C in popluar number systems.

HEX37503C
Decimal558060
Binary1101111010000111100
Octal6712074

Shades and tints

Shades of #37503C

#37503C
(55,80,60)
#324937
(50,73,55)
#2D4232
(45,66,50)
#283B2D
(40,59,45)
#233428
(35,52,40)
#1E2D23
(30,45,35)
#19261E
(25,38,30)
#141F19
(20,31,25)
#0F1814
(15,24,20)
#0A110F
(10,17,15)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #37503C

#37503C
(55,80,60)
#495F4D
(73,95,77)
#5B6E5E
(91,110,94)
#6D7D6F
(109,125,111)
#7F8C80
(127,140,128)
#919B91
(145,155,145)
#A3AAA2
(163,170,162)
#B5B9B3
(181,185,179)
#C7C8C4
(199,200,196)
#D9D7D5
(217,215,213)
#EBE6E6
(235,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37503C; }

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

This text font color is #37503C.


Background Color

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

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

This div background color is #37503C.


Border color

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

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

This div border color is #37503C.


Opacity

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

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

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

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

This text has shadow with #37503C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37503C on black background.


Color preview on white background

This text has color #37503C on white background.



Black color preview on #37503C background

This text has black color on #37503C background.


White color preview on #37503C background

This text has white color on #37503C background.