COLOR #407666

HEX: #407666
RGB: (64,118,102)

Color info

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

RGB color model

#407666 color RGB value is (64,118,102).

  • red value is 64;
  • green value is 118;
  • blue value is 102.
RGB:
(64,118,102)
(25%,46%,40%)

RGB channels and saturation

R 64 of 255 = 25%
G 118 of 255 = 46%
B 102 of 255 = 40%

64
118
102

R + G + B ~ 37%. #407666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 118 + 102 = 284 (100%)
R 64 of 284 ~ 22.54%
G 118 of 284 ~ 41.55%
B 102 of 284 ~ 35.92%

%22.54
%41.55
%35.92

CMYK color model

#407666 color CMYK value is (46,0,14,54).

  • cyan value is 45.76%
  • magenta value is 0.00%
  • yellow value is 13.56%
  • key color value is 53.73%
CMYK:
(46,0,14,54)
C46M0Y14K54 
(46%,0%,14%,54%)
(0.46/0.00/0.14/0.54)	

CMYK percentages

%45.76
%0
%13.56
%53.73

Codes

Color #407666 in popluar color models

407666
RGB64118102
HSL162°29.67%35.69%
HSB/HSV162°45.76%46.27%
CMYK45.76%0.00%13.56%
53.73%

Color #407666 in popluar number systems.

HEX407666
Decimal64118102
Binary100000011101101100110
Octal100166146

Shades and tints

Shades of #407666

#407666
(64,118,102)
#3B6C5D
(59,108,93)
#366254
(54,98,84)
#31584B
(49,88,75)
#2C4E42
(44,78,66)
#274439
(39,68,57)
#223A30
(34,58,48)
#1D3027
(29,48,39)
#18261E
(24,38,30)
#131C15
(19,28,21)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #407666

#407666
(64,118,102)
#518273
(81,130,115)
#628E80
(98,142,128)
#739A8D
(115,154,141)
#84A69A
(132,166,154)
#95B2A7
(149,178,167)
#A6BEB4
(166,190,180)
#B7CAC1
(183,202,193)
#C8D6CE
(200,214,206)
#D9E2DB
(217,226,219)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407666; }

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

This text font color is #407666.


Background Color

.myBgColor { background-color: #407666; }

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

This div background color is #407666.


Border color

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

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

This div border color is #407666.


Opacity

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

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

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

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

This text has shadow with #407666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407666 on black background.


Color preview on white background

This text has color #407666 on white background.



Black color preview on #407666 background

This text has black color on #407666 background.


White color preview on #407666 background

This text has white color on #407666 background.