COLOR #407030

HEX: #407030 RGB: (64,112,48)

Color info

#407030 contains mainly red and green colors. Web safe color of #407030 is #336633 (or #363).

RGB color model

#407030 color RGB value is (64,112,48).

RGB: (64,112,48) (25%, 44%, 19%)

RGB channels and saturation

R 64 of 255 = 25%
G 112 of 255 = 44%
B 48 of 255 = 19%

64
112
48

R + G + B ~ 29%. #407030 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 112 + 48 = 224 (100%)
R 64 of 224 ~ 28.57%
G 112 of 224 ~ 50%
B 48 of 224 ~ 21.43'%

%28.57
%50
%21.43

CMYK color model

#407030 color CMYK value is (43,0,57,56).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 56.08%

CMYK: (43,0,57,56)
C43M0Y57K56 (43%, 0%, 57%, 56%)
(0.43 / 0.00 / 0.57 / 0.56)

CMYK percentages

%42.86
%0
%57.14
%56.08

Codes

Color #407030 in popluar color models

40 70 30
RGB 64 112 48
HSL 105° 40.00% 31.37%
HSB/HSV 105° 57.14% 43.92%
CMYK 42.86% 0.00% 57.14%
56.08%

Color #407030 in popluar number systems.

HEX 40 70 30
Decimal 64 112 48
Binary 1000000 1110000 110000
Octal 100 160 60

Shades and tints

Shades of #407030

#407030
(64,112,48)
#3B662C
(59,102,44)
#365C28
(54,92,40)
#315224
(49,82,36)
#2C4820
(44,72,32)
#273E1C
(39,62,28)
#223418
(34,52,24)
#1D2A14
(29,42,20)
#182010
(24,32,16)
#13160C
(19,22,12)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #407030

#407030
(64,112,48)
#517D42
(81,125,66)
#628A54
(98,138,84)
#739766
(115,151,102)
#84A478
(132,164,120)
#95B18A
(149,177,138)
#A6BE9C
(166,190,156)
#B7CBAE
(183,203,174)
#C8D8C0
(200,216,192)
#D9E5D2
(217,229,210)
#EAF2E4
(234,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407030 color. Also use rgb(64,112,48) instead hex code.

Text Font Color

.myTextColor { color: #407030; }

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

This text font color is #407030.

Background Color

.myBgColor { background-color: #407030; }

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

This div background color is #407030.

Border color

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

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

This div border color is #407030.

Opacity

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

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

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

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

This text has shadow with #407030 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #407030.

Preview

Color preview on black background

This text has color #407030 on black background.


Color preview on white background

This text has color #407030 on white background.


Black color preview on #407030 background

This text has black color on #407030 background.


White color preview on #407030 background

This text has white color on #407030 background.


Related colors

Complementary color

Complementary color for #hex is #BF8FCF.


I love getcolorcode.com

Triadic colors

1 #304070 and #703040 with #407030 are triadic colors.

2 #307040 and #704030 with #407030 are triadic colors.