COLOR #407354

HEX: #407354
RGB: (64,115,84)

Color info

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

RGB color model

#407354 color RGB value is (64,115,84).

  • red value is 64;
  • green value is 115;
  • blue value is 84.
RGB:
(64,115,84)
(25%,45%,33%)

RGB channels and saturation

R 64 of 255 = 25%
G 115 of 255 = 45%
B 84 of 255 = 33%

64
115
84

R + G + B ~ 34%. #407354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 115 + 84 = 263 (100%)
R 64 of 263 ~ 24.33%
G 115 of 263 ~ 43.73%
B 84 of 263 ~ 31.94%

%24.33
%43.73
%31.94

CMYK color model

#407354 color CMYK value is (44,0,27,55).

  • cyan value is 44.35%
  • magenta value is 0.00%
  • yellow value is 26.96%
  • key color value is 54.90%
CMYK:
(44,0,27,55)
C44M0Y27K55 
(44%,0%,27%,55%)
(0.44/0.00/0.27/0.55)	

CMYK percentages

%44.35
%0
%26.96
%54.9

Codes

Color #407354 in popluar color models

407354
RGB6411584
HSL144°28.49%35.10%
HSB/HSV144°44.35%45.10%
CMYK44.35%0.00%26.96%
54.90%

Color #407354 in popluar number systems.

HEX407354
Decimal6411584
Binary100000011100111010100
Octal100163124

Shades and tints

Shades of #407354

#407354
(64,115,84)
#3B694D
(59,105,77)
#365F46
(54,95,70)
#31553F
(49,85,63)
#2C4B38
(44,75,56)
#274131
(39,65,49)
#22372A
(34,55,42)
#1D2D23
(29,45,35)
#18231C
(24,35,28)
#131915
(19,25,21)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #407354

#407354
(64,115,84)
#517F63
(81,127,99)
#628B72
(98,139,114)
#739781
(115,151,129)
#84A390
(132,163,144)
#95AF9F
(149,175,159)
#A6BBAE
(166,187,174)
#B7C7BD
(183,199,189)
#C8D3CC
(200,211,204)
#D9DFDB
(217,223,219)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407354 color. Also use rgb(64,115,84) instead hex code.

Text Font Color

.myTextColor { color: #407354; }

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

This text font color is #407354.


Background Color

.myBgColor { background-color: #407354; }

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

This div background color is #407354.


Border color

.myBorderColor { border: 1px solid #407354; }

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

This div border color is #407354.


Opacity

.myOpacity80 { color: #407354; opacity: 0.8; }

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

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

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

This text has shadow with #407354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407354 on black background.


Color preview on white background

This text has color #407354 on white background.



Black color preview on #407354 background

This text has black color on #407354 background.


White color preview on #407354 background

This text has white color on #407354 background.