COLOR #374548

HEX: #374548
RGB: (55,69,72)

Color info

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

RGB color model

#374548 color RGB value is (55,69,72).

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

RGB channels and saturation

R 55 of 255 = 22%
G 69 of 255 = 27%
B 72 of 255 = 28%

55
69
72

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

Portions of RGB colors in percentages

R + G + B =
55 + 69 + 72 = 196 (100%)
R 55 of 196 ~ 28.06%
G 69 of 196 ~ 35.2%
B 72 of 196 ~ 36.73%

%28.06
%35.2
%36.73

CMYK color model

#374548 color CMYK value is (24,4,0,72).

  • cyan value is 23.61%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(24,4,0,72)
C24M4Y0K72 
(24%,4%,0%,72%)
(0.24/0.04/0.00/0.72)	

CMYK percentages

%23.61
%4.17
%0
%71.76

Codes

Color #374548 in popluar color models

374548
RGB556972
HSL191°13.39%24.90%
HSB/HSV191°23.61%28.24%
CMYK23.61%4.17%0.00%
71.76%

Color #374548 in popluar number systems.

HEX374548
Decimal556972
Binary11011110001011001000
Octal67105110

Shades and tints

Shades of #374548

#374548
(55,69,72)
#323F42
(50,63,66)
#2D393C
(45,57,60)
#283336
(40,51,54)
#232D30
(35,45,48)
#1E272A
(30,39,42)
#192124
(25,33,36)
#141B1E
(20,27,30)
#0F1518
(15,21,24)
#0A0F12
(10,15,18)
#05090C
(5,9,12)
#000000
(0,0,0)

Tints of #374548

#374548
(55,69,72)
#495558
(73,85,88)
#5B6568
(91,101,104)
#6D7578
(109,117,120)
#7F8588
(127,133,136)
#919598
(145,149,152)
#A3A5A8
(163,165,168)
#B5B5B8
(181,181,184)
#C7C5C8
(199,197,200)
#D9D5D8
(217,213,216)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374548; }

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

This text font color is #374548.


Background Color

.myBgColor { background-color: #374548; }

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

This div background color is #374548.


Border color

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

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

This div border color is #374548.


Opacity

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

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

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

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

This text has shadow with #374548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374548 on black background.


Color preview on white background

This text has color #374548 on white background.



Black color preview on #374548 background

This text has black color on #374548 background.


White color preview on #374548 background

This text has white color on #374548 background.