COLOR #374549

HEX: #374549
RGB: (55,69,73)

Color info

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

RGB color model

#374549 color RGB value is (55,69,73).

  • red value is 55;
  • green value is 69;
  • blue value is 73.
RGB:
(55,69,73)
(22%,27%,29%)

RGB channels and saturation

R 55 of 255 = 22%
G 69 of 255 = 27%
B 73 of 255 = 29%

55
69
73

R + G + B ~ 26%. #374549 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 69 + 73 = 197 (100%)
R 55 of 197 ~ 27.92%
G 69 of 197 ~ 35.03%
B 73 of 197 ~ 37.06%

%27.92
%35.03
%37.06

CMYK color model

#374549 color CMYK value is (25,5,0,71).

  • cyan value is 24.66%
  • magenta value is 5.48%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(25,5,0,71)
C25M5Y0K71 
(25%,5%,0%,71%)
(0.25/0.05/0.00/0.71)	

CMYK percentages

%24.66
%5.48
%0
%71.37

Codes

Color #374549 in popluar color models

374549
RGB556973
HSL193°14.06%25.10%
HSB/HSV193°24.66%28.63%
CMYK24.66%5.48%0.00%
71.37%

Color #374549 in popluar number systems.

HEX374549
Decimal556973
Binary11011110001011001001
Octal67105111

Shades and tints

Shades of #374549

#374549
(55,69,73)
#323F43
(50,63,67)
#2D393D
(45,57,61)
#283337
(40,51,55)
#232D31
(35,45,49)
#1E272B
(30,39,43)
#192125
(25,33,37)
#141B1F
(20,27,31)
#0F1519
(15,21,25)
#0A0F13
(10,15,19)
#05090D
(5,9,13)
#000000
(0,0,0)

Tints of #374549

#374549
(55,69,73)
#495559
(73,85,89)
#5B6569
(91,101,105)
#6D7579
(109,117,121)
#7F8589
(127,133,137)
#919599
(145,149,153)
#A3A5A9
(163,165,169)
#B5B5B9
(181,181,185)
#C7C5C9
(199,197,201)
#D9D5D9
(217,213,217)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374549; }

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

This text font color is #374549.


Background Color

.myBgColor { background-color: #374549; }

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

This div background color is #374549.


Border color

.myBorderColor { border: 1px solid #374549; }

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

This div border color is #374549.


Opacity

.myOpacity80 { color: #374549; opacity: 0.8; }

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

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

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

This text has shadow with #374549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374549 on black background.


Color preview on white background

This text has color #374549 on white background.



Black color preview on #374549 background

This text has black color on #374549 background.


White color preview on #374549 background

This text has white color on #374549 background.