COLOR #425E5B

HEX: #425E5B
RGB: (66,94,91)

Color info

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

RGB color model

#425E5B color RGB value is (66,94,91).

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

RGB channels and saturation

R 66 of 255 = 26%
G 94 of 255 = 37%
B 91 of 255 = 36%

66
94
91

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

Portions of RGB colors in percentages

R + G + B =
66 + 94 + 91 = 251 (100%)
R 66 of 251 ~ 26.29%
G 94 of 251 ~ 37.45%
B 91 of 251 ~ 36.25%

%26.29
%37.45
%36.25

CMYK color model

#425E5B color CMYK value is (30,0,3,63).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 3.19%
  • key color value is 63.14%
CMYK:
(30,0,3,63)
C30M0Y3K63 
(30%,0%,3%,63%)
(0.30/0.00/0.03/0.63)	

CMYK percentages

%29.79
%0
%3.19
%63.14

Codes

Color #425E5B in popluar color models

425E5B
RGB669491
HSL174°17.50%31.37%
HSB/HSV174°29.79%36.86%
CMYK29.79%0.00%3.19%
63.14%

Color #425E5B in popluar number systems.

HEX425E5B
Decimal669491
Binary100001010111101011011
Octal102136133

Shades and tints

Shades of #425E5B

#425E5B
(66,94,91)
#3C5653
(60,86,83)
#364E4B
(54,78,75)
#304643
(48,70,67)
#2A3E3B
(42,62,59)
#243633
(36,54,51)
#1E2E2B
(30,46,43)
#182623
(24,38,35)
#121E1B
(18,30,27)
#0C1613
(12,22,19)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #425E5B

#425E5B
(66,94,91)
#536C69
(83,108,105)
#647A77
(100,122,119)
#758885
(117,136,133)
#869693
(134,150,147)
#97A4A1
(151,164,161)
#A8B2AF
(168,178,175)
#B9C0BD
(185,192,189)
#CACECB
(202,206,203)
#DBDCD9
(219,220,217)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425E5B; }

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

This text font color is #425E5B.


Background Color

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

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

This div background color is #425E5B.


Border color

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

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

This div border color is #425E5B.


Opacity

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

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

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

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

This text has shadow with #425E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425E5B on black background.


Color preview on white background

This text has color #425E5B on white background.



Black color preview on #425E5B background

This text has black color on #425E5B background.


White color preview on #425E5B background

This text has white color on #425E5B background.