COLOR #425556

HEX: #425556
RGB: (66,85,86)

Color info

#425556 contains red, green and blue colors in about the same proportion. Web safe color of #425556 is #336666 (or #366).

RGB color model

#425556 color RGB value is (66,85,86).

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

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 86 of 255 = 34%

66
85
86

R + G + B ~ 31%. #425556 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 85 + 86 = 237 (100%)
R 66 of 237 ~ 27.85%
G 85 of 237 ~ 35.86%
B 86 of 237 ~ 36.29%

%27.85
%35.86
%36.29

CMYK color model

#425556 color CMYK value is (23,1,0,66).

  • cyan value is 23.26%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(23,1,0,66)
C23M1Y0K66 
(23%,1%,0%,66%)
(0.23/0.01/0.00/0.66)	

CMYK percentages

%23.26
%1.16
%0
%66.27

Codes

Color #425556 in popluar color models

425556
RGB668586
HSL183°13.16%29.80%
HSB/HSV183°23.26%33.73%
CMYK23.26%1.16%0.00%
66.27%

Color #425556 in popluar number systems.

HEX425556
Decimal668586
Binary100001010101011010110
Octal102125126

Shades and tints

Shades of #425556

#425556
(66,85,86)
#3C4E4F
(60,78,79)
#364748
(54,71,72)
#304041
(48,64,65)
#2A393A
(42,57,58)
#243233
(36,50,51)
#1E2B2C
(30,43,44)
#182425
(24,36,37)
#121D1E
(18,29,30)
#0C1617
(12,22,23)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #425556

#425556
(66,85,86)
#536465
(83,100,101)
#647374
(100,115,116)
#758283
(117,130,131)
#869192
(134,145,146)
#97A0A1
(151,160,161)
#A8AFB0
(168,175,176)
#B9BEBF
(185,190,191)
#CACDCE
(202,205,206)
#DBDCDD
(219,220,221)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425556; }

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

This text font color is #425556.


Background Color

.myBgColor { background-color: #425556; }

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

This div background color is #425556.


Border color

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

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

This div border color is #425556.


Opacity

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

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

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

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

This text has shadow with #425556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425556 on black background.


Color preview on white background

This text has color #425556 on white background.



Black color preview on #425556 background

This text has black color on #425556 background.


White color preview on #425556 background

This text has white color on #425556 background.