COLOR #425D55

HEX: #425D55
RGB: (66,93,85)

Color info

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

RGB color model

#425D55 color RGB value is (66,93,85).

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

RGB channels and saturation

R 66 of 255 = 26%
G 93 of 255 = 36%
B 85 of 255 = 33%

66
93
85

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

Portions of RGB colors in percentages

R + G + B =
66 + 93 + 85 = 244 (100%)
R 66 of 244 ~ 27.05%
G 93 of 244 ~ 38.11%
B 85 of 244 ~ 34.84%

%27.05
%38.11
%34.84

CMYK color model

#425D55 color CMYK value is (29,0,9,64).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 8.60%
  • key color value is 63.53%
CMYK: (29,0,9,64) C29M0Y9K64 (29%,0%,9%,64%) (0.29/0.00/0.09/0.64)

CMYK percentages

%29.03
%0
%8.6
%63.53

Codes

Color #425D55 in popluar color models

425D55
RGB669385
HSL162°16.98%31.18%
HSB/HSV162°29.03%36.47%
CMYK29.03%0.00%8.60%
63.53%

Color #425D55 in popluar number systems.

HEX425D55
Decimal669385
Binary100001010111011010101
Octal102135125

Shades and tints

Shades of #425D55

#425D55
(66,93,85)
#3C554E
(60,85,78)
#364D47
(54,77,71)
#304540
(48,69,64)
#2A3D39
(42,61,57)
#243532
(36,53,50)
#1E2D2B
(30,45,43)
#182524
(24,37,36)
#121D1D
(18,29,29)
#0C1516
(12,21,22)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #425D55

#425D55
(66,93,85)
#536B64
(83,107,100)
#647973
(100,121,115)
#758782
(117,135,130)
#869591
(134,149,145)
#97A3A0
(151,163,160)
#A8B1AF
(168,177,175)
#B9BFBE
(185,191,190)
#CACDCD
(202,205,205)
#DBDBDC
(219,219,220)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425D55; }

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

This text font color is #425D55.


Background Color

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

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

This div background color is #425D55.


Border color

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

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

This div border color is #425D55.


Opacity

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

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

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

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

This text has shadow with #425D55 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #425D55 on black background.


Color preview on white background

This text has color #425D55 on white background.



Black color preview on #425D55 background

This text has black color on #425D55 background.


White color preview on #425D55 background

This text has white color on #425D55 background.