COLOR #374761

HEX: #374761
RGB: (55,71,97)

Color info

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

RGB color model

#374761 color RGB value is (55,71,97).

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

RGB channels and saturation

R 55 of 255 = 22%
G 71 of 255 = 28%
B 97 of 255 = 38%

55
71
97

R + G + B ~ 29%. #374761 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 71 + 97 = 223 (100%)
R 55 of 223 ~ 24.66%
G 71 of 223 ~ 31.84%
B 97 of 223 ~ 43.5%

%24.66
%31.84
%43.5

CMYK color model

#374761 color CMYK value is (43,27,0,62).

  • cyan value is 43.30%
  • magenta value is 26.80%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(43,27,0,62)
C43M27Y0K62 
(43%,27%,0%,62%)
(0.43/0.27/0.00/0.62)	

CMYK percentages

%43.3
%26.8
%0
%61.96

Codes

Color #374761 in popluar color models

374761
RGB557197
HSL217°27.63%29.80%
HSB/HSV217°43.30%38.04%
CMYK43.30%26.80%0.00%
61.96%

Color #374761 in popluar number systems.

HEX374761
Decimal557197
Binary11011110001111100001
Octal67107141

Shades and tints

Shades of #374761

#374761
(55,71,97)
#324159
(50,65,89)
#2D3B51
(45,59,81)
#283549
(40,53,73)
#232F41
(35,47,65)
#1E2939
(30,41,57)
#192331
(25,35,49)
#141D29
(20,29,41)
#0F1721
(15,23,33)
#0A1119
(10,17,25)
#050B11
(5,11,17)
#000000
(0,0,0)

Tints of #374761

#374761
(55,71,97)
#49576F
(73,87,111)
#5B677D
(91,103,125)
#6D778B
(109,119,139)
#7F8799
(127,135,153)
#9197A7
(145,151,167)
#A3A7B5
(163,167,181)
#B5B7C3
(181,183,195)
#C7C7D1
(199,199,209)
#D9D7DF
(217,215,223)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374761; }

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

This text font color is #374761.


Background Color

.myBgColor { background-color: #374761; }

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

This div background color is #374761.


Border color

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

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

This div border color is #374761.


Opacity

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

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

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

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

This text has shadow with #374761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374761 on black background.


Color preview on white background

This text has color #374761 on white background.



Black color preview on #374761 background

This text has black color on #374761 background.


White color preview on #374761 background

This text has white color on #374761 background.