COLOR #425255

HEX: #425255
RGB: (66,82,85)

Color info

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

RGB color model

#425255 color RGB value is (66,82,85).

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

RGB channels and saturation

R 66 of 255 = 26%
G 82 of 255 = 32%
B 85 of 255 = 33%

66
82
85

R + G + B ~ 30%. #425255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 82 + 85 = 233 (100%)
R 66 of 233 ~ 28.33%
G 82 of 233 ~ 35.19%
B 85 of 233 ~ 36.48%

%28.33
%35.19
%36.48

CMYK color model

#425255 color CMYK value is (22,4,0,67).

  • cyan value is 22.35%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(22,4,0,67)
C22M4Y0K67 
(22%,4%,0%,67%)
(0.22/0.04/0.00/0.67)	

CMYK percentages

%22.35
%3.53
%0
%66.67

Codes

Color #425255 in popluar color models

425255
RGB668285
HSL189°12.58%29.61%
HSB/HSV189°22.35%33.33%
CMYK22.35%3.53%0.00%
66.67%

Color #425255 in popluar number systems.

HEX425255
Decimal668285
Binary100001010100101010101
Octal102122125

Shades and tints

Shades of #425255

#425255
(66,82,85)
#3C4B4E
(60,75,78)
#364447
(54,68,71)
#303D40
(48,61,64)
#2A3639
(42,54,57)
#242F32
(36,47,50)
#1E282B
(30,40,43)
#182124
(24,33,36)
#121A1D
(18,26,29)
#0C1316
(12,19,22)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #425255

#425255
(66,82,85)
#536164
(83,97,100)
#647073
(100,112,115)
#757F82
(117,127,130)
#868E91
(134,142,145)
#979DA0
(151,157,160)
#A8ACAF
(168,172,175)
#B9BBBE
(185,187,190)
#CACACD
(202,202,205)
#DBD9DC
(219,217,220)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425255; }

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

This text font color is #425255.


Background Color

.myBgColor { background-color: #425255; }

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

This div background color is #425255.


Border color

.myBorderColor { border: 1px solid #425255; }

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

This div border color is #425255.


Opacity

.myOpacity80 { color: #425255; opacity: 0.8; }

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

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

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

This text has shadow with #425255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425255 on black background.


Color preview on white background

This text has color #425255 on white background.



Black color preview on #425255 background

This text has black color on #425255 background.


White color preview on #425255 background

This text has white color on #425255 background.