COLOR #437F60

HEX: #437F60 RGB: (67,127,96)

Color info

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

RGB color model

#437F60 color RGB value is (67,127,96).

RGB: (67,127,96) (26%, 50%, 38%)

RGB channels and saturation

R 67 of 255 = 26%
G 127 of 255 = 50%
B 96 of 255 = 38%

67
127
96

R + G + B ~ 38%. #437F60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 127 + 96 = 290 (100%)
R 67 of 290 ~ 23.1%
G 127 of 290 ~ 43.79%
B 96 of 290 ~ 33.1'%

%23.1
%43.79
%33.1

CMYK color model

#437F60 color CMYK value is (47,0,24,50).

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

CMYK: (47,0,24,50)
C47M0Y24K50 (47%, 0%, 24%, 50%)
(0.47 / 0.00 / 0.24 / 0.50)

CMYK percentages

%47.24
%0
%24.41
%50.2

Codes

Color #437F60 in popluar color models

43 7F 60
RGB 67 127 96
HSL 149° 30.93% 38.04%
HSB/HSV 149° 47.24% 49.80%
CMYK 47.24% 0.00% 24.41%
50.20%

Color #437F60 in popluar number systems.

HEX 43 7F 60
Decimal 67 127 96
Binary 1000011 1111111 1100000
Octal 103 177 140

Shades and tints

Shades of #437F60

#437F60
(67,127,96)
#3D7458
(61,116,88)
#376950
(55,105,80)
#315E48
(49,94,72)
#2B5340
(43,83,64)
#254838
(37,72,56)
#1F3D30
(31,61,48)
#193228
(25,50,40)
#132720
(19,39,32)
#0D1C18
(13,28,24)
#071110
(7,17,16)
#000000
(0,0,0)

Tints of #437F60

#437F60
(67,127,96)
#548A6E
(84,138,110)
#65957C
(101,149,124)
#76A08A
(118,160,138)
#87AB98
(135,171,152)
#98B6A6
(152,182,166)
#A9C1B4
(169,193,180)
#BACCC2
(186,204,194)
#CBD7D0
(203,215,208)
#DCE2DE
(220,226,222)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #437F60; }

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

This text font color is #437F60.

Background Color

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

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

This div background color is #437F60.

Border color

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

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

This div border color is #437F60.

Opacity

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

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

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

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

This text has shadow with #437F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #437F60.

Preview

Color preview on black background

This text has color #437F60 on black background.


Color preview on white background

This text has color #437F60 on white background.


Black color preview on #437F60 background

This text has black color on #437F60 background.


White color preview on #437F60 background

This text has white color on #437F60 background.


Related colors

Complementary color

Complementary color for #hex is #BC809F.


I love getcolorcode.com

Triadic colors

1 #60437F and #7F6043 with #437F60 are triadic colors.

2 #607F43 and #7F4360 with #437F60 are triadic colors.