COLOR #425B56

HEX: #425B56
RGB: (66,91,86)

Color info

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

RGB color model

#425B56 color RGB value is (66,91,86).

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

RGB channels and saturation

R 66 of 255 = 26%
G 91 of 255 = 36%
B 86 of 255 = 34%

66
91
86

R + G + B ~ 32%. #425B56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 91 + 86 = 243 (100%)
R 66 of 243 ~ 27.16%
G 91 of 243 ~ 37.45%
B 86 of 243 ~ 35.39%

%27.16
%37.45
%35.39

CMYK color model

#425B56 color CMYK value is (27,0,5,64).

  • cyan value is 27.47%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 64.31%
CMYK:
(27,0,5,64)
C27M0Y5K64 
(27%,0%,5%,64%)
(0.27/0.00/0.05/0.64)	

CMYK percentages

%27.47
%0
%5.49
%64.31

Codes

Color #425B56 in popluar color models

425B56
RGB669186
HSL168°15.92%30.78%
HSB/HSV168°27.47%35.69%
CMYK27.47%0.00%5.49%
64.31%

Color #425B56 in popluar number systems.

HEX425B56
Decimal669186
Binary100001010110111010110
Octal102133126

Shades and tints

Shades of #425B56

#425B56
(66,91,86)
#3C534F
(60,83,79)
#364B48
(54,75,72)
#304341
(48,67,65)
#2A3B3A
(42,59,58)
#243333
(36,51,51)
#1E2B2C
(30,43,44)
#182325
(24,35,37)
#121B1E
(18,27,30)
#0C1317
(12,19,23)
#060B10
(6,11,16)
#000000
(0,0,0)

Tints of #425B56

#425B56
(66,91,86)
#536965
(83,105,101)
#647774
(100,119,116)
#758583
(117,133,131)
#869392
(134,147,146)
#97A1A1
(151,161,161)
#A8AFB0
(168,175,176)
#B9BDBF
(185,189,191)
#CACBCE
(202,203,206)
#DBD9DD
(219,217,221)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425B56; }

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

This text font color is #425B56.


Background Color

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

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

This div background color is #425B56.


Border color

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

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

This div border color is #425B56.


Opacity

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

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

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

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

This text has shadow with #425B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425B56 on black background.


Color preview on white background

This text has color #425B56 on white background.



Black color preview on #425B56 background

This text has black color on #425B56 background.


White color preview on #425B56 background

This text has white color on #425B56 background.