COLOR #374969

HEX: #374969
RGB: (55,73,105)

Color info

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

RGB color model

#374969 color RGB value is (55,73,105).

  • red value is 55;
  • green value is 73;
  • blue value is 105.
RGB:
(55,73,105)
(22%,29%,41%)

RGB channels and saturation

R 55 of 255 = 22%
G 73 of 255 = 29%
B 105 of 255 = 41%

55
73
105

R + G + B ~ 31%. #374969 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 73 + 105 = 233 (100%)
R 55 of 233 ~ 23.61%
G 73 of 233 ~ 31.33%
B 105 of 233 ~ 45.06%

%23.61
%31.33
%45.06

CMYK color model

#374969 color CMYK value is (48,30,0,59).

  • cyan value is 47.62%
  • magenta value is 30.48%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(48,30,0,59)
C48M30Y0K59 
(48%,30%,0%,59%)
(0.48/0.30/0.00/0.59)	

CMYK percentages

%47.62
%30.48
%0
%58.82

Codes

Color #374969 in popluar color models

374969
RGB5573105
HSL218°31.25%31.37%
HSB/HSV218°47.62%41.18%
CMYK47.62%30.48%0.00%
58.82%

Color #374969 in popluar number systems.

HEX374969
Decimal5573105
Binary11011110010011101001
Octal67111151

Shades and tints

Shades of #374969

#374969
(55,73,105)
#324360
(50,67,96)
#2D3D57
(45,61,87)
#28374E
(40,55,78)
#233145
(35,49,69)
#1E2B3C
(30,43,60)
#192533
(25,37,51)
#141F2A
(20,31,42)
#0F1921
(15,25,33)
#0A1318
(10,19,24)
#050D0F
(5,13,15)
#000000
(0,0,0)

Tints of #374969

#374969
(55,73,105)
#495976
(73,89,118)
#5B6983
(91,105,131)
#6D7990
(109,121,144)
#7F899D
(127,137,157)
#9199AA
(145,153,170)
#A3A9B7
(163,169,183)
#B5B9C4
(181,185,196)
#C7C9D1
(199,201,209)
#D9D9DE
(217,217,222)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374969 color. Also use rgb(55,73,105) instead hex code.

Text Font Color

.myTextColor { color: #374969; }

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

This text font color is #374969.


Background Color

.myBgColor { background-color: #374969; }

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

This div background color is #374969.


Border color

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

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

This div border color is #374969.


Opacity

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

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

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

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

This text has shadow with #374969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374969 on black background.


Color preview on white background

This text has color #374969 on white background.



Black color preview on #374969 background

This text has black color on #374969 background.


White color preview on #374969 background

This text has white color on #374969 background.