COLOR #425C47

HEX: #425C47
RGB: (66,92,71)

Color info

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

RGB color model

#425C47 color RGB value is (66,92,71).

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

RGB channels and saturation

R 66 of 255 = 26%
G 92 of 255 = 36%
B 71 of 255 = 28%

66
92
71

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

Portions of RGB colors in percentages

R + G + B =
66 + 92 + 71 = 229 (100%)
R 66 of 229 ~ 28.82%
G 92 of 229 ~ 40.17%
B 71 of 229 ~ 31%

%28.82
%40.17
%31

CMYK color model

#425C47 color CMYK value is (28,0,23,64).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 63.92%
CMYK:
(28,0,23,64)
C28M0Y23K64 
(28%,0%,23%,64%)
(0.28/0.00/0.23/0.64)	

CMYK percentages

%28.26
%0
%22.83
%63.92

Codes

Color #425C47 in popluar color models

425C47
RGB669271
HSL132°16.46%30.98%
HSB/HSV132°28.26%36.08%
CMYK28.26%0.00%22.83%
63.92%

Color #425C47 in popluar number systems.

HEX425C47
Decimal669271
Binary100001010111001000111
Octal102134107

Shades and tints

Shades of #425C47

#425C47
(66,92,71)
#3C5441
(60,84,65)
#364C3B
(54,76,59)
#304435
(48,68,53)
#2A3C2F
(42,60,47)
#243429
(36,52,41)
#1E2C23
(30,44,35)
#18241D
(24,36,29)
#121C17
(18,28,23)
#0C1411
(12,20,17)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #425C47

#425C47
(66,92,71)
#536A57
(83,106,87)
#647867
(100,120,103)
#758677
(117,134,119)
#869487
(134,148,135)
#97A297
(151,162,151)
#A8B0A7
(168,176,167)
#B9BEB7
(185,190,183)
#CACCC7
(202,204,199)
#DBDAD7
(219,218,215)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425C47; }

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

This text font color is #425C47.


Background Color

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

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

This div background color is #425C47.


Border color

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

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

This div border color is #425C47.


Opacity

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

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

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

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

This text has shadow with #425C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425C47 on black background.


Color preview on white background

This text has color #425C47 on white background.



Black color preview on #425C47 background

This text has black color on #425C47 background.


White color preview on #425C47 background

This text has white color on #425C47 background.