COLOR #37614C

HEX: #37614C
RGB: (55,97,76)

Color info

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

RGB color model

#37614C color RGB value is (55,97,76).

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

RGB channels and saturation

R 55 of 255 = 22%
G 97 of 255 = 38%
B 76 of 255 = 30%

55
97
76

R + G + B ~ 30%. #37614C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 97 + 76 = 228 (100%)
R 55 of 228 ~ 24.12%
G 97 of 228 ~ 42.54%
B 76 of 228 ~ 33.33%

%24.12
%42.54
%33.33

CMYK color model

#37614C color CMYK value is (43,0,22,62).

  • cyan value is 43.30%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(43,0,22,62)
C43M0Y22K62 
(43%,0%,22%,62%)
(0.43/0.00/0.22/0.62)	

CMYK percentages

%43.3
%0
%21.65
%61.96

Codes

Color #37614C in popluar color models

37614C
RGB559776
HSL150°27.63%29.80%
HSB/HSV150°43.30%38.04%
CMYK43.30%0.00%21.65%
61.96%

Color #37614C in popluar number systems.

HEX37614C
Decimal559776
Binary11011111000011001100
Octal67141114

Shades and tints

Shades of #37614C

#37614C
(55,97,76)
#325946
(50,89,70)
#2D5140
(45,81,64)
#28493A
(40,73,58)
#234134
(35,65,52)
#1E392E
(30,57,46)
#193128
(25,49,40)
#142922
(20,41,34)
#0F211C
(15,33,28)
#0A1916
(10,25,22)
#051110
(5,17,16)
#000000
(0,0,0)

Tints of #37614C

#37614C
(55,97,76)
#496F5C
(73,111,92)
#5B7D6C
(91,125,108)
#6D8B7C
(109,139,124)
#7F998C
(127,153,140)
#91A79C
(145,167,156)
#A3B5AC
(163,181,172)
#B5C3BC
(181,195,188)
#C7D1CC
(199,209,204)
#D9DFDC
(217,223,220)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37614C; }

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

This text font color is #37614C.


Background Color

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

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

This div background color is #37614C.


Border color

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

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

This div border color is #37614C.


Opacity

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

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

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

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

This text has shadow with #37614C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37614C on black background.


Color preview on white background

This text has color #37614C on white background.



Black color preview on #37614C background

This text has black color on #37614C background.


White color preview on #37614C background

This text has white color on #37614C background.