COLOR #437A80

HEX: #437A80
RGB: (67,122,128)

Color info

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

RGB color model

#437A80 color RGB value is (67,122,128).

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

RGB channels and saturation

R 67 of 255 = 26%
G 122 of 255 = 48%
B 128 of 255 = 50%

67
122
128

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

Portions of RGB colors in percentages

R + G + B =
67 + 122 + 128 = 317 (100%)
R 67 of 317 ~ 21.14%
G 122 of 317 ~ 38.49%
B 128 of 317 ~ 40.38%

%21.14
%38.49
%40.38

CMYK color model

#437A80 color CMYK value is (48,5,0,50).

  • cyan value is 47.66%
  • magenta value is 4.69%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(48,5,0,50)
C48M5Y0K50 
(48%,5%,0%,50%)
(0.48/0.05/0.00/0.50)	

CMYK percentages

%47.66
%4.69
%0
%49.8

Codes

Color #437A80 in popluar color models

437A80
RGB67122128
HSL186°31.28%38.24%
HSB/HSV186°47.66%50.20%
CMYK47.66%4.69%0.00%
49.80%

Color #437A80 in popluar number systems.

HEX437A80
Decimal67122128
Binary1000011111101010000000
Octal103172200

Shades and tints

Shades of #437A80

#437A80
(67,122,128)
#3D6F75
(61,111,117)
#37646A
(55,100,106)
#31595F
(49,89,95)
#2B4E54
(43,78,84)
#254349
(37,67,73)
#1F383E
(31,56,62)
#192D33
(25,45,51)
#132228
(19,34,40)
#0D171D
(13,23,29)
#070C12
(7,12,18)
#000000
(0,0,0)

Tints of #437A80

#437A80
(67,122,128)
#54868B
(84,134,139)
#659296
(101,146,150)
#769EA1
(118,158,161)
#87AAAC
(135,170,172)
#98B6B7
(152,182,183)
#A9C2C2
(169,194,194)
#BACECD
(186,206,205)
#CBDAD8
(203,218,216)
#DCE6E3
(220,230,227)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #437A80; }

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

This text font color is #437A80.


Background Color

.myBgColor { background-color: #437A80; }

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

This div background color is #437A80.


Border color

.myBorderColor { border: 1px solid #437A80; }

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

This div border color is #437A80.


Opacity

.myOpacity80 { color: #437A80; opacity: 0.8; }

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

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

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

This text has shadow with #437A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #437A80 on black background.


Color preview on white background

This text has color #437A80 on white background.



Black color preview on #437A80 background

This text has black color on #437A80 background.


White color preview on #437A80 background

This text has white color on #437A80 background.