COLOR #374553

HEX: #374553
RGB: (55,69,83)

Color info

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

RGB color model

#374553 color RGB value is (55,69,83).

  • red value is 55;
  • green value is 69;
  • blue value is 83.
RGB:
(55,69,83)
(22%,27%,33%)

RGB channels and saturation

R 55 of 255 = 22%
G 69 of 255 = 27%
B 83 of 255 = 33%

55
69
83

R + G + B ~ 27%. #374553 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 69 + 83 = 207 (100%)
R 55 of 207 ~ 26.57%
G 69 of 207 ~ 33.33%
B 83 of 207 ~ 40.1%

%26.57
%33.33
%40.1

CMYK color model

#374553 color CMYK value is (34,17,0,67).

  • cyan value is 33.73%
  • magenta value is 16.87%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(34,17,0,67)
C34M17Y0K67 
(34%,17%,0%,67%)
(0.34/0.17/0.00/0.67)	

CMYK percentages

%33.73
%16.87
%0
%67.45

Codes

Color #374553 in popluar color models

374553
RGB556983
HSL210°20.29%27.06%
HSB/HSV210°33.73%32.55%
CMYK33.73%16.87%0.00%
67.45%

Color #374553 in popluar number systems.

HEX374553
Decimal556983
Binary11011110001011010011
Octal67105123

Shades and tints

Shades of #374553

#374553
(55,69,83)
#323F4C
(50,63,76)
#2D3945
(45,57,69)
#28333E
(40,51,62)
#232D37
(35,45,55)
#1E2730
(30,39,48)
#192129
(25,33,41)
#141B22
(20,27,34)
#0F151B
(15,21,27)
#0A0F14
(10,15,20)
#05090D
(5,9,13)
#000000
(0,0,0)

Tints of #374553

#374553
(55,69,83)
#495562
(73,85,98)
#5B6571
(91,101,113)
#6D7580
(109,117,128)
#7F858F
(127,133,143)
#91959E
(145,149,158)
#A3A5AD
(163,165,173)
#B5B5BC
(181,181,188)
#C7C5CB
(199,197,203)
#D9D5DA
(217,213,218)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374553 color. Also use rgb(55,69,83) instead hex code.

Text Font Color

.myTextColor { color: #374553; }

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

This text font color is #374553.


Background Color

.myBgColor { background-color: #374553; }

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

This div background color is #374553.


Border color

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

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

This div border color is #374553.


Opacity

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

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

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

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

This text has shadow with #374553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374553 on black background.


Color preview on white background

This text has color #374553 on white background.



Black color preview on #374553 background

This text has black color on #374553 background.


White color preview on #374553 background

This text has white color on #374553 background.