COLOR #425A01

HEX: #425A01
RGB: (66,90,1)

Color info

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

RGB color model

#425A01 color RGB value is (66,90,1).

  • red value is 66;
  • green value is 90;
  • blue value is 1.
RGB:
(66,90,1)
(26%,35%,0%)

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 1 of 255 = 0%

66
90
1

R + G + B ~ 20%. #425A01 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 90 + 1 = 157 (100%)
R 66 of 157 ~ 42.04%
G 90 of 157 ~ 57.32%
B 1 of 157 ~ 0.64%

%42.04
%57.32

CMYK color model

#425A01 color CMYK value is (27,0,99,65).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 98.89%
  • key color value is 64.71%
CMYK:
(27,0,99,65)
C27M0Y99K65 
(27%,0%,99%,65%)
(0.27/0.00/0.99/0.65)	

CMYK percentages

%26.67
%0
%98.89
%64.71

Codes

Color #425A01 in popluar color models

425A01
RGB66901
HSL76°97.80%17.84%
HSB/HSV76°98.89%35.29%
CMYK26.67%0.00%98.89%
64.71%

Color #425A01 in popluar number systems.

HEX425A01
Decimal66901
Binary100001010110101
Octal1021321

Shades and tints

Shades of #425A01

#425A01
(66,90,1)
#3C5201
(60,82,1)
#364A01
(54,74,1)
#304201
(48,66,1)
#2A3A01
(42,58,1)
#243201
(36,50,1)
#1E2A01
(30,42,1)
#182201
(24,34,1)
#121A01
(18,26,1)
#0C1201
(12,18,1)
#060A01
(6,10,1)
#000000
(0,0,0)

Tints of #425A01

#425A01
(66,90,1)
#536918
(83,105,24)
#64782F
(100,120,47)
#758746
(117,135,70)
#86965D
(134,150,93)
#97A574
(151,165,116)
#A8B48B
(168,180,139)
#B9C3A2
(185,195,162)
#CAD2B9
(202,210,185)
#DBE1D0
(219,225,208)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425A01 color. Also use rgb(66,90,1) instead hex code.

Text Font Color

.myTextColor { color: #425A01; }

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

This text font color is #425A01.


Background Color

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

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

This div background color is #425A01.


Border color

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

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

This div border color is #425A01.


Opacity

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

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

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

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

This text has shadow with #425A01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425A01 on black background.


Color preview on white background

This text has color #425A01 on white background.



Black color preview on #425A01 background

This text has black color on #425A01 background.


White color preview on #425A01 background

This text has white color on #425A01 background.