COLOR #437070

HEX: #437070
RGB: (67,112,112)

Color info

#437070 contains red, green and blue colors in about the same proportion. Web safe color of #437070 is #336666 (or #366).

RGB color model

#437070 color RGB value is (67,112,112).

  • red value is 67;
  • green value is 112;
  • blue value is 112.
RGB:
(67,112,112)
(26%,44%,44%)

RGB channels and saturation

R 67 of 255 = 26%
G 112 of 255 = 44%
B 112 of 255 = 44%

67
112
112

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

Portions of RGB colors in percentages

R + G + B =
67 + 112 + 112 = 291 (100%)
R 67 of 291 ~ 23.02%
G 112 of 291 ~ 38.49%
B 112 of 291 ~ 38.49%

%23.02
%38.49
%38.49

CMYK color model

#437070 color CMYK value is (40,0,0,56).

  • cyan value is 40.18%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(40,0,0,56)
C40M0Y0K56 
(40%,0%,0%,56%)
(0.40/0.00/0.00/0.56)	

CMYK percentages

%40.18
%0
%0
%56.08

Codes

Color #437070 in popluar color models

437070
RGB67112112
HSL180°25.14%35.10%
HSB/HSV180°40.18%43.92%
CMYK40.18%0.00%0.00%
56.08%

Color #437070 in popluar number systems.

HEX437070
Decimal67112112
Binary100001111100001110000
Octal103160160

Shades and tints

Shades of #437070

#437070
(67,112,112)
#3D6666
(61,102,102)
#375C5C
(55,92,92)
#315252
(49,82,82)
#2B4848
(43,72,72)
#253E3E
(37,62,62)
#1F3434
(31,52,52)
#192A2A
(25,42,42)
#132020
(19,32,32)
#0D1616
(13,22,22)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #437070

#437070
(67,112,112)
#547D7D
(84,125,125)
#658A8A
(101,138,138)
#769797
(118,151,151)
#87A4A4
(135,164,164)
#98B1B1
(152,177,177)
#A9BEBE
(169,190,190)
#BACBCB
(186,203,203)
#CBD8D8
(203,216,216)
#DCE5E5
(220,229,229)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #437070 color. Also use rgb(67,112,112) instead hex code.

Text Font Color

.myTextColor { color: #437070; }

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

This text font color is #437070.


Background Color

.myBgColor { background-color: #437070; }

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

This div background color is #437070.


Border color

.myBorderColor { border: 1px solid #437070; }

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

This div border color is #437070.


Opacity

.myOpacity80 { color: #437070; opacity: 0.8; }

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

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

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

This text has shadow with #437070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #437070 on black background.


Color preview on white background

This text has color #437070 on white background.



Black color preview on #437070 background

This text has black color on #437070 background.


White color preview on #437070 background

This text has white color on #437070 background.