COLOR #407147

HEX: #407147
RGB: (64,113,71)

Color info

#407147 contains red, green and blue colors in about the same proportion. Web safe color of #407147 is #336633 (or #363).

RGB color model

#407147 color RGB value is (64,113,71).

  • red value is 64;
  • green value is 113;
  • blue value is 71.
RGB:
(64,113,71)
(25%,44%,28%)

RGB channels and saturation

R 64 of 255 = 25%
G 113 of 255 = 44%
B 71 of 255 = 28%

64
113
71

R + G + B ~ 32%. #407147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 113 + 71 = 248 (100%)
R 64 of 248 ~ 25.81%
G 113 of 248 ~ 45.56%
B 71 of 248 ~ 28.63%

%25.81
%45.56
%28.63

CMYK color model

#407147 color CMYK value is (43,0,37,56).

  • cyan value is 43.36%
  • magenta value is 0.00%
  • yellow value is 37.17%
  • key color value is 55.69%
CMYK:
(43,0,37,56)
C43M0Y37K56 
(43%,0%,37%,56%)
(0.43/0.00/0.37/0.56)	

CMYK percentages

%43.36
%0
%37.17
%55.69

Codes

Color #407147 in popluar color models

407147
RGB6411371
HSL129°27.68%34.71%
HSB/HSV129°43.36%44.31%
CMYK43.36%0.00%37.17%
55.69%

Color #407147 in popluar number systems.

HEX407147
Decimal6411371
Binary100000011100011000111
Octal100161107

Shades and tints

Shades of #407147

#407147
(64,113,71)
#3B6741
(59,103,65)
#365D3B
(54,93,59)
#315335
(49,83,53)
#2C492F
(44,73,47)
#273F29
(39,63,41)
#223523
(34,53,35)
#1D2B1D
(29,43,29)
#182117
(24,33,23)
#131711
(19,23,17)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #407147

#407147
(64,113,71)
#517D57
(81,125,87)
#628967
(98,137,103)
#739577
(115,149,119)
#84A187
(132,161,135)
#95AD97
(149,173,151)
#A6B9A7
(166,185,167)
#B7C5B7
(183,197,183)
#C8D1C7
(200,209,199)
#D9DDD7
(217,221,215)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407147 color. Also use rgb(64,113,71) instead hex code.

Text Font Color

.myTextColor { color: #407147; }

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

This text font color is #407147.


Background Color

.myBgColor { background-color: #407147; }

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

This div background color is #407147.


Border color

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

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

This div border color is #407147.


Opacity

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

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

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

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

This text has shadow with #407147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407147 on black background.


Color preview on white background

This text has color #407147 on white background.



Black color preview on #407147 background

This text has black color on #407147 background.


White color preview on #407147 background

This text has white color on #407147 background.