COLOR #407D53

HEX: #407D53
RGB: (64,125,83)

Color info

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

RGB color model

#407D53 color RGB value is (64,125,83).

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

RGB channels and saturation

R 64 of 255 = 25%
G 125 of 255 = 49%
B 83 of 255 = 33%

64
125
83

R + G + B ~ 36%. #407D53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 125 + 83 = 272 (100%)
R 64 of 272 ~ 23.53%
G 125 of 272 ~ 45.96%
B 83 of 272 ~ 30.51%

%23.53
%45.96
%30.51

CMYK color model

#407D53 color CMYK value is (49,0,34,51).

  • cyan value is 48.80%
  • magenta value is 0.00%
  • yellow value is 33.60%
  • key color value is 50.98%
CMYK:
(49,0,34,51)
C49M0Y34K51 
(49%,0%,34%,51%)
(0.49/0.00/0.34/0.51)	

CMYK percentages

%48.8
%0
%33.6
%50.98

Codes

Color #407D53 in popluar color models

407D53
RGB6412583
HSL139°32.28%37.06%
HSB/HSV139°48.80%49.02%
CMYK48.80%0.00%33.60%
50.98%

Color #407D53 in popluar number systems.

HEX407D53
Decimal6412583
Binary100000011111011010011
Octal100175123

Shades and tints

Shades of #407D53

#407D53
(64,125,83)
#3B724C
(59,114,76)
#366745
(54,103,69)
#315C3E
(49,92,62)
#2C5137
(44,81,55)
#274630
(39,70,48)
#223B29
(34,59,41)
#1D3022
(29,48,34)
#18251B
(24,37,27)
#131A14
(19,26,20)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #407D53

#407D53
(64,125,83)
#518862
(81,136,98)
#629371
(98,147,113)
#739E80
(115,158,128)
#84A98F
(132,169,143)
#95B49E
(149,180,158)
#A6BFAD
(166,191,173)
#B7CABC
(183,202,188)
#C8D5CB
(200,213,203)
#D9E0DA
(217,224,218)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407D53; }

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

This text font color is #407D53.


Background Color

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

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

This div background color is #407D53.


Border color

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

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

This div border color is #407D53.


Opacity

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

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

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

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

This text has shadow with #407D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407D53 on black background.


Color preview on white background

This text has color #407D53 on white background.



Black color preview on #407D53 background

This text has black color on #407D53 background.


White color preview on #407D53 background

This text has white color on #407D53 background.