COLOR #437D7F

HEX: #437D7F
RGB: (67,125,127)

Color info

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

RGB color model

#437D7F color RGB value is (67,125,127).

  • red value is 67;
  • green value is 125;
  • blue value is 127.
RGB:
(67,125,127)
(26%,49%,50%)

RGB channels and saturation

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

67
125
127

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

Portions of RGB colors in percentages

R + G + B =
67 + 125 + 127 = 319 (100%)
R 67 of 319 ~ 21%
G 125 of 319 ~ 39.18%
B 127 of 319 ~ 39.81%

%21
%39.18
%39.81

CMYK color model

#437D7F color CMYK value is (47,2,0,50).

  • cyan value is 47.24%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(47,2,0,50)
C47M2Y0K50 
(47%,2%,0%,50%)
(0.47/0.02/0.00/0.50)	

CMYK percentages

%47.24
%1.57
%0
%50.2

Codes

Color #437D7F in popluar color models

437D7F
RGB67125127
HSL182°30.93%38.04%
HSB/HSV182°47.24%49.80%
CMYK47.24%1.57%0.00%
50.20%

Color #437D7F in popluar number systems.

HEX437D7F
Decimal67125127
Binary100001111111011111111
Octal103175177

Shades and tints

Shades of #437D7F

#437D7F
(67,125,127)
#3D7274
(61,114,116)
#376769
(55,103,105)
#315C5E
(49,92,94)
#2B5153
(43,81,83)
#254648
(37,70,72)
#1F3B3D
(31,59,61)
#193032
(25,48,50)
#132527
(19,37,39)
#0D1A1C
(13,26,28)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #437D7F

#437D7F
(67,125,127)
#54888A
(84,136,138)
#659395
(101,147,149)
#769EA0
(118,158,160)
#87A9AB
(135,169,171)
#98B4B6
(152,180,182)
#A9BFC1
(169,191,193)
#BACACC
(186,202,204)
#CBD5D7
(203,213,215)
#DCE0E2
(220,224,226)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #437D7F; }

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

This text font color is #437D7F.


Background Color

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

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

This div background color is #437D7F.


Border color

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

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

This div border color is #437D7F.


Opacity

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

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

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

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

This text has shadow with #437D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #437D7F on black background.


Color preview on white background

This text has color #437D7F on white background.



Black color preview on #437D7F background

This text has black color on #437D7F background.


White color preview on #437D7F background

This text has white color on #437D7F background.