COLOR #407A01

HEX: #407A01 RGB: (64,122,1)

Color info

#407A01 contains mainly red and green colors. Web safe color of #407A01 is #336600 (or #360).

RGB color model

#407A01 color RGB value is (64,122,1).

RGB: (64,122,1) (25%, 48%, 0%)

RGB channels and saturation

R 64 of 255 = 25%
G 122 of 255 = 48%
B 1 of 255 = 0%

64
122
1

R + G + B ~ 24%. #407A01 is dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 122 + 1 = 187 (100%)
R 64 of 187 ~ 34.22%
G 122 of 187 ~ 65.24%
B 1 of 187 ~ 0.53'%

%34.22
%65.24

CMYK color model

#407A01 color CMYK value is (48,0,99,52).

  • cyan value is 47.54%
  • magenta value is 0.00%
  • yellow value is 99.18%
  • key color value is 52.16%

CMYK: (48,0,99,52)
C48M0Y99K52 (48%, 0%, 99%, 52%)
(0.48 / 0.00 / 0.99 / 0.52)

CMYK percentages

%47.54
%0
%99.18
%52.16

Codes

Color #407A01 in popluar color models

40 7A 01
RGB 64 122 1
HSL 89° 98.37% 24.12%
HSB/HSV 89° 99.18% 47.84%
CMYK 47.54% 0.00% 99.18%
52.16%

Color #407A01 in popluar number systems.

HEX 40 7A 01
Decimal 64 122 1
Binary 1000000 1111010 1
Octal 100 172 1

Shades and tints

Shades of #407A01

#407A01
(64,122,1)
#3B6F01
(59,111,1)
#366401
(54,100,1)
#315901
(49,89,1)
#2C4E01
(44,78,1)
#274301
(39,67,1)
#223801
(34,56,1)
#1D2D01
(29,45,1)
#182201
(24,34,1)
#131701
(19,23,1)
#0E0C01
(14,12,1)
#000000
(0,0,0)

Tints of #407A01

#407A01
(64,122,1)
#518618
(81,134,24)
#62922F
(98,146,47)
#739E46
(115,158,70)
#84AA5D
(132,170,93)
#95B674
(149,182,116)
#A6C28B
(166,194,139)
#B7CEA2
(183,206,162)
#C8DAB9
(200,218,185)
#D9E6D0
(217,230,208)
#EAF2E7
(234,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407A01 color. Also use rgb(64,122,1) instead hex code.

Text Font Color

.myTextColor { color: #407A01; }

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

This text font color is #407A01.

Background Color

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

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

This div background color is #407A01.

Border color

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

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

This div border color is #407A01.

Opacity

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

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

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

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

This text has shadow with #407A01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #407A01.

Preview

Color preview on black background

This text has color #407A01 on black background.


Color preview on white background

This text has color #407A01 on white background.


Black color preview on #407A01 background

This text has black color on #407A01 background.


White color preview on #407A01 background

This text has white color on #407A01 background.


Related colors

Complementary color

Complementary color for #hex is #BF85FE.


I love getcolorcode.com

Triadic colors

1 #01407A and #7A0140 with #407A01 are triadic colors.

2 #017A40 and #7A4001 with #407A01 are triadic colors.