COLOR #425859

HEX: #425859
RGB: (66,88,89)

Color info

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

RGB color model

#425859 color RGB value is (66,88,89).

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

RGB channels and saturation

R 66 of 255 = 26%
G 88 of 255 = 35%
B 89 of 255 = 35%

66
88
89

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

Portions of RGB colors in percentages

R + G + B =
66 + 88 + 89 = 243 (100%)
R 66 of 243 ~ 27.16%
G 88 of 243 ~ 36.21%
B 89 of 243 ~ 36.63%

%27.16
%36.21
%36.63

CMYK color model

#425859 color CMYK value is (26,1,0,65).

  • cyan value is 25.84%
  • magenta value is 1.12%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(26,1,0,65)
C26M1Y0K65 
(26%,1%,0%,65%)
(0.26/0.01/0.00/0.65)	

CMYK percentages

%25.84
%1.12
%0
%65.1

Codes

Color #425859 in popluar color models

425859
RGB668889
HSL183°14.84%30.39%
HSB/HSV183°25.84%34.90%
CMYK25.84%1.12%0.00%
65.10%

Color #425859 in popluar number systems.

HEX425859
Decimal668889
Binary100001010110001011001
Octal102130131

Shades and tints

Shades of #425859

#425859
(66,88,89)
#3C5051
(60,80,81)
#364849
(54,72,73)
#304041
(48,64,65)
#2A3839
(42,56,57)
#243031
(36,48,49)
#1E2829
(30,40,41)
#182021
(24,32,33)
#121819
(18,24,25)
#0C1011
(12,16,17)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #425859

#425859
(66,88,89)
#536768
(83,103,104)
#647677
(100,118,119)
#758586
(117,133,134)
#869495
(134,148,149)
#97A3A4
(151,163,164)
#A8B2B3
(168,178,179)
#B9C1C2
(185,193,194)
#CAD0D1
(202,208,209)
#DBDFE0
(219,223,224)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425859; }

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

This text font color is #425859.


Background Color

.myBgColor { background-color: #425859; }

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

This div background color is #425859.


Border color

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

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

This div border color is #425859.


Opacity

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

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

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

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

This text has shadow with #425859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425859 on black background.


Color preview on white background

This text has color #425859 on white background.



Black color preview on #425859 background

This text has black color on #425859 background.


White color preview on #425859 background

This text has white color on #425859 background.