COLOR #407D5F

HEX: #407D5F
RGB: (64,125,95)

Color info

#407D5F contains mainly green and blue colors. Web safe color of #407D5F is #336666 (or #366).

RGB color model

#407D5F color RGB value is (64,125,95).

  • red value is 64;
  • green value is 125;
  • blue value is 95.
RGB:
(64,125,95)
(25%,49%,37%)

RGB channels and saturation

R 64 of 255 = 25%
G 125 of 255 = 49%
B 95 of 255 = 37%

64
125
95

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

Portions of RGB colors in percentages

R + G + B =
64 + 125 + 95 = 284 (100%)
R 64 of 284 ~ 22.54%
G 125 of 284 ~ 44.01%
B 95 of 284 ~ 33.45%

%22.54
%44.01
%33.45

CMYK color model

#407D5F color CMYK value is (49,0,24,51).

  • cyan value is 48.80%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 50.98%
CMYK:
(49,0,24,51)
C49M0Y24K51 
(49%,0%,24%,51%)
(0.49/0.00/0.24/0.51)	

CMYK percentages

%48.8
%0
%24
%50.98

Codes

Color #407D5F in popluar color models

407D5F
RGB6412595
HSL150°32.28%37.06%
HSB/HSV150°48.80%49.02%
CMYK48.80%0.00%24.00%
50.98%

Color #407D5F in popluar number systems.

HEX407D5F
Decimal6412595
Binary100000011111011011111
Octal100175137

Shades and tints

Shades of #407D5F

#407D5F
(64,125,95)
#3B7257
(59,114,87)
#36674F
(54,103,79)
#315C47
(49,92,71)
#2C513F
(44,81,63)
#274637
(39,70,55)
#223B2F
(34,59,47)
#1D3027
(29,48,39)
#18251F
(24,37,31)
#131A17
(19,26,23)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #407D5F

#407D5F
(64,125,95)
#51886D
(81,136,109)
#62937B
(98,147,123)
#739E89
(115,158,137)
#84A997
(132,169,151)
#95B4A5
(149,180,165)
#A6BFB3
(166,191,179)
#B7CAC1
(183,202,193)
#C8D5CF
(200,213,207)
#D9E0DD
(217,224,221)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407D5F color. Also use rgb(64,125,95) instead hex code.

Text Font Color

.myTextColor { color: #407D5F; }

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

This text font color is #407D5F.


Background Color

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

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

This div background color is #407D5F.


Border color

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

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

This div border color is #407D5F.


Opacity

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

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

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

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

This text has shadow with #407D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407D5F on black background.


Color preview on white background

This text has color #407D5F on white background.



Black color preview on #407D5F background

This text has black color on #407D5F background.


White color preview on #407D5F background

This text has white color on #407D5F background.