COLOR #425E50

HEX: #425E50
RGB: (66,94,80)

Color info

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

RGB color model

#425E50 color RGB value is (66,94,80).

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

RGB channels and saturation

R 66 of 255 = 26%
G 94 of 255 = 37%
B 80 of 255 = 31%

66
94
80

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

Portions of RGB colors in percentages

R + G + B =
66 + 94 + 80 = 240 (100%)
R 66 of 240 ~ 27.5%
G 94 of 240 ~ 39.17%
B 80 of 240 ~ 33.33%

%27.5
%39.17
%33.33

CMYK color model

#425E50 color CMYK value is (30,0,15,63).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 63.14%
CMYK:
(30,0,15,63)
C30M0Y15K63 
(30%,0%,15%,63%)
(0.30/0.00/0.15/0.63)	

CMYK percentages

%29.79
%0
%14.89
%63.14

Codes

Color #425E50 in popluar color models

425E50
RGB669480
HSL150°17.50%31.37%
HSB/HSV150°29.79%36.86%
CMYK29.79%0.00%14.89%
63.14%

Color #425E50 in popluar number systems.

HEX425E50
Decimal669480
Binary100001010111101010000
Octal102136120

Shades and tints

Shades of #425E50

#425E50
(66,94,80)
#3C5649
(60,86,73)
#364E42
(54,78,66)
#30463B
(48,70,59)
#2A3E34
(42,62,52)
#24362D
(36,54,45)
#1E2E26
(30,46,38)
#18261F
(24,38,31)
#121E18
(18,30,24)
#0C1611
(12,22,17)
#060E0A
(6,14,10)
#000000
(0,0,0)

Tints of #425E50

#425E50
(66,94,80)
#536C5F
(83,108,95)
#647A6E
(100,122,110)
#75887D
(117,136,125)
#86968C
(134,150,140)
#97A49B
(151,164,155)
#A8B2AA
(168,178,170)
#B9C0B9
(185,192,185)
#CACEC8
(202,206,200)
#DBDCD7
(219,220,215)
#ECEAE6
(236,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425E50; }

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

This text font color is #425E50.


Background Color

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

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

This div background color is #425E50.


Border color

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

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

This div border color is #425E50.


Opacity

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

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

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

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

This text has shadow with #425E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425E50 on black background.


Color preview on white background

This text has color #425E50 on white background.



Black color preview on #425E50 background

This text has black color on #425E50 background.


White color preview on #425E50 background

This text has white color on #425E50 background.