COLOR #407B30

HEX: #407B30
RGB: (64,123,48)

Color info

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

RGB color model

#407B30 color RGB value is (64,123,48).

  • red value is 64;
  • green value is 123;
  • blue value is 48.
RGB:
(64,123,48)
(25%,48%,19%)

RGB channels and saturation

R 64 of 255 = 25%
G 123 of 255 = 48%
B 48 of 255 = 19%

64
123
48

R + G + B ~ 31%. #407B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 123 + 48 = 235 (100%)
R 64 of 235 ~ 27.23%
G 123 of 235 ~ 52.34%
B 48 of 235 ~ 20.43%

%27.23
%52.34
%20.43

CMYK color model

#407B30 color CMYK value is (48,0,61,52).

  • cyan value is 47.97%
  • magenta value is 0.00%
  • yellow value is 60.98%
  • key color value is 51.76%
CMYK:
(48,0,61,52)
C48M0Y61K52 
(48%,0%,61%,52%)
(0.48/0.00/0.61/0.52)	

CMYK percentages

%47.97
%0
%60.98
%51.76

Codes

Color #407B30 in popluar color models

407B30
RGB6412348
HSL107°43.86%33.53%
HSB/HSV107°60.98%48.24%
CMYK47.97%0.00%60.98%
51.76%

Color #407B30 in popluar number systems.

HEX407B30
Decimal6412348
Binary10000001111011110000
Octal10017360

Shades and tints

Shades of #407B30

#407B30
(64,123,48)
#3B702C
(59,112,44)
#366528
(54,101,40)
#315A24
(49,90,36)
#2C4F20
(44,79,32)
#27441C
(39,68,28)
#223918
(34,57,24)
#1D2E14
(29,46,20)
#182310
(24,35,16)
#13180C
(19,24,12)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #407B30

#407B30
(64,123,48)
#518742
(81,135,66)
#629354
(98,147,84)
#739F66
(115,159,102)
#84AB78
(132,171,120)
#95B78A
(149,183,138)
#A6C39C
(166,195,156)
#B7CFAE
(183,207,174)
#C8DBC0
(200,219,192)
#D9E7D2
(217,231,210)
#EAF3E4
(234,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407B30; }

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

This text font color is #407B30.


Background Color

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

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

This div background color is #407B30.


Border color

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

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

This div border color is #407B30.


Opacity

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

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

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

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

This text has shadow with #407B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407B30 on black background.


Color preview on white background

This text has color #407B30 on white background.



Black color preview on #407B30 background

This text has black color on #407B30 background.


White color preview on #407B30 background

This text has white color on #407B30 background.