COLOR #425040

HEX: #425040
RGB: (66,80,64)

Color info

#425040 contains red, green and blue colors in about the same proportion. Web safe color of #425040 is #336633 (or #363).

RGB color model

#425040 color RGB value is (66,80,64).

  • red value is 66;
  • green value is 80;
  • blue value is 64.
RGB:
(66,80,64)
(26%,31%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 80 of 255 = 31%
B 64 of 255 = 25%

66
80
64

R + G + B ~ 27%. #425040 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 80 + 64 = 210 (100%)
R 66 of 210 ~ 31.43%
G 80 of 210 ~ 38.1%
B 64 of 210 ~ 30.48%

%31.43
%38.1
%30.48

CMYK color model

#425040 color CMYK value is (18,0,20,69).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 68.63%
CMYK:
(18,0,20,69)
C18M0Y20K69 
(18%,0%,20%,69%)
(0.18/0.00/0.20/0.69)	

CMYK percentages

%17.5
%0
%20
%68.63

Codes

Color #425040 in popluar color models

425040
RGB668064
HSL113°11.11%28.24%
HSB/HSV113°20.00%31.37%
CMYK17.50%0.00%20.00%
68.63%

Color #425040 in popluar number systems.

HEX425040
Decimal668064
Binary100001010100001000000
Octal102120100

Shades and tints

Shades of #425040

#425040
(66,80,64)
#3C493B
(60,73,59)
#364236
(54,66,54)
#303B31
(48,59,49)
#2A342C
(42,52,44)
#242D27
(36,45,39)
#1E2622
(30,38,34)
#181F1D
(24,31,29)
#121818
(18,24,24)
#0C1113
(12,17,19)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #425040

#425040
(66,80,64)
#535F51
(83,95,81)
#646E62
(100,110,98)
#757D73
(117,125,115)
#868C84
(134,140,132)
#979B95
(151,155,149)
#A8AAA6
(168,170,166)
#B9B9B7
(185,185,183)
#CAC8C8
(202,200,200)
#DBD7D9
(219,215,217)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425040 color. Also use rgb(66,80,64) instead hex code.

Text Font Color

.myTextColor { color: #425040; }

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

This text font color is #425040.


Background Color

.myBgColor { background-color: #425040; }

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

This div background color is #425040.


Border color

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

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

This div border color is #425040.


Opacity

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

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

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

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

This text has shadow with #425040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425040 on black background.


Color preview on white background

This text has color #425040 on white background.



Black color preview on #425040 background

This text has black color on #425040 background.


White color preview on #425040 background

This text has white color on #425040 background.