COLOR #37414A

HEX: #37414A
RGB: (55,65,74)

Color info

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

RGB color model

#37414A color RGB value is (55,65,74).

  • red value is 55;
  • green value is 65;
  • blue value is 74.
RGB: (55,65,74) (22%,25%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 65 of 255 = 25%
B 74 of 255 = 29%

55
65
74

R + G + B ~ 25%. #37414A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 65 + 74 = 194 (100%)
R 55 of 194 ~ 28.35%
G 65 of 194 ~ 33.51%
B 74 of 194 ~ 38.14%

%28.35
%33.51
%38.14

CMYK color model

#37414A color CMYK value is (26,12,0,71).

  • cyan value is 25.68%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK: (26,12,0,71) C26M12Y0K71 (26%,12%,0%,71%) (0.26/0.12/0.00/0.71)

CMYK percentages

%25.68
%12.16
%0
%70.98

Codes

Color #37414A in popluar color models

37414A
RGB556574
HSL208°14.73%25.29%
HSB/HSV208°25.68%29.02%
CMYK25.68%12.16%0.00%
70.98%

Color #37414A in popluar number systems.

HEX37414A
Decimal556574
Binary11011110000011001010
Octal67101112

Shades and tints

Shades of #37414A

#37414A
(55,65,74)
#323C44
(50,60,68)
#2D373E
(45,55,62)
#283238
(40,50,56)
#232D32
(35,45,50)
#1E282C
(30,40,44)
#192326
(25,35,38)
#141E20
(20,30,32)
#0F191A
(15,25,26)
#0A1414
(10,20,20)
#050F0E
(5,15,14)
#000000
(0,0,0)

Tints of #37414A

#37414A
(55,65,74)
#49525A
(73,82,90)
#5B636A
(91,99,106)
#6D747A
(109,116,122)
#7F858A
(127,133,138)
#91969A
(145,150,154)
#A3A7AA
(163,167,170)
#B5B8BA
(181,184,186)
#C7C9CA
(199,201,202)
#D9DADA
(217,218,218)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37414A color. Also use rgb(55,65,74) instead hex code.

Text Font Color

.myTextColor { color: #37414A; }

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

This text font color is #37414A.


Background Color

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

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

This div background color is #37414A.


Border color

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

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

This div border color is #37414A.


Opacity

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

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

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

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

This text has shadow with #37414A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #37414A on black background.


Color preview on white background

This text has color #37414A on white background.



Black color preview on #37414A background

This text has black color on #37414A background.


White color preview on #37414A background

This text has white color on #37414A background.