COLOR #437E7F

HEX: #437E7F RGB: (67,126,127)

Color info

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

RGB color model

#437E7F color RGB value is (67,126,127).

RGB: (67,126,127) (26%, 49%, 50%)

RGB channels and saturation

R 67 of 255 = 26%
G 126 of 255 = 49%
B 127 of 255 = 50%

67
126
127

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

Portions of RGB colors in percentages

R + G + B = 67 + 126 + 127 = 320 (100%)
R 67 of 320 ~ 20.94%
G 126 of 320 ~ 39.38%
B 127 of 320 ~ 39.69'%

%20.94
%39.38
%39.69

CMYK color model

#437E7F color CMYK value is (47,1,0,50).

  • cyan value is 47.24%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (47,1,0,50)
C47M1Y0K50 (47%, 1%, 0%, 50%)
(0.47 / 0.01 / 0.00 / 0.50)

CMYK percentages

%47.24
%0.79
%0
%50.2

Codes

Color #437E7F in popluar color models

43 7E 7F
RGB 67 126 127
HSL 181° 30.93% 38.04%
HSB/HSV 181° 47.24% 49.80%
CMYK 47.24% 0.79% 0.00%
50.20%

Color #437E7F in popluar number systems.

HEX 43 7E 7F
Decimal 67 126 127
Binary 1000011 1111110 1111111
Octal 103 176 177

Shades and tints

Shades of #437E7F

#437E7F
(67,126,127)
#3D7374
(61,115,116)
#376869
(55,104,105)
#315D5E
(49,93,94)
#2B5253
(43,82,83)
#254748
(37,71,72)
#1F3C3D
(31,60,61)
#193132
(25,49,50)
#132627
(19,38,39)
#0D1B1C
(13,27,28)
#071011
(7,16,17)
#000000
(0,0,0)

Tints of #437E7F

#437E7F
(67,126,127)
#54898A
(84,137,138)
#659495
(101,148,149)
#769FA0
(118,159,160)
#87AAAB
(135,170,171)
#98B5B6
(152,181,182)
#A9C0C1
(169,192,193)
#BACBCC
(186,203,204)
#CBD6D7
(203,214,215)
#DCE1E2
(220,225,226)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #437E7F; }

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

This text font color is #437E7F.

Background Color

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

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

This div background color is #437E7F.

Border color

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

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

This div border color is #437E7F.

Opacity

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

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

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

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

This text has shadow with #437E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #437E7F.

Preview

Color preview on black background

This text has color #437E7F on black background.


Color preview on white background

This text has color #437E7F on white background.


Black color preview on #437E7F background

This text has black color on #437E7F background.


White color preview on #437E7F background

This text has white color on #437E7F background.


Related colors

Complementary color

Complementary color for #hex is #BC8180.


I love getcolorcode.com

Triadic colors

1 #7F437E and #7E7F43 with #437E7F are triadic colors.

2 #7F7E43 and #7E437F with #437E7F are triadic colors.