COLOR #407148

HEX: #407148
RGB: (64,113,72)

Color info

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

RGB color model

#407148 color RGB value is (64,113,72).

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

RGB channels and saturation

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

64
113
72

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

Portions of RGB colors in percentages

R + G + B =
64 + 113 + 72 = 249 (100%)
R 64 of 249 ~ 25.7%
G 113 of 249 ~ 45.38%
B 72 of 249 ~ 28.92%

%25.7
%45.38
%28.92

CMYK color model

#407148 color CMYK value is (43,0,36,56).

  • cyan value is 43.36%
  • magenta value is 0.00%
  • yellow value is 36.28%
  • key color value is 55.69%
CMYK:
(43,0,36,56)
C43M0Y36K56 
(43%,0%,36%,56%)
(0.43/0.00/0.36/0.56)	

CMYK percentages

%43.36
%0
%36.28
%55.69

Codes

Color #407148 in popluar color models

407148
RGB6411372
HSL130°27.68%34.71%
HSB/HSV130°43.36%44.31%
CMYK43.36%0.00%36.28%
55.69%

Color #407148 in popluar number systems.

HEX407148
Decimal6411372
Binary100000011100011001000
Octal100161110

Shades and tints

Shades of #407148

#407148
(64,113,72)
#3B6742
(59,103,66)
#365D3C
(54,93,60)
#315336
(49,83,54)
#2C4930
(44,73,48)
#273F2A
(39,63,42)
#223524
(34,53,36)
#1D2B1E
(29,43,30)
#182118
(24,33,24)
#131712
(19,23,18)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #407148

#407148
(64,113,72)
#517D58
(81,125,88)
#628968
(98,137,104)
#739578
(115,149,120)
#84A188
(132,161,136)
#95AD98
(149,173,152)
#A6B9A8
(166,185,168)
#B7C5B8
(183,197,184)
#C8D1C8
(200,209,200)
#D9DDD8
(217,221,216)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407148; }

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

This text font color is #407148.


Background Color

.myBgColor { background-color: #407148; }

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

This div background color is #407148.


Border color

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

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

This div border color is #407148.


Opacity

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

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

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

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

This text has shadow with #407148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407148 on black background.


Color preview on white background

This text has color #407148 on white background.



Black color preview on #407148 background

This text has black color on #407148 background.


White color preview on #407148 background

This text has white color on #407148 background.