COLOR #374052

HEX: #374052
RGB: (55,64,82)

Color info

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

RGB color model

#374052 color RGB value is (55,64,82).

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

RGB channels and saturation

R 55 of 255 = 22%
G 64 of 255 = 25%
B 82 of 255 = 32%

55
64
82

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

Portions of RGB colors in percentages

R + G + B =
55 + 64 + 82 = 201 (100%)
R 55 of 201 ~ 27.36%
G 64 of 201 ~ 31.84%
B 82 of 201 ~ 40.8%

%27.36
%31.84
%40.8

CMYK color model

#374052 color CMYK value is (33,22,0,68).

  • cyan value is 32.93%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(33,22,0,68)
C33M22Y0K68 
(33%,22%,0%,68%)
(0.33/0.22/0.00/0.68)	

CMYK percentages

%32.93
%21.95
%0
%67.84

Codes

Color #374052 in popluar color models

374052
RGB556482
HSL220°19.71%26.86%
HSB/HSV220°32.93%32.16%
CMYK32.93%21.95%0.00%
67.84%

Color #374052 in popluar number systems.

HEX374052
Decimal556482
Binary11011110000001010010
Octal67100122

Shades and tints

Shades of #374052

#374052
(55,64,82)
#323B4B
(50,59,75)
#2D3644
(45,54,68)
#28313D
(40,49,61)
#232C36
(35,44,54)
#1E272F
(30,39,47)
#192228
(25,34,40)
#141D21
(20,29,33)
#0F181A
(15,24,26)
#0A1313
(10,19,19)
#050E0C
(5,14,12)
#000000
(0,0,0)

Tints of #374052

#374052
(55,64,82)
#495161
(73,81,97)
#5B6270
(91,98,112)
#6D737F
(109,115,127)
#7F848E
(127,132,142)
#91959D
(145,149,157)
#A3A6AC
(163,166,172)
#B5B7BB
(181,183,187)
#C7C8CA
(199,200,202)
#D9D9D9
(217,217,217)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374052; }

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

This text font color is #374052.


Background Color

.myBgColor { background-color: #374052; }

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

This div background color is #374052.


Border color

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

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

This div border color is #374052.


Opacity

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

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

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

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

This text has shadow with #374052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374052 on black background.


Color preview on white background

This text has color #374052 on white background.



Black color preview on #374052 background

This text has black color on #374052 background.


White color preview on #374052 background

This text has white color on #374052 background.