COLOR #37503A

HEX: #37503A
RGB: (55,80,58)

Color info

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

RGB color model

#37503A color RGB value is (55,80,58).

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

RGB channels and saturation

R 55 of 255 = 22%
G 80 of 255 = 31%
B 58 of 255 = 23%

55
80
58

R + G + B ~ 25%. #37503A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 80 + 58 = 193 (100%)
R 55 of 193 ~ 28.5%
G 80 of 193 ~ 41.45%
B 58 of 193 ~ 30.05%

%28.5
%41.45
%30.05

CMYK color model

#37503A color CMYK value is (31,0,28,69).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 68.63%
CMYK:
(31,0,28,69)
C31M0Y28K69 
(31%,0%,28%,69%)
(0.31/0.00/0.28/0.69)	

CMYK percentages

%31.25
%0
%27.5
%68.63

Codes

Color #37503A in popluar color models

37503A
RGB558058
HSL127°18.52%26.47%
HSB/HSV127°31.25%31.37%
CMYK31.25%0.00%27.50%
68.63%

Color #37503A in popluar number systems.

HEX37503A
Decimal558058
Binary1101111010000111010
Octal6712072

Shades and tints

Shades of #37503A

#37503A
(55,80,58)
#324935
(50,73,53)
#2D4230
(45,66,48)
#283B2B
(40,59,43)
#233426
(35,52,38)
#1E2D21
(30,45,33)
#19261C
(25,38,28)
#141F17
(20,31,23)
#0F1812
(15,24,18)
#0A110D
(10,17,13)
#050A08
(5,10,8)
#000000
(0,0,0)

Tints of #37503A

#37503A
(55,80,58)
#495F4B
(73,95,75)
#5B6E5C
(91,110,92)
#6D7D6D
(109,125,109)
#7F8C7E
(127,140,126)
#919B8F
(145,155,143)
#A3AAA0
(163,170,160)
#B5B9B1
(181,185,177)
#C7C8C2
(199,200,194)
#D9D7D3
(217,215,211)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37503A; }

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

This text font color is #37503A.


Background Color

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

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

This div background color is #37503A.


Border color

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

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

This div border color is #37503A.


Opacity

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

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

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

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

This text has shadow with #37503A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37503A on black background.


Color preview on white background

This text has color #37503A on white background.



Black color preview on #37503A background

This text has black color on #37503A background.


White color preview on #37503A background

This text has white color on #37503A background.