COLOR #37534C

HEX: #37534C
RGB: (55,83,76)

Color info

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

RGB color model

#37534C color RGB value is (55,83,76).

  • red value is 55;
  • green value is 83;
  • blue value is 76.
RGB:
(55,83,76)
(22%,33%,30%)

RGB channels and saturation

R 55 of 255 = 22%
G 83 of 255 = 33%
B 76 of 255 = 30%

55
83
76

R + G + B ~ 28%. #37534C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 83 + 76 = 214 (100%)
R 55 of 214 ~ 25.7%
G 83 of 214 ~ 38.79%
B 76 of 214 ~ 35.51%

%25.7
%38.79
%35.51

CMYK color model

#37534C color CMYK value is (34,0,8,67).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 67.45%
CMYK:
(34,0,8,67)
C34M0Y8K67 
(34%,0%,8%,67%)
(0.34/0.00/0.08/0.67)	

CMYK percentages

%33.73
%0
%8.43
%67.45

Codes

Color #37534C in popluar color models

37534C
RGB558376
HSL165°20.29%27.06%
HSB/HSV165°33.73%32.55%
CMYK33.73%0.00%8.43%
67.45%

Color #37534C in popluar number systems.

HEX37534C
Decimal558376
Binary11011110100111001100
Octal67123114

Shades and tints

Shades of #37534C

#37534C
(55,83,76)
#324C46
(50,76,70)
#2D4540
(45,69,64)
#283E3A
(40,62,58)
#233734
(35,55,52)
#1E302E
(30,48,46)
#192928
(25,41,40)
#142222
(20,34,34)
#0F1B1C
(15,27,28)
#0A1416
(10,20,22)
#050D10
(5,13,16)
#000000
(0,0,0)

Tints of #37534C

#37534C
(55,83,76)
#49625C
(73,98,92)
#5B716C
(91,113,108)
#6D807C
(109,128,124)
#7F8F8C
(127,143,140)
#919E9C
(145,158,156)
#A3ADAC
(163,173,172)
#B5BCBC
(181,188,188)
#C7CBCC
(199,203,204)
#D9DADC
(217,218,220)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37534C color. Also use rgb(55,83,76) instead hex code.

Text Font Color

.myTextColor { color: #37534C; }

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

This text font color is #37534C.


Background Color

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

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

This div background color is #37534C.


Border color

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

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

This div border color is #37534C.


Opacity

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

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

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

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

This text has shadow with #37534C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37534C on black background.


Color preview on white background

This text has color #37534C on white background.



Black color preview on #37534C background

This text has black color on #37534C background.


White color preview on #37534C background

This text has white color on #37534C background.