COLOR #37726A

HEX: #37726A
RGB: (55,114,106)

Color info

#37726A contains red, green and blue colors in about the same proportion. Web safe color of #37726A is #336666 (or #366).

RGB color model

#37726A color RGB value is (55,114,106).

  • red value is 55;
  • green value is 114;
  • blue value is 106.
RGB:
(55,114,106)
(22%,45%,42%)

RGB channels and saturation

R 55 of 255 = 22%
G 114 of 255 = 45%
B 106 of 255 = 42%

55
114
106

R + G + B ~ 36%. #37726A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 114 + 106 = 275 (100%)
R 55 of 275 ~ 20%
G 114 of 275 ~ 41.45%
B 106 of 275 ~ 38.55%

%20
%41.45
%38.55

CMYK color model

#37726A color CMYK value is (52,0,7,55).

  • cyan value is 51.75%
  • magenta value is 0.00%
  • yellow value is 7.02%
  • key color value is 55.29%
CMYK:
(52,0,7,55)
C52M0Y7K55 
(52%,0%,7%,55%)
(0.52/0.00/0.07/0.55)	

CMYK percentages

%51.75
%0
%7.02
%55.29

Codes

Color #37726A in popluar color models

37726A
RGB55114106
HSL172°34.91%33.14%
HSB/HSV172°51.75%44.71%
CMYK51.75%0.00%7.02%
55.29%

Color #37726A in popluar number systems.

HEX37726A
Decimal55114106
Binary11011111100101101010
Octal67162152

Shades and tints

Shades of #37726A

#37726A
(55,114,106)
#326861
(50,104,97)
#2D5E58
(45,94,88)
#28544F
(40,84,79)
#234A46
(35,74,70)
#1E403D
(30,64,61)
#193634
(25,54,52)
#142C2B
(20,44,43)
#0F2222
(15,34,34)
#0A1819
(10,24,25)
#050E10
(5,14,16)
#000000
(0,0,0)

Tints of #37726A

#37726A
(55,114,106)
#497E77
(73,126,119)
#5B8A84
(91,138,132)
#6D9691
(109,150,145)
#7FA29E
(127,162,158)
#91AEAB
(145,174,171)
#A3BAB8
(163,186,184)
#B5C6C5
(181,198,197)
#C7D2D2
(199,210,210)
#D9DEDF
(217,222,223)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37726A color. Also use rgb(55,114,106) instead hex code.

Text Font Color

.myTextColor { color: #37726A; }

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

This text font color is #37726A.


Background Color

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

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

This div background color is #37726A.


Border color

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

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

This div border color is #37726A.


Opacity

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

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

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

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

This text has shadow with #37726A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37726A on black background.


Color preview on white background

This text has color #37726A on white background.



Black color preview on #37726A background

This text has black color on #37726A background.


White color preview on #37726A background

This text has white color on #37726A background.