COLOR #425F2A

HEX: #425F2A
RGB: (66,95,42)

Color info

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

RGB color model

#425F2A color RGB value is (66,95,42).

  • red value is 66;
  • green value is 95;
  • blue value is 42.
RGB:
(66,95,42)
(26%,37%,16%)

RGB channels and saturation

R 66 of 255 = 26%
G 95 of 255 = 37%
B 42 of 255 = 16%

66
95
42

R + G + B ~ 26%. #425F2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 95 + 42 = 203 (100%)
R 66 of 203 ~ 32.51%
G 95 of 203 ~ 46.8%
B 42 of 203 ~ 20.69%

%32.51
%46.8
%20.69

CMYK color model

#425F2A color CMYK value is (31,0,56,63).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 55.79%
  • key color value is 62.75%
CMYK:
(31,0,56,63)
C31M0Y56K63 
(31%,0%,56%,63%)
(0.31/0.00/0.56/0.63)	

CMYK percentages

%30.53
%0
%55.79
%62.75

Codes

Color #425F2A in popluar color models

425F2A
RGB669542
HSL93°38.69%26.86%
HSB/HSV93°55.79%37.25%
CMYK30.53%0.00%55.79%
62.75%

Color #425F2A in popluar number systems.

HEX425F2A
Decimal669542
Binary10000101011111101010
Octal10213752

Shades and tints

Shades of #425F2A

#425F2A
(66,95,42)
#3C5727
(60,87,39)
#364F24
(54,79,36)
#304721
(48,71,33)
#2A3F1E
(42,63,30)
#24371B
(36,55,27)
#1E2F18
(30,47,24)
#182715
(24,39,21)
#121F12
(18,31,18)
#0C170F
(12,23,15)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #425F2A

#425F2A
(66,95,42)
#536D3D
(83,109,61)
#647B50
(100,123,80)
#758963
(117,137,99)
#869776
(134,151,118)
#97A589
(151,165,137)
#A8B39C
(168,179,156)
#B9C1AF
(185,193,175)
#CACFC2
(202,207,194)
#DBDDD5
(219,221,213)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425F2A color. Also use rgb(66,95,42) instead hex code.

Text Font Color

.myTextColor { color: #425F2A; }

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

This text font color is #425F2A.


Background Color

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

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

This div background color is #425F2A.


Border color

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

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

This div border color is #425F2A.


Opacity

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

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

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

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

This text has shadow with #425F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425F2A on black background.


Color preview on white background

This text has color #425F2A on white background.



Black color preview on #425F2A background

This text has black color on #425F2A background.


White color preview on #425F2A background

This text has white color on #425F2A background.