COLOR #425B5D

HEX: #425B5D RGB: (66,91,93)

Color info

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

RGB color model

#425B5D color RGB value is (66,91,93).

RGB: (66,91,93) (26%, 36%, 36%)

RGB channels and saturation

R 66 of 255 = 26%
G 91 of 255 = 36%
B 93 of 255 = 36%

66
91
93

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

Portions of RGB colors in percentages

R + G + B = 66 + 91 + 93 = 250 (100%)
R 66 of 250 ~ 26.4%
G 91 of 250 ~ 36.4%
B 93 of 250 ~ 37.2'%

%26.4
%36.4
%37.2

CMYK color model

#425B5D color CMYK value is (29,2,0,64).

  • cyan value is 29.03%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (29,2,0,64)
C29M2Y0K64 (29%, 2%, 0%, 64%)
(0.29 / 0.02 / 0.00 / 0.64)

CMYK percentages

%29.03
%2.15
%0
%63.53

Codes

Color #425B5D in popluar color models

42 5B 5D
RGB 66 91 93
HSL 184° 16.98% 31.18%
HSB/HSV 184° 29.03% 36.47%
CMYK 29.03% 2.15% 0.00%
63.53%

Color #425B5D in popluar number systems.

HEX 42 5B 5D
Decimal 66 91 93
Binary 1000010 1011011 1011101
Octal 102 133 135

Shades and tints

Shades of #425B5D

#425B5D
(66,91,93)
#3C5355
(60,83,85)
#364B4D
(54,75,77)
#304345
(48,67,69)
#2A3B3D
(42,59,61)
#243335
(36,51,53)
#1E2B2D
(30,43,45)
#182325
(24,35,37)
#121B1D
(18,27,29)
#0C1315
(12,19,21)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #425B5D

#425B5D
(66,91,93)
#53696B
(83,105,107)
#647779
(100,119,121)
#758587
(117,133,135)
#869395
(134,147,149)
#97A1A3
(151,161,163)
#A8AFB1
(168,175,177)
#B9BDBF
(185,189,191)
#CACBCD
(202,203,205)
#DBD9DB
(219,217,219)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425B5D; }

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

This text font color is #425B5D.

Background Color

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

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

This div background color is #425B5D.

Border color

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

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

This div border color is #425B5D.

Opacity

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

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

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

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

This text has shadow with #425B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425B5D.

Preview

Color preview on black background

This text has color #425B5D on black background.


Color preview on white background

This text has color #425B5D on white background.


Black color preview on #425B5D background

This text has black color on #425B5D background.


White color preview on #425B5D background

This text has white color on #425B5D background.


Related colors

Complementary color

Complementary color for #hex is #BDA4A2.


I love getcolorcode.com

Triadic colors

1 #5D425B and #5B5D42 with #425B5D are triadic colors.

2 #5D5B42 and #5B425D with #425B5D are triadic colors.