COLOR #425645

HEX: #425645
RGB: (66,86,69)

Color info

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

RGB color model

#425645 color RGB value is (66,86,69).

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

RGB channels and saturation

R 66 of 255 = 26%
G 86 of 255 = 34%
B 69 of 255 = 27%

66
86
69

R + G + B ~ 29%. #425645 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 86 + 69 = 221 (100%)
R 66 of 221 ~ 29.86%
G 86 of 221 ~ 38.91%
B 69 of 221 ~ 31.22%

%29.86
%38.91
%31.22

CMYK color model

#425645 color CMYK value is (23,0,20,66).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 19.77%
  • key color value is 66.27%
CMYK:
(23,0,20,66)
C23M0Y20K66 
(23%,0%,20%,66%)
(0.23/0.00/0.20/0.66)	

CMYK percentages

%23.26
%0
%19.77
%66.27

Codes

Color #425645 in popluar color models

425645
RGB668669
HSL129°13.16%29.80%
HSB/HSV129°23.26%33.73%
CMYK23.26%0.00%19.77%
66.27%

Color #425645 in popluar number systems.

HEX425645
Decimal668669
Binary100001010101101000101
Octal102126105

Shades and tints

Shades of #425645

#425645
(66,86,69)
#3C4F3F
(60,79,63)
#364839
(54,72,57)
#304133
(48,65,51)
#2A3A2D
(42,58,45)
#243327
(36,51,39)
#1E2C21
(30,44,33)
#18251B
(24,37,27)
#121E15
(18,30,21)
#0C170F
(12,23,15)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #425645

#425645
(66,86,69)
#536555
(83,101,85)
#647465
(100,116,101)
#758375
(117,131,117)
#869285
(134,146,133)
#97A195
(151,161,149)
#A8B0A5
(168,176,165)
#B9BFB5
(185,191,181)
#CACEC5
(202,206,197)
#DBDDD5
(219,221,213)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425645; }

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

This text font color is #425645.


Background Color

.myBgColor { background-color: #425645; }

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

This div background color is #425645.


Border color

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

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

This div border color is #425645.


Opacity

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

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

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

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

This text has shadow with #425645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425645 on black background.


Color preview on white background

This text has color #425645 on white background.



Black color preview on #425645 background

This text has black color on #425645 background.


White color preview on #425645 background

This text has white color on #425645 background.