COLOR #37443C

HEX: #37443C RGB: (55,68,60)

Color info

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

RGB color model

#37443C color RGB value is (55,68,60).

RGB: (55,68,60) (22%, 27%, 24%)

RGB channels and saturation

R 55 of 255 = 22%
G 68 of 255 = 27%
B 60 of 255 = 24%

55
68
60

R + G + B ~ 24%. #37443C is dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 68 + 60 = 183 (100%)
R 55 of 183 ~ 30.05%
G 68 of 183 ~ 37.16%
B 60 of 183 ~ 32.79'%

%30.05
%37.16
%32.79

CMYK color model

#37443C color CMYK value is (19,0,12,73).

  • cyan value is 19.12%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 73.33%

CMYK: (19,0,12,73)
C19M0Y12K73 (19%, 0%, 12%, 73%)
(0.19 / 0.00 / 0.12 / 0.73)

CMYK percentages

%19.12
%0
%11.76
%73.33

Codes

Color #37443C in popluar color models

37 44 3C
RGB 55 68 60
HSL 143° 10.57% 24.12%
HSB/HSV 143° 19.12% 26.67%
CMYK 19.12% 0.00% 11.76%
73.33%

Color #37443C in popluar number systems.

HEX 37 44 3C
Decimal 55 68 60
Binary 110111 1000100 111100
Octal 67 104 74

Shades and tints

Shades of #37443C

#37443C
(55,68,60)
#323E37
(50,62,55)
#2D3832
(45,56,50)
#28322D
(40,50,45)
#232C28
(35,44,40)
#1E2623
(30,38,35)
#19201E
(25,32,30)
#141A19
(20,26,25)
#0F1414
(15,20,20)
#0A0E0F
(10,14,15)
#05080A
(5,8,10)
#000000
(0,0,0)

Tints of #37443C

#37443C
(55,68,60)
#49554D
(73,85,77)
#5B665E
(91,102,94)
#6D776F
(109,119,111)
#7F8880
(127,136,128)
#919991
(145,153,145)
#A3AAA2
(163,170,162)
#B5BBB3
(181,187,179)
#C7CCC4
(199,204,196)
#D9DDD5
(217,221,213)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37443C color. Also use rgb(55,68,60) instead hex code.

Text Font Color

.myTextColor { color: #37443C; }

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

This text font color is #37443C.

Background Color

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

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

This div background color is #37443C.

Border color

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

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

This div border color is #37443C.

Opacity

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

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

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

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

This text has shadow with #37443C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #37443C.

Preview

Color preview on black background

This text has color #37443C on black background.


Color preview on white background

This text has color #37443C on white background.


Black color preview on #37443C background

This text has black color on #37443C background.


White color preview on #37443C background

This text has white color on #37443C background.


Related colors

Complementary color

Complementary color for #hex is #C8BBC3.


I love getcolorcode.com

Triadic colors

1 #3C3744 and #443C37 with #37443C are triadic colors.

2 #3C4437 and #44373C with #37443C are triadic colors.