COLOR #425F4E

HEX: #425F4E
RGB: (66,95,78)

Color info

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

RGB color model

#425F4E color RGB value is (66,95,78).

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

RGB channels and saturation

R 66 of 255 = 26%
G 95 of 255 = 37%
B 78 of 255 = 31%

66
95
78

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

Portions of RGB colors in percentages

R + G + B =
66 + 95 + 78 = 239 (100%)
R 66 of 239 ~ 27.62%
G 95 of 239 ~ 39.75%
B 78 of 239 ~ 32.64%

%27.62
%39.75
%32.64

CMYK color model

#425F4E color CMYK value is (31,0,18,63).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 62.75%
CMYK:
(31,0,18,63)
C31M0Y18K63 
(31%,0%,18%,63%)
(0.31/0.00/0.18/0.63)	

CMYK percentages

%30.53
%0
%17.89
%62.75

Codes

Color #425F4E in popluar color models

425F4E
RGB669578
HSL145°18.01%31.57%
HSB/HSV145°30.53%37.25%
CMYK30.53%0.00%17.89%
62.75%

Color #425F4E in popluar number systems.

HEX425F4E
Decimal669578
Binary100001010111111001110
Octal102137116

Shades and tints

Shades of #425F4E

#425F4E
(66,95,78)
#3C5747
(60,87,71)
#364F40
(54,79,64)
#304739
(48,71,57)
#2A3F32
(42,63,50)
#24372B
(36,55,43)
#1E2F24
(30,47,36)
#18271D
(24,39,29)
#121F16
(18,31,22)
#0C170F
(12,23,15)
#060F08
(6,15,8)
#000000
(0,0,0)

Tints of #425F4E

#425F4E
(66,95,78)
#536D5E
(83,109,94)
#647B6E
(100,123,110)
#75897E
(117,137,126)
#86978E
(134,151,142)
#97A59E
(151,165,158)
#A8B3AE
(168,179,174)
#B9C1BE
(185,193,190)
#CACFCE
(202,207,206)
#DBDDDE
(219,221,222)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425F4E; }

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

This text font color is #425F4E.


Background Color

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

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

This div background color is #425F4E.


Border color

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

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

This div border color is #425F4E.


Opacity

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

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

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

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

This text has shadow with #425F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425F4E on black background.


Color preview on white background

This text has color #425F4E on white background.



Black color preview on #425F4E background

This text has black color on #425F4E background.


White color preview on #425F4E background

This text has white color on #425F4E background.