COLOR #425850

HEX: #425850
RGB: (66,88,80)

Color info

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

RGB color model

#425850 color RGB value is (66,88,80).

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

RGB channels and saturation

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

66
88
80

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

Portions of RGB colors in percentages

R + G + B =
66 + 88 + 80 = 234 (100%)
R 66 of 234 ~ 28.21%
G 88 of 234 ~ 37.61%
B 80 of 234 ~ 34.19%

%28.21
%37.61
%34.19

CMYK color model

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

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

CMYK percentages

%25
%0
%9.09
%65.49

Codes

Color #425850 in popluar color models

425850
RGB668880
HSL158°14.29%30.20%
HSB/HSV158°25.00%34.51%
CMYK25.00%0.00%9.09%
65.49%

Color #425850 in popluar number systems.

HEX425850
Decimal668880
Binary100001010110001010000
Octal102130120

Shades and tints

Shades of #425850

#425850
(66,88,80)
#3C5049
(60,80,73)
#364842
(54,72,66)
#30403B
(48,64,59)
#2A3834
(42,56,52)
#24302D
(36,48,45)
#1E2826
(30,40,38)
#18201F
(24,32,31)
#121818
(18,24,24)
#0C1011
(12,16,17)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #425850

#425850
(66,88,80)
#53675F
(83,103,95)
#64766E
(100,118,110)
#75857D
(117,133,125)
#86948C
(134,148,140)
#97A39B
(151,163,155)
#A8B2AA
(168,178,170)
#B9C1B9
(185,193,185)
#CAD0C8
(202,208,200)
#DBDFD7
(219,223,215)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425850; }

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

This text font color is #425850.


Background Color

.myBgColor { background-color: #425850; }

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

This div background color is #425850.


Border color

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

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

This div border color is #425850.


Opacity

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

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

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

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

This text has shadow with #425850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425850 on black background.


Color preview on white background

This text has color #425850 on white background.



Black color preview on #425850 background

This text has black color on #425850 background.


White color preview on #425850 background

This text has white color on #425850 background.