COLOR #425F5E

HEX: #425F5E
RGB: (66,95,94)

Color info

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

RGB color model

#425F5E color RGB value is (66,95,94).

  • red value is 66;
  • green value is 95;
  • blue value is 94.
RGB:
(66,95,94)
(26%,37%,37%)

RGB channels and saturation

R 66 of 255 = 26%
G 95 of 255 = 37%
B 94 of 255 = 37%

66
95
94

R + G + B ~ 33%. #425F5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 95 + 94 = 255 (100%)
R 66 of 255 ~ 25.88%
G 95 of 255 ~ 37.25%
B 94 of 255 ~ 36.86%

%25.88
%37.25
%36.86

CMYK color model

#425F5E color CMYK value is (31,0,1,63).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 62.75%
CMYK:
(31,0,1,63)
C31M0Y1K63 
(31%,0%,1%,63%)
(0.31/0.00/0.01/0.63)	

CMYK percentages

%30.53
%0
%1.05
%62.75

Codes

Color #425F5E in popluar color models

425F5E
RGB669594
HSL178°18.01%31.57%
HSB/HSV178°30.53%37.25%
CMYK30.53%0.00%1.05%
62.75%

Color #425F5E in popluar number systems.

HEX425F5E
Decimal669594
Binary100001010111111011110
Octal102137136

Shades and tints

Shades of #425F5E

#425F5E
(66,95,94)
#3C5756
(60,87,86)
#364F4E
(54,79,78)
#304746
(48,71,70)
#2A3F3E
(42,63,62)
#243736
(36,55,54)
#1E2F2E
(30,47,46)
#182726
(24,39,38)
#121F1E
(18,31,30)
#0C1716
(12,23,22)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #425F5E

#425F5E
(66,95,94)
#536D6C
(83,109,108)
#647B7A
(100,123,122)
#758988
(117,137,136)
#869796
(134,151,150)
#97A5A4
(151,165,164)
#A8B3B2
(168,179,178)
#B9C1C0
(185,193,192)
#CACFCE
(202,207,206)
#DBDDDC
(219,221,220)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425F5E color. Also use rgb(66,95,94) instead hex code.

Text Font Color

.myTextColor { color: #425F5E; }

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

This text font color is #425F5E.


Background Color

.myBgColor { background-color: #425F5E; }

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

This div background color is #425F5E.


Border color

.myBorderColor { border: 1px solid #425F5E; }

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

This div border color is #425F5E.


Opacity

.myOpacity80 { color: #425F5E; opacity: 0.8; }

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

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

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

This text has shadow with #425F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425F5E on black background.


Color preview on white background

This text has color #425F5E on white background.



Black color preview on #425F5E background

This text has black color on #425F5E background.


White color preview on #425F5E background

This text has white color on #425F5E background.