COLOR #425959

HEX: #425959
RGB: (66,89,89)

Color info

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

RGB color model

#425959 color RGB value is (66,89,89).

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

RGB channels and saturation

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

66
89
89

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

Portions of RGB colors in percentages

R + G + B =
66 + 89 + 89 = 244 (100%)
R 66 of 244 ~ 27.05%
G 89 of 244 ~ 36.48%
B 89 of 244 ~ 36.48%

%27.05
%36.48
%36.48

CMYK color model

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

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

CMYK percentages

%25.84
%0
%0
%65.1

Codes

Color #425959 in popluar color models

425959
RGB668989
HSL180°14.84%30.39%
HSB/HSV180°25.84%34.90%
CMYK25.84%0.00%0.00%
65.10%

Color #425959 in popluar number systems.

HEX425959
Decimal668989
Binary100001010110011011001
Octal102131131

Shades and tints

Shades of #425959

#425959
(66,89,89)
#3C5151
(60,81,81)
#364949
(54,73,73)
#304141
(48,65,65)
#2A3939
(42,57,57)
#243131
(36,49,49)
#1E2929
(30,41,41)
#182121
(24,33,33)
#121919
(18,25,25)
#0C1111
(12,17,17)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #425959

#425959
(66,89,89)
#536868
(83,104,104)
#647777
(100,119,119)
#758686
(117,134,134)
#869595
(134,149,149)
#97A4A4
(151,164,164)
#A8B3B3
(168,179,179)
#B9C2C2
(185,194,194)
#CAD1D1
(202,209,209)
#DBE0E0
(219,224,224)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425959; }

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

This text font color is #425959.


Background Color

.myBgColor { background-color: #425959; }

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

This div background color is #425959.


Border color

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

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

This div border color is #425959.


Opacity

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

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

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

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

This text has shadow with #425959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425959 on black background.


Color preview on white background

This text has color #425959 on white background.



Black color preview on #425959 background

This text has black color on #425959 background.


White color preview on #425959 background

This text has white color on #425959 background.