COLOR #374F48

HEX: #374F48
RGB: (55,79,72)

Color info

#374F48 contains red, green and blue colors in about the same proportion. Web safe color of #374F48 is #336633 (or #363).

RGB color model

#374F48 color RGB value is (55,79,72).

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

RGB channels and saturation

R 55 of 255 = 22%
G 79 of 255 = 31%
B 72 of 255 = 28%

55
79
72

R + G + B ~ 27%. #374F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 79 + 72 = 206 (100%)
R 55 of 206 ~ 26.7%
G 79 of 206 ~ 38.35%
B 72 of 206 ~ 34.95%

%26.7
%38.35
%34.95

CMYK color model

#374F48 color CMYK value is (30,0,9,69).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 69.02%
CMYK:
(30,0,9,69)
C30M0Y9K69 
(30%,0%,9%,69%)
(0.30/0.00/0.09/0.69)	

CMYK percentages

%30.38
%0
%8.86
%69.02

Codes

Color #374F48 in popluar color models

374F48
RGB557972
HSL163°17.91%26.27%
HSB/HSV163°30.38%30.98%
CMYK30.38%0.00%8.86%
69.02%

Color #374F48 in popluar number systems.

HEX374F48
Decimal557972
Binary11011110011111001000
Octal67117110

Shades and tints

Shades of #374F48

#374F48
(55,79,72)
#324842
(50,72,66)
#2D413C
(45,65,60)
#283A36
(40,58,54)
#233330
(35,51,48)
#1E2C2A
(30,44,42)
#192524
(25,37,36)
#141E1E
(20,30,30)
#0F1718
(15,23,24)
#0A1012
(10,16,18)
#05090C
(5,9,12)
#000000
(0,0,0)

Tints of #374F48

#374F48
(55,79,72)
#495F58
(73,95,88)
#5B6F68
(91,111,104)
#6D7F78
(109,127,120)
#7F8F88
(127,143,136)
#919F98
(145,159,152)
#A3AFA8
(163,175,168)
#B5BFB8
(181,191,184)
#C7CFC8
(199,207,200)
#D9DFD8
(217,223,216)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374F48; }

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

This text font color is #374F48.


Background Color

.myBgColor { background-color: #374F48; }

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

This div background color is #374F48.


Border color

.myBorderColor { border: 1px solid #374F48; }

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

This div border color is #374F48.


Opacity

.myOpacity80 { color: #374F48; opacity: 0.8; }

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

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

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

This text has shadow with #374F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374F48 on black background.


Color preview on white background

This text has color #374F48 on white background.



Black color preview on #374F48 background

This text has black color on #374F48 background.


White color preview on #374F48 background

This text has white color on #374F48 background.