COLOR #425024

HEX: #425024
RGB: (66,80,36)

Color info

#425024 contains red, green and blue colors in about the same proportion. Web safe color of #425024 is #336633 (or #363).

RGB color model

#425024 color RGB value is (66,80,36).

  • red value is 66;
  • green value is 80;
  • blue value is 36.
RGB:
(66,80,36)
(26%,31%,14%)

RGB channels and saturation

R 66 of 255 = 26%
G 80 of 255 = 31%
B 36 of 255 = 14%

66
80
36

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

Portions of RGB colors in percentages

R + G + B =
66 + 80 + 36 = 182 (100%)
R 66 of 182 ~ 36.26%
G 80 of 182 ~ 43.96%
B 36 of 182 ~ 19.78%

%36.26
%43.96
%19.78

CMYK color model

#425024 color CMYK value is (18,0,55,69).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 68.63%
CMYK:
(18,0,55,69)
C18M0Y55K69 
(18%,0%,55%,69%)
(0.18/0.00/0.55/0.69)	

CMYK percentages

%17.5
%0
%55
%68.63

Codes

Color #425024 in popluar color models

425024
RGB668036
HSL79°37.93%22.75%
HSB/HSV79°55.00%31.37%
CMYK17.50%0.00%55.00%
68.63%

Color #425024 in popluar number systems.

HEX425024
Decimal668036
Binary10000101010000100100
Octal10212044

Shades and tints

Shades of #425024

#425024
(66,80,36)
#3C4921
(60,73,33)
#36421E
(54,66,30)
#303B1B
(48,59,27)
#2A3418
(42,52,24)
#242D15
(36,45,21)
#1E2612
(30,38,18)
#181F0F
(24,31,15)
#12180C
(18,24,12)
#0C1109
(12,17,9)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #425024

#425024
(66,80,36)
#535F37
(83,95,55)
#646E4A
(100,110,74)
#757D5D
(117,125,93)
#868C70
(134,140,112)
#979B83
(151,155,131)
#A8AA96
(168,170,150)
#B9B9A9
(185,185,169)
#CAC8BC
(202,200,188)
#DBD7CF
(219,215,207)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425024 color. Also use rgb(66,80,36) instead hex code.

Text Font Color

.myTextColor { color: #425024; }

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

This text font color is #425024.


Background Color

.myBgColor { background-color: #425024; }

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

This div background color is #425024.


Border color

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

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

This div border color is #425024.


Opacity

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

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

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

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

This text has shadow with #425024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425024 on black background.


Color preview on white background

This text has color #425024 on white background.



Black color preview on #425024 background

This text has black color on #425024 background.


White color preview on #425024 background

This text has white color on #425024 background.