COLOR #374863

HEX: #374863
RGB: (55,72,99)

Color info

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

RGB color model

#374863 color RGB value is (55,72,99).

  • red value is 55;
  • green value is 72;
  • blue value is 99.
RGB:
(55,72,99)
(22%,28%,39%)

RGB channels and saturation

R 55 of 255 = 22%
G 72 of 255 = 28%
B 99 of 255 = 39%

55
72
99

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

Portions of RGB colors in percentages

R + G + B =
55 + 72 + 99 = 226 (100%)
R 55 of 226 ~ 24.34%
G 72 of 226 ~ 31.86%
B 99 of 226 ~ 43.81%

%24.34
%31.86
%43.81

CMYK color model

#374863 color CMYK value is (44,27,0,61).

  • cyan value is 44.44%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(44,27,0,61)
C44M27Y0K61 
(44%,27%,0%,61%)
(0.44/0.27/0.00/0.61)	

CMYK percentages

%44.44
%27.27
%0
%61.18

Codes

Color #374863 in popluar color models

374863
RGB557299
HSL217°28.57%30.20%
HSB/HSV217°44.44%38.82%
CMYK44.44%27.27%0.00%
61.18%

Color #374863 in popluar number systems.

HEX374863
Decimal557299
Binary11011110010001100011
Octal67110143

Shades and tints

Shades of #374863

#374863
(55,72,99)
#32425A
(50,66,90)
#2D3C51
(45,60,81)
#283648
(40,54,72)
#23303F
(35,48,63)
#1E2A36
(30,42,54)
#19242D
(25,36,45)
#141E24
(20,30,36)
#0F181B
(15,24,27)
#0A1212
(10,18,18)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #374863

#374863
(55,72,99)
#495871
(73,88,113)
#5B687F
(91,104,127)
#6D788D
(109,120,141)
#7F889B
(127,136,155)
#9198A9
(145,152,169)
#A3A8B7
(163,168,183)
#B5B8C5
(181,184,197)
#C7C8D3
(199,200,211)
#D9D8E1
(217,216,225)
#EBE8EF
(235,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374863 color. Also use rgb(55,72,99) instead hex code.

Text Font Color

.myTextColor { color: #374863; }

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

This text font color is #374863.


Background Color

.myBgColor { background-color: #374863; }

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

This div background color is #374863.


Border color

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

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

This div border color is #374863.


Opacity

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

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

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

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

This text has shadow with #374863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374863 on black background.


Color preview on white background

This text has color #374863 on white background.



Black color preview on #374863 background

This text has black color on #374863 background.


White color preview on #374863 background

This text has white color on #374863 background.