COLOR #425D51

HEX: #425D51
RGB: (66,93,81)

Color info

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

RGB color model

#425D51 color RGB value is (66,93,81).

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

RGB channels and saturation

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

66
93
81

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

Portions of RGB colors in percentages

R + G + B =
66 + 93 + 81 = 240 (100%)
R 66 of 240 ~ 27.5%
G 93 of 240 ~ 38.75%
B 81 of 240 ~ 33.75%

%27.5
%38.75
%33.75

CMYK color model

#425D51 color CMYK value is (29,0,13,64).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 63.53%
CMYK:
(29,0,13,64)
C29M0Y13K64 
(29%,0%,13%,64%)
(0.29/0.00/0.13/0.64)	

CMYK percentages

%29.03
%0
%12.9
%63.53

Codes

Color #425D51 in popluar color models

425D51
RGB669381
HSL153°16.98%31.18%
HSB/HSV153°29.03%36.47%
CMYK29.03%0.00%12.90%
63.53%

Color #425D51 in popluar number systems.

HEX425D51
Decimal669381
Binary100001010111011010001
Octal102135121

Shades and tints

Shades of #425D51

#425D51
(66,93,81)
#3C554A
(60,85,74)
#364D43
(54,77,67)
#30453C
(48,69,60)
#2A3D35
(42,61,53)
#24352E
(36,53,46)
#1E2D27
(30,45,39)
#182520
(24,37,32)
#121D19
(18,29,25)
#0C1512
(12,21,18)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #425D51

#425D51
(66,93,81)
#536B60
(83,107,96)
#64796F
(100,121,111)
#75877E
(117,135,126)
#86958D
(134,149,141)
#97A39C
(151,163,156)
#A8B1AB
(168,177,171)
#B9BFBA
(185,191,186)
#CACDC9
(202,205,201)
#DBDBD8
(219,219,216)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425D51; }

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

This text font color is #425D51.


Background Color

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

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

This div background color is #425D51.


Border color

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

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

This div border color is #425D51.


Opacity

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

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

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

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

This text has shadow with #425D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425D51 on black background.


Color preview on white background

This text has color #425D51 on white background.



Black color preview on #425D51 background

This text has black color on #425D51 background.


White color preview on #425D51 background

This text has white color on #425D51 background.