COLOR #425B51

HEX: #425B51
RGB: (66,91,81)

Color info

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

RGB color model

#425B51 color RGB value is (66,91,81).

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

RGB channels and saturation

R 66 of 255 = 26%
G 91 of 255 = 36%
B 81 of 255 = 32%

66
91
81

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

Portions of RGB colors in percentages

R + G + B =
66 + 91 + 81 = 238 (100%)
R 66 of 238 ~ 27.73%
G 91 of 238 ~ 38.24%
B 81 of 238 ~ 34.03%

%27.73
%38.24
%34.03

CMYK color model

#425B51 color CMYK value is (27,0,11,64).

  • cyan value is 27.47%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 64.31%
CMYK:
(27,0,11,64)
C27M0Y11K64 
(27%,0%,11%,64%)
(0.27/0.00/0.11/0.64)	

CMYK percentages

%27.47
%0
%10.99
%64.31

Codes

Color #425B51 in popluar color models

425B51
RGB669181
HSL156°15.92%30.78%
HSB/HSV156°27.47%35.69%
CMYK27.47%0.00%10.99%
64.31%

Color #425B51 in popluar number systems.

HEX425B51
Decimal669181
Binary100001010110111010001
Octal102133121

Shades and tints

Shades of #425B51

#425B51
(66,91,81)
#3C534A
(60,83,74)
#364B43
(54,75,67)
#30433C
(48,67,60)
#2A3B35
(42,59,53)
#24332E
(36,51,46)
#1E2B27
(30,43,39)
#182320
(24,35,32)
#121B19
(18,27,25)
#0C1312
(12,19,18)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #425B51

#425B51
(66,91,81)
#536960
(83,105,96)
#64776F
(100,119,111)
#75857E
(117,133,126)
#86938D
(134,147,141)
#97A19C
(151,161,156)
#A8AFAB
(168,175,171)
#B9BDBA
(185,189,186)
#CACBC9
(202,203,201)
#DBD9D8
(219,217,216)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425B51; }

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

This text font color is #425B51.


Background Color

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

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

This div background color is #425B51.


Border color

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

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

This div border color is #425B51.


Opacity

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

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

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

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

This text has shadow with #425B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425B51 on black background.


Color preview on white background

This text has color #425B51 on white background.



Black color preview on #425B51 background

This text has black color on #425B51 background.


White color preview on #425B51 background

This text has white color on #425B51 background.