COLOR #374171

HEX: #374171
RGB: (55,65,113)

Color info

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

RGB color model

#374171 color RGB value is (55,65,113).

  • red value is 55;
  • green value is 65;
  • blue value is 113.
RGB:
(55,65,113)
(22%,25%,44%)

RGB channels and saturation

R 55 of 255 = 22%
G 65 of 255 = 25%
B 113 of 255 = 44%

55
65
113

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

Portions of RGB colors in percentages

R + G + B =
55 + 65 + 113 = 233 (100%)
R 55 of 233 ~ 23.61%
G 65 of 233 ~ 27.9%
B 113 of 233 ~ 48.5%

%23.61
%27.9
%48.5

CMYK color model

#374171 color CMYK value is (51,42,0,56).

  • cyan value is 51.33%
  • magenta value is 42.48%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(51,42,0,56)
C51M42Y0K56 
(51%,42%,0%,56%)
(0.51/0.42/0.00/0.56)	

CMYK percentages

%51.33
%42.48
%0
%55.69

Codes

Color #374171 in popluar color models

374171
RGB5565113
HSL230°34.52%32.94%
HSB/HSV230°51.33%44.31%
CMYK51.33%42.48%0.00%
55.69%

Color #374171 in popluar number systems.

HEX374171
Decimal5565113
Binary11011110000011110001
Octal67101161

Shades and tints

Shades of #374171

#374171
(55,65,113)
#323C67
(50,60,103)
#2D375D
(45,55,93)
#283253
(40,50,83)
#232D49
(35,45,73)
#1E283F
(30,40,63)
#192335
(25,35,53)
#141E2B
(20,30,43)
#0F1921
(15,25,33)
#0A1417
(10,20,23)
#050F0D
(5,15,13)
#000000
(0,0,0)

Tints of #374171

#374171
(55,65,113)
#49527D
(73,82,125)
#5B6389
(91,99,137)
#6D7495
(109,116,149)
#7F85A1
(127,133,161)
#9196AD
(145,150,173)
#A3A7B9
(163,167,185)
#B5B8C5
(181,184,197)
#C7C9D1
(199,201,209)
#D9DADD
(217,218,221)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374171 color. Also use rgb(55,65,113) instead hex code.

Text Font Color

.myTextColor { color: #374171; }

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

This text font color is #374171.


Background Color

.myBgColor { background-color: #374171; }

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

This div background color is #374171.


Border color

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

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

This div border color is #374171.


Opacity

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

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

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

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

This text has shadow with #374171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374171 on black background.


Color preview on white background

This text has color #374171 on white background.



Black color preview on #374171 background

This text has black color on #374171 background.


White color preview on #374171 background

This text has white color on #374171 background.