COLOR #425F5F

HEX: #425F5F
RGB: (66,95,95)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

66
95
95

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

Portions of RGB colors in percentages

R + G + B =
66 + 95 + 95 = 256 (100%)
R 66 of 256 ~ 25.78%
G 95 of 256 ~ 37.11%
B 95 of 256 ~ 37.11%

%25.78
%37.11
%37.11

CMYK color model

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

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

CMYK percentages

%30.53
%0
%0
%62.75

Codes

Color #425F5F in popluar color models

425F5F
RGB669595
HSL180°18.01%31.57%
HSB/HSV180°30.53%37.25%
CMYK30.53%0.00%0.00%
62.75%

Color #425F5F in popluar number systems.

HEX425F5F
Decimal669595
Binary100001010111111011111
Octal102137137

Shades and tints

Shades of #425F5F

#425F5F
(66,95,95)
#3C5757
(60,87,87)
#364F4F
(54,79,79)
#304747
(48,71,71)
#2A3F3F
(42,63,63)
#243737
(36,55,55)
#1E2F2F
(30,47,47)
#182727
(24,39,39)
#121F1F
(18,31,31)
#0C1717
(12,23,23)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #425F5F

#425F5F
(66,95,95)
#536D6D
(83,109,109)
#647B7B
(100,123,123)
#758989
(117,137,137)
#869797
(134,151,151)
#97A5A5
(151,165,165)
#A8B3B3
(168,179,179)
#B9C1C1
(185,193,193)
#CACFCF
(202,207,207)
#DBDDDD
(219,221,221)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425F5F; }

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

This text font color is #425F5F.


Background Color

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

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

This div background color is #425F5F.


Border color

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

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

This div border color is #425F5F.


Opacity

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

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

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

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

This text has shadow with #425F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425F5F on black background.


Color preview on white background

This text has color #425F5F on white background.



Black color preview on #425F5F background

This text has black color on #425F5F background.


White color preview on #425F5F background

This text has white color on #425F5F background.