COLOR #407B62

HEX: #407B62
RGB: (64,123,98)

Color info

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

RGB color model

#407B62 color RGB value is (64,123,98).

  • red value is 64;
  • green value is 123;
  • blue value is 98.
RGB:
(64,123,98)
(25%,48%,38%)

RGB channels and saturation

R 64 of 255 = 25%
G 123 of 255 = 48%
B 98 of 255 = 38%

64
123
98

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

Portions of RGB colors in percentages

R + G + B =
64 + 123 + 98 = 285 (100%)
R 64 of 285 ~ 22.46%
G 123 of 285 ~ 43.16%
B 98 of 285 ~ 34.39%

%22.46
%43.16
%34.39

CMYK color model

#407B62 color CMYK value is (48,0,20,52).

  • cyan value is 47.97%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 51.76%
CMYK:
(48,0,20,52)
C48M0Y20K52 
(48%,0%,20%,52%)
(0.48/0.00/0.20/0.52)	

CMYK percentages

%47.97
%0
%20.33
%51.76

Codes

Color #407B62 in popluar color models

407B62
RGB6412398
HSL155°31.55%36.67%
HSB/HSV155°47.97%48.24%
CMYK47.97%0.00%20.33%
51.76%

Color #407B62 in popluar number systems.

HEX407B62
Decimal6412398
Binary100000011110111100010
Octal100173142

Shades and tints

Shades of #407B62

#407B62
(64,123,98)
#3B705A
(59,112,90)
#366552
(54,101,82)
#315A4A
(49,90,74)
#2C4F42
(44,79,66)
#27443A
(39,68,58)
#223932
(34,57,50)
#1D2E2A
(29,46,42)
#182322
(24,35,34)
#13181A
(19,24,26)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #407B62

#407B62
(64,123,98)
#518770
(81,135,112)
#62937E
(98,147,126)
#739F8C
(115,159,140)
#84AB9A
(132,171,154)
#95B7A8
(149,183,168)
#A6C3B6
(166,195,182)
#B7CFC4
(183,207,196)
#C8DBD2
(200,219,210)
#D9E7E0
(217,231,224)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407B62; }

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

This text font color is #407B62.


Background Color

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

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

This div background color is #407B62.


Border color

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

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

This div border color is #407B62.


Opacity

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

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

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

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

This text has shadow with #407B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407B62 on black background.


Color preview on white background

This text has color #407B62 on white background.



Black color preview on #407B62 background

This text has black color on #407B62 background.


White color preview on #407B62 background

This text has white color on #407B62 background.