COLOR #437394

HEX: #437394
RGB: (67,115,148)

Color info

#437394 contains mainly green and blue colors. Web safe color of #437394 is #336699 (or #369).

RGB color model

#437394 color RGB value is (67,115,148).

  • red value is 67;
  • green value is 115;
  • blue value is 148.
RGB:
(67,115,148)
(26%,45%,58%)

RGB channels and saturation

R 67 of 255 = 26%
G 115 of 255 = 45%
B 148 of 255 = 58%

67
115
148

R + G + B ~ 43%. #437394 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 115 + 148 = 330 (100%)
R 67 of 330 ~ 20.3%
G 115 of 330 ~ 34.85%
B 148 of 330 ~ 44.85%

%20.3
%34.85
%44.85

CMYK color model

#437394 color CMYK value is (55,22,0,42).

  • cyan value is 54.73%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(55,22,0,42)
C55M22Y0K42 
(55%,22%,0%,42%)
(0.55/0.22/0.00/0.42)	

CMYK percentages

%54.73
%22.3
%0
%41.96

Codes

Color #437394 in popluar color models

437394
RGB67115148
HSL204°37.67%42.16%
HSB/HSV204°54.73%58.04%
CMYK54.73%22.30%0.00%
41.96%

Color #437394 in popluar number systems.

HEX437394
Decimal67115148
Binary1000011111001110010100
Octal103163224

Shades and tints

Shades of #437394

#437394
(67,115,148)
#3D6987
(61,105,135)
#375F7A
(55,95,122)
#31556D
(49,85,109)
#2B4B60
(43,75,96)
#254153
(37,65,83)
#1F3746
(31,55,70)
#192D39
(25,45,57)
#13232C
(19,35,44)
#0D191F
(13,25,31)
#070F12
(7,15,18)
#000000
(0,0,0)

Tints of #437394

#437394
(67,115,148)
#547F9D
(84,127,157)
#658BA6
(101,139,166)
#7697AF
(118,151,175)
#87A3B8
(135,163,184)
#98AFC1
(152,175,193)
#A9BBCA
(169,187,202)
#BAC7D3
(186,199,211)
#CBD3DC
(203,211,220)
#DCDFE5
(220,223,229)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #437394 color. Also use rgb(67,115,148) instead hex code.

Text Font Color

.myTextColor { color: #437394; }

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

This text font color is #437394.


Background Color

.myBgColor { background-color: #437394; }

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

This div background color is #437394.


Border color

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

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

This div border color is #437394.


Opacity

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

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

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

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

This text has shadow with #437394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #437394 on black background.


Color preview on white background

This text has color #437394 on white background.



Black color preview on #437394 background

This text has black color on #437394 background.


White color preview on #437394 background

This text has white color on #437394 background.