COLOR #425520

HEX: #425520
RGB: (66,85,32)

Color info

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

RGB color model

#425520 color RGB value is (66,85,32).

  • red value is 66;
  • green value is 85;
  • blue value is 32.
RGB:
(66,85,32)
(26%,33%,13%)

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 32 of 255 = 13%

66
85
32

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

Portions of RGB colors in percentages

R + G + B =
66 + 85 + 32 = 183 (100%)
R 66 of 183 ~ 36.07%
G 85 of 183 ~ 46.45%
B 32 of 183 ~ 17.49%

%36.07
%46.45
%17.49

CMYK color model

#425520 color CMYK value is (22,0,62,67).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 62.35%
  • key color value is 66.67%
CMYK:
(22,0,62,67)
C22M0Y62K67 
(22%,0%,62%,67%)
(0.22/0.00/0.62/0.67)	

CMYK percentages

%22.35
%0
%62.35
%66.67

Codes

Color #425520 in popluar color models

425520
RGB668532
HSL82°45.30%22.94%
HSB/HSV82°62.35%33.33%
CMYK22.35%0.00%62.35%
66.67%

Color #425520 in popluar number systems.

HEX425520
Decimal668532
Binary10000101010101100000
Octal10212540

Shades and tints

Shades of #425520

#425520
(66,85,32)
#3C4E1E
(60,78,30)
#36471C
(54,71,28)
#30401A
(48,64,26)
#2A3918
(42,57,24)
#243216
(36,50,22)
#1E2B14
(30,43,20)
#182412
(24,36,18)
#121D10
(18,29,16)
#0C160E
(12,22,14)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #425520

#425520
(66,85,32)
#536434
(83,100,52)
#647348
(100,115,72)
#75825C
(117,130,92)
#869170
(134,145,112)
#97A084
(151,160,132)
#A8AF98
(168,175,152)
#B9BEAC
(185,190,172)
#CACDC0
(202,205,192)
#DBDCD4
(219,220,212)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425520 color. Also use rgb(66,85,32) instead hex code.

Text Font Color

.myTextColor { color: #425520; }

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

This text font color is #425520.


Background Color

.myBgColor { background-color: #425520; }

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

This div background color is #425520.


Border color

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

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

This div border color is #425520.


Opacity

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

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

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

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

This text has shadow with #425520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425520 on black background.


Color preview on white background

This text has color #425520 on white background.



Black color preview on #425520 background

This text has black color on #425520 background.


White color preview on #425520 background

This text has white color on #425520 background.