COLOR #407B4F

HEX: #407B4F RGB: (64,123,79)

Color info

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

RGB color model

#407B4F color RGB value is (64,123,79).

RGB: (64,123,79) (25%, 48%, 31%)

RGB channels and saturation

R 64 of 255 = 25%
G 123 of 255 = 48%
B 79 of 255 = 31%

64
123
79

R + G + B ~ 35%. #407B4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 123 + 79 = 266 (100%)
R 64 of 266 ~ 24.06%
G 123 of 266 ~ 46.24%
B 79 of 266 ~ 29.7'%

%24.06
%46.24
%29.7

CMYK color model

#407B4F color CMYK value is (48,0,36,52).

  • cyan value is 47.97%
  • magenta value is 0.00%
  • yellow value is 35.77%
  • key color value is 51.76%
CMYK: (48,0,36,52) C48M0Y36K52 (48%,0%,36%,52%) (0.48/0.00/0.36/0.52) 

CMYK percentages

%47.97
%0
%35.77
%51.76

Codes

Color #407B4F in popluar color models

40 7B 4F
RGB 64 123 79
HSL 135° 31.55% 36.67%
HSB/HSV 135° 47.97% 48.24%
CMYK 47.97% 0.00% 35.77%
51.76%

Color #407B4F in popluar number systems.

HEX 40 7B 4F
Decimal 64 123 79
Binary 1000000 1111011 1001111
Octal 100 173 117

Shades and tints

Shades of #407B4F

#407B4F
(64,123,79)
#3B7048
(59,112,72)
#366541
(54,101,65)
#315A3A
(49,90,58)
#2C4F33
(44,79,51)
#27442C
(39,68,44)
#223925
(34,57,37)
#1D2E1E
(29,46,30)
#182317
(24,35,23)
#131810
(19,24,16)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #407B4F

#407B4F
(64,123,79)
#51875F
(81,135,95)
#62936F
(98,147,111)
#739F7F
(115,159,127)
#84AB8F
(132,171,143)
#95B79F
(149,183,159)
#A6C3AF
(166,195,175)
#B7CFBF
(183,207,191)
#C8DBCF
(200,219,207)
#D9E7DF
(217,231,223)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407B4F; }

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

This text font color is #407B4F.

Background Color

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

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

This div background color is #407B4F.

Border color

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

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

This div border color is #407B4F.

Opacity

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

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

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

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

This text has shadow with #407B4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #407B4F.

Preview

Color preview on black background

This text has color #407B4F on black background.


Color preview on white background

This text has color #407B4F on white background.


Black color preview on #407B4F background

This text has black color on #407B4F background.


White color preview on #407B4F background

This text has white color on #407B4F background.


Related colors

Complementary color

Complementary color for #hex is #BF84B0.


I love getcolorcode.com

Triadic colors

1 #4F407B and #7B4F40 with #407B4F are triadic colors.

2 #4F7B40 and #7B404F with #407B4F are triadic colors.