COLOR #425641

HEX: #425641
RGB: (66,86,65)

Color info

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

RGB color model

#425641 color RGB value is (66,86,65).

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

RGB channels and saturation

R 66 of 255 = 26%
G 86 of 255 = 34%
B 65 of 255 = 25%

66
86
65

R + G + B ~ 28%. #425641 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 86 + 65 = 217 (100%)
R 66 of 217 ~ 30.41%
G 86 of 217 ~ 39.63%
B 65 of 217 ~ 29.95%

%30.41
%39.63
%29.95

CMYK color model

#425641 color CMYK value is (23,0,24,66).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 24.42%
  • key color value is 66.27%
CMYK:
(23,0,24,66)
C23M0Y24K66 
(23%,0%,24%,66%)
(0.23/0.00/0.24/0.66)	

CMYK percentages

%23.26
%0
%24.42
%66.27

Codes

Color #425641 in popluar color models

425641
RGB668665
HSL117°13.91%29.61%
HSB/HSV117°24.42%33.73%
CMYK23.26%0.00%24.42%
66.27%

Color #425641 in popluar number systems.

HEX425641
Decimal668665
Binary100001010101101000001
Octal102126101

Shades and tints

Shades of #425641

#425641
(66,86,65)
#3C4F3C
(60,79,60)
#364837
(54,72,55)
#304132
(48,65,50)
#2A3A2D
(42,58,45)
#243328
(36,51,40)
#1E2C23
(30,44,35)
#18251E
(24,37,30)
#121E19
(18,30,25)
#0C1714
(12,23,20)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #425641

#425641
(66,86,65)
#536552
(83,101,82)
#647463
(100,116,99)
#758374
(117,131,116)
#869285
(134,146,133)
#97A196
(151,161,150)
#A8B0A7
(168,176,167)
#B9BFB8
(185,191,184)
#CACEC9
(202,206,201)
#DBDDDA
(219,221,218)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425641; }

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

This text font color is #425641.


Background Color

.myBgColor { background-color: #425641; }

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

This div background color is #425641.


Border color

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

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

This div border color is #425641.


Opacity

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

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

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

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

This text has shadow with #425641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425641 on black background.


Color preview on white background

This text has color #425641 on white background.



Black color preview on #425641 background

This text has black color on #425641 background.


White color preview on #425641 background

This text has white color on #425641 background.