COLOR #37493D

HEX: #37493D RGB: (55,73,61)

Color info

#37493D contains red, green and blue colors in about the same proportion. Web safe color of #37493D is #333333 (or #333).

RGB color model

#37493D color RGB value is (55,73,61).

RGB: (55,73,61) (22%, 29%, 24%)

RGB channels and saturation

R 55 of 255 = 22%
G 73 of 255 = 29%
B 61 of 255 = 24%

55
73
61

R + G + B ~ 25%. #37493D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 73 + 61 = 189 (100%)
R 55 of 189 ~ 29.1%
G 73 of 189 ~ 38.62%
B 61 of 189 ~ 32.28'%

%29.1
%38.62
%32.28

CMYK color model

#37493D color CMYK value is (25,0,16,71).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 71.37%

CMYK: (25,0,16,71)
C25M0Y16K71 (25%, 0%, 16%, 71%)
(0.25 / 0.00 / 0.16 / 0.71)

CMYK percentages

%24.66
%0
%16.44
%71.37

Codes

Color #37493D in popluar color models

37 49 3D
RGB 55 73 61
HSL 140° 14.06% 25.10%
HSB/HSV 140° 24.66% 28.63%
CMYK 24.66% 0.00% 16.44%
71.37%

Color #37493D in popluar number systems.

HEX 37 49 3D
Decimal 55 73 61
Binary 110111 1001001 111101
Octal 67 111 75

Shades and tints

Shades of #37493D

#37493D
(55,73,61)
#324338
(50,67,56)
#2D3D33
(45,61,51)
#28372E
(40,55,46)
#233129
(35,49,41)
#1E2B24
(30,43,36)
#19251F
(25,37,31)
#141F1A
(20,31,26)
#0F1915
(15,25,21)
#0A1310
(10,19,16)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #37493D

#37493D
(55,73,61)
#49594E
(73,89,78)
#5B695F
(91,105,95)
#6D7970
(109,121,112)
#7F8981
(127,137,129)
#919992
(145,153,146)
#A3A9A3
(163,169,163)
#B5B9B4
(181,185,180)
#C7C9C5
(199,201,197)
#D9D9D6
(217,217,214)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37493D color. Also use rgb(55,73,61) instead hex code.

Text Font Color

.myTextColor { color: #37493D; }

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

This text font color is #37493D.

Background Color

.myBgColor { background-color: #37493D; }

<div style="background-color:#37493D">Inner text</div>

This div background color is #37493D.

Border color

.myBorderColor { border: 1px solid #37493D; }

<div style="border:3px solid #37493D">Div</div>

This div border color is #37493D.

Opacity

.myOpacity80 { color: #37493D; opacity: 0.8; }

<p style="color:#37493D;opacity:0.8;">80%</p>

Text with #37493D 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 #37493D;}

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

This text has shadow with #37493D color.


.textShadow {text-shadow: 3px 3px 1px #37493D', 3px 3px 1px red;}

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

This text has shadow with #37493D primary color and red secondary color.


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

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

This text has shadow with #37493D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37493D; -webkit-box-shadow: 1px 1px 3px 2px #37493D; box-shadow:1px 1px 3px 2px #37493D;">
Div content here
</div>

This div box has shadow with color #37493D.

Preview

Color preview on black background

This text has color #37493D on black background.


Color preview on white background

This text has color #37493D on white background.


Black color preview on #37493D background

This text has black color on #37493D background.


White color preview on #37493D background

This text has white color on #37493D background.


Related colors

Complementary color

Complementary color for #hex is #C8B6C2.


I love getcolorcode.com

Triadic colors

1 #3D3749 and #493D37 with #37493D are triadic colors.

2 #3D4937 and #49373D with #37493D are triadic colors.