COLOR #407979

HEX: #407979
RGB: (64,121,121)

Color info

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

RGB color model

#407979 color RGB value is (64,121,121).

  • red value is 64;
  • green value is 121;
  • blue value is 121.
RGB:
(64,121,121)
(25%,47%,47%)

RGB channels and saturation

R 64 of 255 = 25%
G 121 of 255 = 47%
B 121 of 255 = 47%

64
121
121

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

Portions of RGB colors in percentages

R + G + B =
64 + 121 + 121 = 306 (100%)
R 64 of 306 ~ 20.92%
G 121 of 306 ~ 39.54%
B 121 of 306 ~ 39.54%

%20.92
%39.54
%39.54

CMYK color model

#407979 color CMYK value is (47,0,0,53).

  • cyan value is 47.11%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(47,0,0,53)
C47M0Y0K53 
(47%,0%,0%,53%)
(0.47/0.00/0.00/0.53)	

CMYK percentages

%47.11
%0
%0
%52.55

Codes

Color #407979 in popluar color models

407979
RGB64121121
HSL180°30.81%36.27%
HSB/HSV180°47.11%47.45%
CMYK47.11%0.00%0.00%
52.55%

Color #407979 in popluar number systems.

HEX407979
Decimal64121121
Binary100000011110011111001
Octal100171171

Shades and tints

Shades of #407979

#407979
(64,121,121)
#3B6E6E
(59,110,110)
#366363
(54,99,99)
#315858
(49,88,88)
#2C4D4D
(44,77,77)
#274242
(39,66,66)
#223737
(34,55,55)
#1D2C2C
(29,44,44)
#182121
(24,33,33)
#131616
(19,22,22)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #407979

#407979
(64,121,121)
#518585
(81,133,133)
#629191
(98,145,145)
#739D9D
(115,157,157)
#84A9A9
(132,169,169)
#95B5B5
(149,181,181)
#A6C1C1
(166,193,193)
#B7CDCD
(183,205,205)
#C8D9D9
(200,217,217)
#D9E5E5
(217,229,229)
#EAF1F1
(234,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407979 color. Also use rgb(64,121,121) instead hex code.

Text Font Color

.myTextColor { color: #407979; }

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

This text font color is #407979.


Background Color

.myBgColor { background-color: #407979; }

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

This div background color is #407979.


Border color

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

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

This div border color is #407979.


Opacity

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

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

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

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

This text has shadow with #407979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407979 on black background.


Color preview on white background

This text has color #407979 on white background.



Black color preview on #407979 background

This text has black color on #407979 background.


White color preview on #407979 background

This text has white color on #407979 background.