COLOR #407C4A

HEX: #407C4A
RGB: (64,124,74)

Color info

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

RGB color model

#407C4A color RGB value is (64,124,74).

  • red value is 64;
  • green value is 124;
  • blue value is 74.
RGB:
(64,124,74)
(25%,49%,29%)

RGB channels and saturation

R 64 of 255 = 25%
G 124 of 255 = 49%
B 74 of 255 = 29%

64
124
74

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

Portions of RGB colors in percentages

R + G + B =
64 + 124 + 74 = 262 (100%)
R 64 of 262 ~ 24.43%
G 124 of 262 ~ 47.33%
B 74 of 262 ~ 28.24%

%24.43
%47.33
%28.24

CMYK color model

#407C4A color CMYK value is (48,0,40,51).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 40.32%
  • key color value is 51.37%
CMYK:
(48,0,40,51)
C48M0Y40K51 
(48%,0%,40%,51%)
(0.48/0.00/0.40/0.51)	

CMYK percentages

%48.39
%0
%40.32
%51.37

Codes

Color #407C4A in popluar color models

407C4A
RGB6412474
HSL130°31.91%36.86%
HSB/HSV130°48.39%48.63%
CMYK48.39%0.00%40.32%
51.37%

Color #407C4A in popluar number systems.

HEX407C4A
Decimal6412474
Binary100000011111001001010
Octal100174112

Shades and tints

Shades of #407C4A

#407C4A
(64,124,74)
#3B7144
(59,113,68)
#36663E
(54,102,62)
#315B38
(49,91,56)
#2C5032
(44,80,50)
#27452C
(39,69,44)
#223A26
(34,58,38)
#1D2F20
(29,47,32)
#18241A
(24,36,26)
#131914
(19,25,20)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #407C4A

#407C4A
(64,124,74)
#51875A
(81,135,90)
#62926A
(98,146,106)
#739D7A
(115,157,122)
#84A88A
(132,168,138)
#95B39A
(149,179,154)
#A6BEAA
(166,190,170)
#B7C9BA
(183,201,186)
#C8D4CA
(200,212,202)
#D9DFDA
(217,223,218)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407C4A color. Also use rgb(64,124,74) instead hex code.

Text Font Color

.myTextColor { color: #407C4A; }

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

This text font color is #407C4A.


Background Color

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

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

This div background color is #407C4A.


Border color

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

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

This div border color is #407C4A.


Opacity

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

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

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

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

This text has shadow with #407C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407C4A on black background.


Color preview on white background

This text has color #407C4A on white background.



Black color preview on #407C4A background

This text has black color on #407C4A background.


White color preview on #407C4A background

This text has white color on #407C4A background.