COLOR #374269

HEX: #374269
RGB: (55,66,105)

Color info

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

RGB color model

#374269 color RGB value is (55,66,105).

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

RGB channels and saturation

R 55 of 255 = 22%
G 66 of 255 = 26%
B 105 of 255 = 41%

55
66
105

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

Portions of RGB colors in percentages

R + G + B =
55 + 66 + 105 = 226 (100%)
R 55 of 226 ~ 24.34%
G 66 of 226 ~ 29.2%
B 105 of 226 ~ 46.46%

%24.34
%29.2
%46.46

CMYK color model

#374269 color CMYK value is (48,37,0,59).

  • cyan value is 47.62%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(48,37,0,59)
C48M37Y0K59 
(48%,37%,0%,59%)
(0.48/0.37/0.00/0.59)	

CMYK percentages

%47.62
%37.14
%0
%58.82

Codes

Color #374269 in popluar color models

374269
RGB5566105
HSL227°31.25%31.37%
HSB/HSV227°47.62%41.18%
CMYK47.62%37.14%0.00%
58.82%

Color #374269 in popluar number systems.

HEX374269
Decimal5566105
Binary11011110000101101001
Octal67102151

Shades and tints

Shades of #374269

#374269
(55,66,105)
#323C60
(50,60,96)
#2D3657
(45,54,87)
#28304E
(40,48,78)
#232A45
(35,42,69)
#1E243C
(30,36,60)
#191E33
(25,30,51)
#14182A
(20,24,42)
#0F1221
(15,18,33)
#0A0C18
(10,12,24)
#05060F
(5,6,15)
#000000
(0,0,0)

Tints of #374269

#374269
(55,66,105)
#495376
(73,83,118)
#5B6483
(91,100,131)
#6D7590
(109,117,144)
#7F869D
(127,134,157)
#9197AA
(145,151,170)
#A3A8B7
(163,168,183)
#B5B9C4
(181,185,196)
#C7CAD1
(199,202,209)
#D9DBDE
(217,219,222)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374269; }

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

This text font color is #374269.


Background Color

.myBgColor { background-color: #374269; }

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

This div background color is #374269.


Border color

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

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

This div border color is #374269.


Opacity

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

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

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

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

This text has shadow with #374269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374269 on black background.


Color preview on white background

This text has color #374269 on white background.



Black color preview on #374269 background

This text has black color on #374269 background.


White color preview on #374269 background

This text has white color on #374269 background.