COLOR #425A47

HEX: #425A47
RGB: (66,90,71)

Color info

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

RGB color model

#425A47 color RGB value is (66,90,71).

  • red value is 66;
  • green value is 90;
  • blue value is 71.
RGB:
(66,90,71)
(26%,35%,28%)

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 71 of 255 = 28%

66
90
71

R + G + B ~ 30%. #425A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 90 + 71 = 227 (100%)
R 66 of 227 ~ 29.07%
G 90 of 227 ~ 39.65%
B 71 of 227 ~ 31.28%

%29.07
%39.65
%31.28

CMYK color model

#425A47 color CMYK value is (27,0,21,65).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 64.71%
CMYK:
(27,0,21,65)
C27M0Y21K65 
(27%,0%,21%,65%)
(0.27/0.00/0.21/0.65)	

CMYK percentages

%26.67
%0
%21.11
%64.71

Codes

Color #425A47 in popluar color models

425A47
RGB669071
HSL133°15.38%30.59%
HSB/HSV133°26.67%35.29%
CMYK26.67%0.00%21.11%
64.71%

Color #425A47 in popluar number systems.

HEX425A47
Decimal669071
Binary100001010110101000111
Octal102132107

Shades and tints

Shades of #425A47

#425A47
(66,90,71)
#3C5241
(60,82,65)
#364A3B
(54,74,59)
#304235
(48,66,53)
#2A3A2F
(42,58,47)
#243229
(36,50,41)
#1E2A23
(30,42,35)
#18221D
(24,34,29)
#121A17
(18,26,23)
#0C1211
(12,18,17)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #425A47

#425A47
(66,90,71)
#536957
(83,105,87)
#647867
(100,120,103)
#758777
(117,135,119)
#869687
(134,150,135)
#97A597
(151,165,151)
#A8B4A7
(168,180,167)
#B9C3B7
(185,195,183)
#CAD2C7
(202,210,199)
#DBE1D7
(219,225,215)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425A47 color. Also use rgb(66,90,71) instead hex code.

Text Font Color

.myTextColor { color: #425A47; }

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

This text font color is #425A47.


Background Color

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

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

This div background color is #425A47.


Border color

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

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

This div border color is #425A47.


Opacity

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

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

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

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

This text has shadow with #425A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425A47 on black background.


Color preview on white background

This text has color #425A47 on white background.



Black color preview on #425A47 background

This text has black color on #425A47 background.


White color preview on #425A47 background

This text has white color on #425A47 background.