COLOR #425856

HEX: #425856
RGB: (66,88,86)

Color info

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

RGB color model

#425856 color RGB value is (66,88,86).

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

RGB channels and saturation

R 66 of 255 = 26%
G 88 of 255 = 35%
B 86 of 255 = 34%

66
88
86

R + G + B ~ 32%. #425856 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 88 + 86 = 240 (100%)
R 66 of 240 ~ 27.5%
G 88 of 240 ~ 36.67%
B 86 of 240 ~ 35.83%

%27.5
%36.67
%35.83

CMYK color model

#425856 color CMYK value is (25,0,2,65).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 65.49%
CMYK:
(25,0,2,65)
C25M0Y2K65 
(25%,0%,2%,65%)
(0.25/0.00/0.02/0.65)	

CMYK percentages

%25
%0
%2.27
%65.49

Codes

Color #425856 in popluar color models

425856
RGB668886
HSL175°14.29%30.20%
HSB/HSV175°25.00%34.51%
CMYK25.00%0.00%2.27%
65.49%

Color #425856 in popluar number systems.

HEX425856
Decimal668886
Binary100001010110001010110
Octal102130126

Shades and tints

Shades of #425856

#425856
(66,88,86)
#3C504F
(60,80,79)
#364848
(54,72,72)
#304041
(48,64,65)
#2A383A
(42,56,58)
#243033
(36,48,51)
#1E282C
(30,40,44)
#182025
(24,32,37)
#12181E
(18,24,30)
#0C1017
(12,16,23)
#060810
(6,8,16)
#000000
(0,0,0)

Tints of #425856

#425856
(66,88,86)
#536765
(83,103,101)
#647674
(100,118,116)
#758583
(117,133,131)
#869492
(134,148,146)
#97A3A1
(151,163,161)
#A8B2B0
(168,178,176)
#B9C1BF
(185,193,191)
#CAD0CE
(202,208,206)
#DBDFDD
(219,223,221)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425856; }

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

This text font color is #425856.


Background Color

.myBgColor { background-color: #425856; }

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

This div background color is #425856.


Border color

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

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

This div border color is #425856.


Opacity

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

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

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

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

This text has shadow with #425856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425856 on black background.


Color preview on white background

This text has color #425856 on white background.



Black color preview on #425856 background

This text has black color on #425856 background.


White color preview on #425856 background

This text has white color on #425856 background.