COLOR #407978

HEX: #407978
RGB: (64,121,120)

Color info

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

RGB color model

#407978 color RGB value is (64,121,120).

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

RGB channels and saturation

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

64
121
120

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

Portions of RGB colors in percentages

R + G + B =
64 + 121 + 120 = 305 (100%)
R 64 of 305 ~ 20.98%
G 121 of 305 ~ 39.67%
B 120 of 305 ~ 39.34%

%20.98
%39.67
%39.34

CMYK color model

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

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

CMYK percentages

%47.11
%0
%0.83
%52.55

Codes

Color #407978 in popluar color models

407978
RGB64121120
HSL179°30.81%36.27%
HSB/HSV179°47.11%47.45%
CMYK47.11%0.00%0.83%
52.55%

Color #407978 in popluar number systems.

HEX407978
Decimal64121120
Binary100000011110011111000
Octal100171170

Shades and tints

Shades of #407978

#407978
(64,121,120)
#3B6E6E
(59,110,110)
#366364
(54,99,100)
#31585A
(49,88,90)
#2C4D50
(44,77,80)
#274246
(39,66,70)
#22373C
(34,55,60)
#1D2C32
(29,44,50)
#182128
(24,33,40)
#13161E
(19,22,30)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #407978

#407978
(64,121,120)
#518584
(81,133,132)
#629190
(98,145,144)
#739D9C
(115,157,156)
#84A9A8
(132,169,168)
#95B5B4
(149,181,180)
#A6C1C0
(166,193,192)
#B7CDCC
(183,205,204)
#C8D9D8
(200,217,216)
#D9E5E4
(217,229,228)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407978; }

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

This text font color is #407978.


Background Color

.myBgColor { background-color: #407978; }

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

This div background color is #407978.


Border color

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

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

This div border color is #407978.


Opacity

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

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

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

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

This text has shadow with #407978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407978 on black background.


Color preview on white background

This text has color #407978 on white background.



Black color preview on #407978 background

This text has black color on #407978 background.


White color preview on #407978 background

This text has white color on #407978 background.