COLOR #374D75

HEX: #374D75
RGB: (55,77,117)

Color info

#374D75 contains mainly green and blue colors. Web safe color of #374D75 is #333366 (or #336).

RGB color model

#374D75 color RGB value is (55,77,117).

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

RGB channels and saturation

R 55 of 255 = 22%
G 77 of 255 = 30%
B 117 of 255 = 46%

55
77
117

R + G + B ~ 33%. #374D75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 77 + 117 = 249 (100%)
R 55 of 249 ~ 22.09%
G 77 of 249 ~ 30.92%
B 117 of 249 ~ 46.99%

%22.09
%30.92
%46.99

CMYK color model

#374D75 color CMYK value is (53,34,0,54).

  • cyan value is 52.99%
  • magenta value is 34.19%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(53,34,0,54)
C53M34Y0K54 
(53%,34%,0%,54%)
(0.53/0.34/0.00/0.54)	

CMYK percentages

%52.99
%34.19
%0
%54.12

Codes

Color #374D75 in popluar color models

374D75
RGB5577117
HSL219°36.05%33.73%
HSB/HSV219°52.99%45.88%
CMYK52.99%34.19%0.00%
54.12%

Color #374D75 in popluar number systems.

HEX374D75
Decimal5577117
Binary11011110011011110101
Octal67115165

Shades and tints

Shades of #374D75

#374D75
(55,77,117)
#32466B
(50,70,107)
#2D3F61
(45,63,97)
#283857
(40,56,87)
#23314D
(35,49,77)
#1E2A43
(30,42,67)
#192339
(25,35,57)
#141C2F
(20,28,47)
#0F1525
(15,21,37)
#0A0E1B
(10,14,27)
#050711
(5,7,17)
#000000
(0,0,0)

Tints of #374D75

#374D75
(55,77,117)
#495D81
(73,93,129)
#5B6D8D
(91,109,141)
#6D7D99
(109,125,153)
#7F8DA5
(127,141,165)
#919DB1
(145,157,177)
#A3ADBD
(163,173,189)
#B5BDC9
(181,189,201)
#C7CDD5
(199,205,213)
#D9DDE1
(217,221,225)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374D75; }

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

This text font color is #374D75.


Background Color

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

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

This div background color is #374D75.


Border color

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

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

This div border color is #374D75.


Opacity

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

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

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

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

This text has shadow with #374D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374D75 on black background.


Color preview on white background

This text has color #374D75 on white background.



Black color preview on #374D75 background

This text has black color on #374D75 background.


White color preview on #374D75 background

This text has white color on #374D75 background.