COLOR #425204

HEX: #425204
RGB: (66,82,4)

Color info

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

RGB color model

#425204 color RGB value is (66,82,4).

  • red value is 66;
  • green value is 82;
  • blue value is 4.
RGB:
(66,82,4)
(26%,32%,2%)

RGB channels and saturation

R 66 of 255 = 26%
G 82 of 255 = 32%
B 4 of 255 = 2%

66
82
4

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

Portions of RGB colors in percentages

R + G + B =
66 + 82 + 4 = 152 (100%)
R 66 of 152 ~ 43.42%
G 82 of 152 ~ 53.95%
B 4 of 152 ~ 2.63%

%43.42
%53.95

CMYK color model

#425204 color CMYK value is (20,0,95,68).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 95.12%
  • key color value is 67.84%
CMYK:
(20,0,95,68)
C20M0Y95K68 
(20%,0%,95%,68%)
(0.20/0.00/0.95/0.68)	

CMYK percentages

%19.51
%0
%95.12
%67.84

Codes

Color #425204 in popluar color models

425204
RGB66824
HSL72°90.70%16.86%
HSB/HSV72°95.12%32.16%
CMYK19.51%0.00%95.12%
67.84%

Color #425204 in popluar number systems.

HEX425204
Decimal66824
Binary10000101010010100
Octal1021224

Shades and tints

Shades of #425204

#425204
(66,82,4)
#3C4B04
(60,75,4)
#364404
(54,68,4)
#303D04
(48,61,4)
#2A3604
(42,54,4)
#242F04
(36,47,4)
#1E2804
(30,40,4)
#182104
(24,33,4)
#121A04
(18,26,4)
#0C1304
(12,19,4)
#060C04
(6,12,4)
#000000
(0,0,0)

Tints of #425204

#425204
(66,82,4)
#53611A
(83,97,26)
#647030
(100,112,48)
#757F46
(117,127,70)
#868E5C
(134,142,92)
#979D72
(151,157,114)
#A8AC88
(168,172,136)
#B9BB9E
(185,187,158)
#CACAB4
(202,202,180)
#DBD9CA
(219,217,202)
#ECE8E0
(236,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425204 color. Also use rgb(66,82,4) instead hex code.

Text Font Color

.myTextColor { color: #425204; }

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

This text font color is #425204.


Background Color

.myBgColor { background-color: #425204; }

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

This div background color is #425204.


Border color

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

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

This div border color is #425204.


Opacity

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

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

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

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

This text has shadow with #425204 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425204 on black background.


Color preview on white background

This text has color #425204 on white background.



Black color preview on #425204 background

This text has black color on #425204 background.


White color preview on #425204 background

This text has white color on #425204 background.