COLOR #437E82

HEX: #437E82
RGB: (67,126,130)

Color info

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

RGB color model

#437E82 color RGB value is (67,126,130).

  • red value is 67;
  • green value is 126;
  • blue value is 130.
RGB:
(67,126,130)
(26%,49%,51%)

RGB channels and saturation

R 67 of 255 = 26%
G 126 of 255 = 49%
B 130 of 255 = 51%

67
126
130

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

Portions of RGB colors in percentages

R + G + B =
67 + 126 + 130 = 323 (100%)
R 67 of 323 ~ 20.74%
G 126 of 323 ~ 39.01%
B 130 of 323 ~ 40.25%

%20.74
%39.01
%40.25

CMYK color model

#437E82 color CMYK value is (48,3,0,49).

  • cyan value is 48.46%
  • magenta value is 3.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(48,3,0,49)
C48M3Y0K49 
(48%,3%,0%,49%)
(0.48/0.03/0.00/0.49)	

CMYK percentages

%48.46
%3.08
%0
%49.02

Codes

Color #437E82 in popluar color models

437E82
RGB67126130
HSL184°31.98%38.63%
HSB/HSV184°48.46%50.98%
CMYK48.46%3.08%0.00%
49.02%

Color #437E82 in popluar number systems.

HEX437E82
Decimal67126130
Binary1000011111111010000010
Octal103176202

Shades and tints

Shades of #437E82

#437E82
(67,126,130)
#3D7377
(61,115,119)
#37686C
(55,104,108)
#315D61
(49,93,97)
#2B5256
(43,82,86)
#25474B
(37,71,75)
#1F3C40
(31,60,64)
#193135
(25,49,53)
#13262A
(19,38,42)
#0D1B1F
(13,27,31)
#071014
(7,16,20)
#000000
(0,0,0)

Tints of #437E82

#437E82
(67,126,130)
#54898D
(84,137,141)
#659498
(101,148,152)
#769FA3
(118,159,163)
#87AAAE
(135,170,174)
#98B5B9
(152,181,185)
#A9C0C4
(169,192,196)
#BACBCF
(186,203,207)
#CBD6DA
(203,214,218)
#DCE1E5
(220,225,229)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #437E82 color. Also use rgb(67,126,130) instead hex code.

Text Font Color

.myTextColor { color: #437E82; }

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

This text font color is #437E82.


Background Color

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

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

This div background color is #437E82.


Border color

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

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

This div border color is #437E82.


Opacity

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

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

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

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

This text has shadow with #437E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #437E82 on black background.


Color preview on white background

This text has color #437E82 on white background.



Black color preview on #437E82 background

This text has black color on #437E82 background.


White color preview on #437E82 background

This text has white color on #437E82 background.