COLOR #374063

HEX: #374063
RGB: (55,64,99)

Color info

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

RGB color model

#374063 color RGB value is (55,64,99).

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

RGB channels and saturation

R 55 of 255 = 22%
G 64 of 255 = 25%
B 99 of 255 = 39%

55
64
99

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

Portions of RGB colors in percentages

R + G + B =
55 + 64 + 99 = 218 (100%)
R 55 of 218 ~ 25.23%
G 64 of 218 ~ 29.36%
B 99 of 218 ~ 45.41%

%25.23
%29.36
%45.41

CMYK color model

#374063 color CMYK value is (44,35,0,61).

  • cyan value is 44.44%
  • magenta value is 35.35%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(44,35,0,61)
C44M35Y0K61 
(44%,35%,0%,61%)
(0.44/0.35/0.00/0.61)	

CMYK percentages

%44.44
%35.35
%0
%61.18

Codes

Color #374063 in popluar color models

374063
RGB556499
HSL228°28.57%30.20%
HSB/HSV228°44.44%38.82%
CMYK44.44%35.35%0.00%
61.18%

Color #374063 in popluar number systems.

HEX374063
Decimal556499
Binary11011110000001100011
Octal67100143

Shades and tints

Shades of #374063

#374063
(55,64,99)
#323B5A
(50,59,90)
#2D3651
(45,54,81)
#283148
(40,49,72)
#232C3F
(35,44,63)
#1E2736
(30,39,54)
#19222D
(25,34,45)
#141D24
(20,29,36)
#0F181B
(15,24,27)
#0A1312
(10,19,18)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #374063

#374063
(55,64,99)
#495171
(73,81,113)
#5B627F
(91,98,127)
#6D738D
(109,115,141)
#7F849B
(127,132,155)
#9195A9
(145,149,169)
#A3A6B7
(163,166,183)
#B5B7C5
(181,183,197)
#C7C8D3
(199,200,211)
#D9D9E1
(217,217,225)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374063; }

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

This text font color is #374063.


Background Color

.myBgColor { background-color: #374063; }

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

This div background color is #374063.


Border color

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

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

This div border color is #374063.


Opacity

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

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

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

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

This text has shadow with #374063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374063 on black background.


Color preview on white background

This text has color #374063 on white background.



Black color preview on #374063 background

This text has black color on #374063 background.


White color preview on #374063 background

This text has white color on #374063 background.