COLOR #425E58

HEX: #425E58
RGB: (66,94,88)

Color info

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

RGB color model

#425E58 color RGB value is (66,94,88).

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

RGB channels and saturation

R 66 of 255 = 26%
G 94 of 255 = 37%
B 88 of 255 = 35%

66
94
88

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

Portions of RGB colors in percentages

R + G + B =
66 + 94 + 88 = 248 (100%)
R 66 of 248 ~ 26.61%
G 94 of 248 ~ 37.9%
B 88 of 248 ~ 35.48%

%26.61
%37.9
%35.48

CMYK color model

#425E58 color CMYK value is (30,0,6,63).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 63.14%
CMYK:
(30,0,6,63)
C30M0Y6K63 
(30%,0%,6%,63%)
(0.30/0.00/0.06/0.63)	

CMYK percentages

%29.79
%0
%6.38
%63.14

Codes

Color #425E58 in popluar color models

425E58
RGB669488
HSL167°17.50%31.37%
HSB/HSV167°29.79%36.86%
CMYK29.79%0.00%6.38%
63.14%

Color #425E58 in popluar number systems.

HEX425E58
Decimal669488
Binary100001010111101011000
Octal102136130

Shades and tints

Shades of #425E58

#425E58
(66,94,88)
#3C5650
(60,86,80)
#364E48
(54,78,72)
#304640
(48,70,64)
#2A3E38
(42,62,56)
#243630
(36,54,48)
#1E2E28
(30,46,40)
#182620
(24,38,32)
#121E18
(18,30,24)
#0C1610
(12,22,16)
#060E08
(6,14,8)
#000000
(0,0,0)

Tints of #425E58

#425E58
(66,94,88)
#536C67
(83,108,103)
#647A76
(100,122,118)
#758885
(117,136,133)
#869694
(134,150,148)
#97A4A3
(151,164,163)
#A8B2B2
(168,178,178)
#B9C0C1
(185,192,193)
#CACED0
(202,206,208)
#DBDCDF
(219,220,223)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425E58; }

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

This text font color is #425E58.


Background Color

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

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

This div background color is #425E58.


Border color

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

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

This div border color is #425E58.


Opacity

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

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

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

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

This text has shadow with #425E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425E58 on black background.


Color preview on white background

This text has color #425E58 on white background.



Black color preview on #425E58 background

This text has black color on #425E58 background.


White color preview on #425E58 background

This text has white color on #425E58 background.