COLOR #407C73

HEX: #407C73
RGB: (64,124,115)

Color info

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

RGB color model

#407C73 color RGB value is (64,124,115).

  • red value is 64;
  • green value is 124;
  • blue value is 115.
RGB:
(64,124,115)
(25%,49%,45%)

RGB channels and saturation

R 64 of 255 = 25%
G 124 of 255 = 49%
B 115 of 255 = 45%

64
124
115

R + G + B ~ 40%. #407C73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 124 + 115 = 303 (100%)
R 64 of 303 ~ 21.12%
G 124 of 303 ~ 40.92%
B 115 of 303 ~ 37.95%

%21.12
%40.92
%37.95

CMYK color model

#407C73 color CMYK value is (48,0,7,51).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 51.37%
CMYK:
(48,0,7,51)
C48M0Y7K51 
(48%,0%,7%,51%)
(0.48/0.00/0.07/0.51)	

CMYK percentages

%48.39
%0
%7.26
%51.37

Codes

Color #407C73 in popluar color models

407C73
RGB64124115
HSL171°31.91%36.86%
HSB/HSV171°48.39%48.63%
CMYK48.39%0.00%7.26%
51.37%

Color #407C73 in popluar number systems.

HEX407C73
Decimal64124115
Binary100000011111001110011
Octal100174163

Shades and tints

Shades of #407C73

#407C73
(64,124,115)
#3B7169
(59,113,105)
#36665F
(54,102,95)
#315B55
(49,91,85)
#2C504B
(44,80,75)
#274541
(39,69,65)
#223A37
(34,58,55)
#1D2F2D
(29,47,45)
#182423
(24,36,35)
#131919
(19,25,25)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #407C73

#407C73
(64,124,115)
#51877F
(81,135,127)
#62928B
(98,146,139)
#739D97
(115,157,151)
#84A8A3
(132,168,163)
#95B3AF
(149,179,175)
#A6BEBB
(166,190,187)
#B7C9C7
(183,201,199)
#C8D4D3
(200,212,211)
#D9DFDF
(217,223,223)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407C73 color. Also use rgb(64,124,115) instead hex code.

Text Font Color

.myTextColor { color: #407C73; }

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

This text font color is #407C73.


Background Color

.myBgColor { background-color: #407C73; }

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

This div background color is #407C73.


Border color

.myBorderColor { border: 1px solid #407C73; }

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

This div border color is #407C73.


Opacity

.myOpacity80 { color: #407C73; opacity: 0.8; }

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

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

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

This text has shadow with #407C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407C73 on black background.


Color preview on white background

This text has color #407C73 on white background.



Black color preview on #407C73 background

This text has black color on #407C73 background.


White color preview on #407C73 background

This text has white color on #407C73 background.