COLOR #374769

HEX: #374769
RGB: (55,71,105)

Color info

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

RGB color model

#374769 color RGB value is (55,71,105).

  • red value is 55;
  • green value is 71;
  • blue value is 105.
RGB:
(55,71,105)
(22%,28%,41%)

RGB channels and saturation

R 55 of 255 = 22%
G 71 of 255 = 28%
B 105 of 255 = 41%

55
71
105

R + G + B ~ 30%. #374769 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 71 + 105 = 231 (100%)
R 55 of 231 ~ 23.81%
G 71 of 231 ~ 30.74%
B 105 of 231 ~ 45.45%

%23.81
%30.74
%45.45

CMYK color model

#374769 color CMYK value is (48,32,0,59).

  • cyan value is 47.62%
  • magenta value is 32.38%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(48,32,0,59)
C48M32Y0K59 
(48%,32%,0%,59%)
(0.48/0.32/0.00/0.59)	

CMYK percentages

%47.62
%32.38
%0
%58.82

Codes

Color #374769 in popluar color models

374769
RGB5571105
HSL221°31.25%31.37%
HSB/HSV221°47.62%41.18%
CMYK47.62%32.38%0.00%
58.82%

Color #374769 in popluar number systems.

HEX374769
Decimal5571105
Binary11011110001111101001
Octal67107151

Shades and tints

Shades of #374769

#374769
(55,71,105)
#324160
(50,65,96)
#2D3B57
(45,59,87)
#28354E
(40,53,78)
#232F45
(35,47,69)
#1E293C
(30,41,60)
#192333
(25,35,51)
#141D2A
(20,29,42)
#0F1721
(15,23,33)
#0A1118
(10,17,24)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #374769

#374769
(55,71,105)
#495776
(73,87,118)
#5B6783
(91,103,131)
#6D7790
(109,119,144)
#7F879D
(127,135,157)
#9197AA
(145,151,170)
#A3A7B7
(163,167,183)
#B5B7C4
(181,183,196)
#C7C7D1
(199,199,209)
#D9D7DE
(217,215,222)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374769 color. Also use rgb(55,71,105) instead hex code.

Text Font Color

.myTextColor { color: #374769; }

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

This text font color is #374769.


Background Color

.myBgColor { background-color: #374769; }

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

This div background color is #374769.


Border color

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

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

This div border color is #374769.


Opacity

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

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

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

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

This text has shadow with #374769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374769 on black background.


Color preview on white background

This text has color #374769 on white background.



Black color preview on #374769 background

This text has black color on #374769 background.


White color preview on #374769 background

This text has white color on #374769 background.