COLOR #407676

HEX: #407676 RGB: (64,118,118)

Color info

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

RGB color model

#407676 color RGB value is (64,118,118).

RGB: (64,118,118) (25%, 46%, 46%)

RGB channels and saturation

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

64
118
118

R + G + B ~ 39%. #407676 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 118 + 118 = 300 (100%)
R 64 of 300 ~ 21.33%
G 118 of 300 ~ 39.33%
B 118 of 300 ~ 39.33'%

%21.33
%39.33
%39.33

CMYK color model

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

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

CMYK percentages

%45.76
%0
%0
%53.73

Codes

Color #407676 in popluar color models

40 76 76
RGB 64 118 118
HSL 180° 29.67% 35.69%
HSB/HSV 180° 45.76% 46.27%
CMYK 45.76% 0.00% 0.00%
53.73%

Color #407676 in popluar number systems.

HEX 40 76 76
Decimal 64 118 118
Binary 1000000 1110110 1110110
Octal 100 166 166

Shades and tints

Shades of #407676

#407676
(64,118,118)
#3B6C6C
(59,108,108)
#366262
(54,98,98)
#315858
(49,88,88)
#2C4E4E
(44,78,78)
#274444
(39,68,68)
#223A3A
(34,58,58)
#1D3030
(29,48,48)
#182626
(24,38,38)
#131C1C
(19,28,28)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #407676

#407676
(64,118,118)
#518282
(81,130,130)
#628E8E
(98,142,142)
#739A9A
(115,154,154)
#84A6A6
(132,166,166)
#95B2B2
(149,178,178)
#A6BEBE
(166,190,190)
#B7CACA
(183,202,202)
#C8D6D6
(200,214,214)
#D9E2E2
(217,226,226)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407676; }

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

This text font color is #407676.

Background Color

.myBgColor { background-color: #407676; }

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

This div background color is #407676.

Border color

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

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

This div border color is #407676.

Opacity

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

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

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

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

This text has shadow with #407676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #407676.

Preview

Color preview on black background

This text has color #407676 on black background.


Color preview on white background

This text has color #407676 on white background.


Black color preview on #407676 background

This text has black color on #407676 background.


White color preview on #407676 background

This text has white color on #407676 background.


Related colors

Complementary color

Complementary color for #hex is #BF8989.


I love getcolorcode.com