COLOR #407B7A

HEX: #407B7A RGB: (64,123,122)

Color info

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

RGB color model

#407B7A color RGB value is (64,123,122).

RGB: (64,123,122) (25%, 48%, 48%)

RGB channels and saturation

R 64 of 255 = 25%
G 123 of 255 = 48%
B 122 of 255 = 48%

64
123
122

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

Portions of RGB colors in percentages

R + G + B = 64 + 123 + 122 = 309 (100%)
R 64 of 309 ~ 20.71%
G 123 of 309 ~ 39.81%
B 122 of 309 ~ 39.48'%

%20.71
%39.81
%39.48

CMYK color model

#407B7A color CMYK value is (48,0,1,52).

  • cyan value is 47.97%
  • magenta value is 0.00%
  • yellow value is 0.81%
  • key color value is 51.76%

CMYK: (48,0,1,52)
C48M0Y1K52 (48%, 0%, 1%, 52%)
(0.48 / 0.00 / 0.01 / 0.52)

CMYK percentages

%47.97
%0
%0.81
%51.76

Codes

Color #407B7A in popluar color models

40 7B 7A
RGB 64 123 122
HSL 179° 31.55% 36.67%
HSB/HSV 179° 47.97% 48.24%
CMYK 47.97% 0.00% 0.81%
51.76%

Color #407B7A in popluar number systems.

HEX 40 7B 7A
Decimal 64 123 122
Binary 1000000 1111011 1111010
Octal 100 173 172

Shades and tints

Shades of #407B7A

#407B7A
(64,123,122)
#3B706F
(59,112,111)
#366564
(54,101,100)
#315A59
(49,90,89)
#2C4F4E
(44,79,78)
#274443
(39,68,67)
#223938
(34,57,56)
#1D2E2D
(29,46,45)
#182322
(24,35,34)
#131817
(19,24,23)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #407B7A

#407B7A
(64,123,122)
#518786
(81,135,134)
#629392
(98,147,146)
#739F9E
(115,159,158)
#84ABAA
(132,171,170)
#95B7B6
(149,183,182)
#A6C3C2
(166,195,194)
#B7CFCE
(183,207,206)
#C8DBDA
(200,219,218)
#D9E7E6
(217,231,230)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407B7A color. Also use rgb(64,123,122) instead hex code.

Text Font Color

.myTextColor { color: #407B7A; }

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

This text font color is #407B7A.

Background Color

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

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

This div background color is #407B7A.

Border color

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

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

This div border color is #407B7A.

Opacity

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

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

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

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

This text has shadow with #407B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #407B7A.

Preview

Color preview on black background

This text has color #407B7A on black background.


Color preview on white background

This text has color #407B7A on white background.


Black color preview on #407B7A background

This text has black color on #407B7A background.


White color preview on #407B7A background

This text has white color on #407B7A background.


Related colors

Complementary color

Complementary color for #hex is #BF8485.


I love getcolorcode.com

Triadic colors

1 #7A407B and #7B7A40 with #407B7A are triadic colors.

2 #7A7B40 and #7B407A with #407B7A are triadic colors.