COLOR #37524A

HEX: #37524A
RGB: (55,82,74)

Color info

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

RGB color model

#37524A color RGB value is (55,82,74).

  • red value is 55;
  • green value is 82;
  • blue value is 74.
RGB:
(55,82,74)
(22%,32%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 82 of 255 = 32%
B 74 of 255 = 29%

55
82
74

R + G + B ~ 28%. #37524A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 82 + 74 = 211 (100%)
R 55 of 211 ~ 26.07%
G 82 of 211 ~ 38.86%
B 74 of 211 ~ 35.07%

%26.07
%38.86
%35.07

CMYK color model

#37524A color CMYK value is (33,0,10,68).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 67.84%
CMYK:
(33,0,10,68)
C33M0Y10K68 
(33%,0%,10%,68%)
(0.33/0.00/0.10/0.68)	

CMYK percentages

%32.93
%0
%9.76
%67.84

Codes

Color #37524A in popluar color models

37524A
RGB558274
HSL162°19.71%26.86%
HSB/HSV162°32.93%32.16%
CMYK32.93%0.00%9.76%
67.84%

Color #37524A in popluar number systems.

HEX37524A
Decimal558274
Binary11011110100101001010
Octal67122112

Shades and tints

Shades of #37524A

#37524A
(55,82,74)
#324B44
(50,75,68)
#2D443E
(45,68,62)
#283D38
(40,61,56)
#233632
(35,54,50)
#1E2F2C
(30,47,44)
#192826
(25,40,38)
#142120
(20,33,32)
#0F1A1A
(15,26,26)
#0A1314
(10,19,20)
#050C0E
(5,12,14)
#000000
(0,0,0)

Tints of #37524A

#37524A
(55,82,74)
#49615A
(73,97,90)
#5B706A
(91,112,106)
#6D7F7A
(109,127,122)
#7F8E8A
(127,142,138)
#919D9A
(145,157,154)
#A3ACAA
(163,172,170)
#B5BBBA
(181,187,186)
#C7CACA
(199,202,202)
#D9D9DA
(217,217,218)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37524A color. Also use rgb(55,82,74) instead hex code.

Text Font Color

.myTextColor { color: #37524A; }

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

This text font color is #37524A.


Background Color

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

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

This div background color is #37524A.


Border color

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

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

This div border color is #37524A.


Opacity

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

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

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

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

This text has shadow with #37524A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37524A on black background.


Color preview on white background

This text has color #37524A on white background.



Black color preview on #37524A background

This text has black color on #37524A background.


White color preview on #37524A background

This text has white color on #37524A background.