COLOR #425546

HEX: #425546
RGB: (66,85,70)

Color info

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

RGB color model

#425546 color RGB value is (66,85,70).

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

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 70 of 255 = 27%

66
85
70

R + G + B ~ 29%. #425546 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 85 + 70 = 221 (100%)
R 66 of 221 ~ 29.86%
G 85 of 221 ~ 38.46%
B 70 of 221 ~ 31.67%

%29.86
%38.46
%31.67

CMYK color model

#425546 color CMYK value is (22,0,18,67).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 66.67%
CMYK:
(22,0,18,67)
C22M0Y18K67 
(22%,0%,18%,67%)
(0.22/0.00/0.18/0.67)	

CMYK percentages

%22.35
%0
%17.65
%66.67

Codes

Color #425546 in popluar color models

425546
RGB668570
HSL133°12.58%29.61%
HSB/HSV133°22.35%33.33%
CMYK22.35%0.00%17.65%
66.67%

Color #425546 in popluar number systems.

HEX425546
Decimal668570
Binary100001010101011000110
Octal102125106

Shades and tints

Shades of #425546

#425546
(66,85,70)
#3C4E40
(60,78,64)
#36473A
(54,71,58)
#304034
(48,64,52)
#2A392E
(42,57,46)
#243228
(36,50,40)
#1E2B22
(30,43,34)
#18241C
(24,36,28)
#121D16
(18,29,22)
#0C1610
(12,22,16)
#060F0A
(6,15,10)
#000000
(0,0,0)

Tints of #425546

#425546
(66,85,70)
#536456
(83,100,86)
#647366
(100,115,102)
#758276
(117,130,118)
#869186
(134,145,134)
#97A096
(151,160,150)
#A8AFA6
(168,175,166)
#B9BEB6
(185,190,182)
#CACDC6
(202,205,198)
#DBDCD6
(219,220,214)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425546; }

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

This text font color is #425546.


Background Color

.myBgColor { background-color: #425546; }

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

This div background color is #425546.


Border color

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

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

This div border color is #425546.


Opacity

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

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

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

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

This text has shadow with #425546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425546 on black background.


Color preview on white background

This text has color #425546 on white background.



Black color preview on #425546 background

This text has black color on #425546 background.


White color preview on #425546 background

This text has white color on #425546 background.