COLOR #437880

HEX: #437880
RGB: (67,120,128)

Color info

#437880 contains mainly green and blue colors. Web safe color of #437880 is #336666 (or #366).

RGB color model

#437880 color RGB value is (67,120,128).

  • red value is 67;
  • green value is 120;
  • blue value is 128.
RGB:
(67,120,128)
(26%,47%,50%)

RGB channels and saturation

R 67 of 255 = 26%
G 120 of 255 = 47%
B 128 of 255 = 50%

67
120
128

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

Portions of RGB colors in percentages

R + G + B =
67 + 120 + 128 = 315 (100%)
R 67 of 315 ~ 21.27%
G 120 of 315 ~ 38.1%
B 128 of 315 ~ 40.63%

%21.27
%38.1
%40.63

CMYK color model

#437880 color CMYK value is (48,6,0,50).

  • cyan value is 47.66%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(48,6,0,50)
C48M6Y0K50 
(48%,6%,0%,50%)
(0.48/0.06/0.00/0.50)	

CMYK percentages

%47.66
%6.25
%0
%49.8

Codes

Color #437880 in popluar color models

437880
RGB67120128
HSL188°31.28%38.24%
HSB/HSV188°47.66%50.20%
CMYK47.66%6.25%0.00%
49.80%

Color #437880 in popluar number systems.

HEX437880
Decimal67120128
Binary1000011111100010000000
Octal103170200

Shades and tints

Shades of #437880

#437880
(67,120,128)
#3D6E75
(61,110,117)
#37646A
(55,100,106)
#315A5F
(49,90,95)
#2B5054
(43,80,84)
#254649
(37,70,73)
#1F3C3E
(31,60,62)
#193233
(25,50,51)
#132828
(19,40,40)
#0D1E1D
(13,30,29)
#071412
(7,20,18)
#000000
(0,0,0)

Tints of #437880

#437880
(67,120,128)
#54848B
(84,132,139)
#659096
(101,144,150)
#769CA1
(118,156,161)
#87A8AC
(135,168,172)
#98B4B7
(152,180,183)
#A9C0C2
(169,192,194)
#BACCCD
(186,204,205)
#CBD8D8
(203,216,216)
#DCE4E3
(220,228,227)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #437880 color. Also use rgb(67,120,128) instead hex code.

Text Font Color

.myTextColor { color: #437880; }

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

This text font color is #437880.


Background Color

.myBgColor { background-color: #437880; }

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

This div background color is #437880.


Border color

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

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

This div border color is #437880.


Opacity

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

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

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

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

This text has shadow with #437880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #437880 on black background.


Color preview on white background

This text has color #437880 on white background.



Black color preview on #437880 background

This text has black color on #437880 background.


White color preview on #437880 background

This text has white color on #437880 background.