COLOR #425529

HEX: #425529
RGB: (66,85,41)

Color info

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

RGB color model

#425529 color RGB value is (66,85,41).

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

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 41 of 255 = 16%

66
85
41

R + G + B ~ 25%. #425529 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 85 + 41 = 192 (100%)
R 66 of 192 ~ 34.38%
G 85 of 192 ~ 44.27%
B 41 of 192 ~ 21.35%

%34.38
%44.27
%21.35

CMYK color model

#425529 color CMYK value is (22,0,52,67).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 51.76%
  • key color value is 66.67%
CMYK:
(22,0,52,67)
C22M0Y52K67 
(22%,0%,52%,67%)
(0.22/0.00/0.52/0.67)	

CMYK percentages

%22.35
%0
%51.76
%66.67

Codes

Color #425529 in popluar color models

425529
RGB668541
HSL86°34.92%24.71%
HSB/HSV86°51.76%33.33%
CMYK22.35%0.00%51.76%
66.67%

Color #425529 in popluar number systems.

HEX425529
Decimal668541
Binary10000101010101101001
Octal10212551

Shades and tints

Shades of #425529

#425529
(66,85,41)
#3C4E26
(60,78,38)
#364723
(54,71,35)
#304020
(48,64,32)
#2A391D
(42,57,29)
#24321A
(36,50,26)
#1E2B17
(30,43,23)
#182414
(24,36,20)
#121D11
(18,29,17)
#0C160E
(12,22,14)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #425529

#425529
(66,85,41)
#53643C
(83,100,60)
#64734F
(100,115,79)
#758262
(117,130,98)
#869175
(134,145,117)
#97A088
(151,160,136)
#A8AF9B
(168,175,155)
#B9BEAE
(185,190,174)
#CACDC1
(202,205,193)
#DBDCD4
(219,220,212)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425529; }

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

This text font color is #425529.


Background Color

.myBgColor { background-color: #425529; }

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

This div background color is #425529.


Border color

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

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

This div border color is #425529.


Opacity

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

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

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

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

This text has shadow with #425529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425529 on black background.


Color preview on white background

This text has color #425529 on white background.



Black color preview on #425529 background

This text has black color on #425529 background.


White color preview on #425529 background

This text has white color on #425529 background.