COLOR #425858

HEX: #425858
RGB: (66,88,88)

Color info

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

RGB color model

#425858 color RGB value is (66,88,88).

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

RGB channels and saturation

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

66
88
88

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

Portions of RGB colors in percentages

R + G + B =
66 + 88 + 88 = 242 (100%)
R 66 of 242 ~ 27.27%
G 88 of 242 ~ 36.36%
B 88 of 242 ~ 36.36%

%27.27
%36.36
%36.36

CMYK color model

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

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

CMYK percentages

%25
%0
%0
%65.49

Codes

Color #425858 in popluar color models

425858
RGB668888
HSL180°14.29%30.20%
HSB/HSV180°25.00%34.51%
CMYK25.00%0.00%0.00%
65.49%

Color #425858 in popluar number systems.

HEX425858
Decimal668888
Binary100001010110001011000
Octal102130130

Shades and tints

Shades of #425858

#425858
(66,88,88)
#3C5050
(60,80,80)
#364848
(54,72,72)
#304040
(48,64,64)
#2A3838
(42,56,56)
#243030
(36,48,48)
#1E2828
(30,40,40)
#182020
(24,32,32)
#121818
(18,24,24)
#0C1010
(12,16,16)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #425858

#425858
(66,88,88)
#536767
(83,103,103)
#647676
(100,118,118)
#758585
(117,133,133)
#869494
(134,148,148)
#97A3A3
(151,163,163)
#A8B2B2
(168,178,178)
#B9C1C1
(185,193,193)
#CAD0D0
(202,208,208)
#DBDFDF
(219,223,223)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425858; }

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

This text font color is #425858.


Background Color

.myBgColor { background-color: #425858; }

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

This div background color is #425858.


Border color

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

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

This div border color is #425858.


Opacity

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

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

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

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

This text has shadow with #425858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425858 on black background.


Color preview on white background

This text has color #425858 on white background.



Black color preview on #425858 background

This text has black color on #425858 background.


White color preview on #425858 background

This text has white color on #425858 background.