COLOR #374D52

HEX: #374D52
RGB: (55,77,82)

Color info

#374D52 contains red, green and blue colors in about the same proportion. Web safe color of #374D52 is #333366 (or #336).

RGB color model

#374D52 color RGB value is (55,77,82).

  • red value is 55;
  • green value is 77;
  • blue value is 82.
RGB:
(55,77,82)
(22%,30%,32%)

RGB channels and saturation

R 55 of 255 = 22%
G 77 of 255 = 30%
B 82 of 255 = 32%

55
77
82

R + G + B ~ 28%. #374D52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 77 + 82 = 214 (100%)
R 55 of 214 ~ 25.7%
G 77 of 214 ~ 35.98%
B 82 of 214 ~ 38.32%

%25.7
%35.98
%38.32

CMYK color model

#374D52 color CMYK value is (33,6,0,68).

  • cyan value is 32.93%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(33,6,0,68)
C33M6Y0K68 
(33%,6%,0%,68%)
(0.33/0.06/0.00/0.68)	

CMYK percentages

%32.93
%6.1
%0
%67.84

Codes

Color #374D52 in popluar color models

374D52
RGB557782
HSL191°19.71%26.86%
HSB/HSV191°32.93%32.16%
CMYK32.93%6.10%0.00%
67.84%

Color #374D52 in popluar number systems.

HEX374D52
Decimal557782
Binary11011110011011010010
Octal67115122

Shades and tints

Shades of #374D52

#374D52
(55,77,82)
#32464B
(50,70,75)
#2D3F44
(45,63,68)
#28383D
(40,56,61)
#233136
(35,49,54)
#1E2A2F
(30,42,47)
#192328
(25,35,40)
#141C21
(20,28,33)
#0F151A
(15,21,26)
#0A0E13
(10,14,19)
#05070C
(5,7,12)
#000000
(0,0,0)

Tints of #374D52

#374D52
(55,77,82)
#495D61
(73,93,97)
#5B6D70
(91,109,112)
#6D7D7F
(109,125,127)
#7F8D8E
(127,141,142)
#919D9D
(145,157,157)
#A3ADAC
(163,173,172)
#B5BDBB
(181,189,187)
#C7CDCA
(199,205,202)
#D9DDD9
(217,221,217)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374D52 color. Also use rgb(55,77,82) instead hex code.

Text Font Color

.myTextColor { color: #374D52; }

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

This text font color is #374D52.


Background Color

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

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

This div background color is #374D52.


Border color

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

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

This div border color is #374D52.


Opacity

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

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

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

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

This text has shadow with #374D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374D52 on black background.


Color preview on white background

This text has color #374D52 on white background.



Black color preview on #374D52 background

This text has black color on #374D52 background.


White color preview on #374D52 background

This text has white color on #374D52 background.