COLOR #425041

HEX: #425041
RGB: (66,80,65)

Color info

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

RGB color model

#425041 color RGB value is (66,80,65).

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

RGB channels and saturation

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

66
80
65

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

Portions of RGB colors in percentages

R + G + B =
66 + 80 + 65 = 211 (100%)
R 66 of 211 ~ 31.28%
G 80 of 211 ~ 37.91%
B 65 of 211 ~ 30.81%

%31.28
%37.91
%30.81

CMYK color model

#425041 color CMYK value is (18,0,19,69).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 68.63%
CMYK:
(18,0,19,69)
C18M0Y19K69 
(18%,0%,19%,69%)
(0.18/0.00/0.19/0.69)	

CMYK percentages

%17.5
%0
%18.75
%68.63

Codes

Color #425041 in popluar color models

425041
RGB668065
HSL116°10.34%28.43%
HSB/HSV116°18.75%31.37%
CMYK17.50%0.00%18.75%
68.63%

Color #425041 in popluar number systems.

HEX425041
Decimal668065
Binary100001010100001000001
Octal102120101

Shades and tints

Shades of #425041

#425041
(66,80,65)
#3C493C
(60,73,60)
#364237
(54,66,55)
#303B32
(48,59,50)
#2A342D
(42,52,45)
#242D28
(36,45,40)
#1E2623
(30,38,35)
#181F1E
(24,31,30)
#121819
(18,24,25)
#0C1114
(12,17,20)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #425041

#425041
(66,80,65)
#535F52
(83,95,82)
#646E63
(100,110,99)
#757D74
(117,125,116)
#868C85
(134,140,133)
#979B96
(151,155,150)
#A8AAA7
(168,170,167)
#B9B9B8
(185,185,184)
#CAC8C9
(202,200,201)
#DBD7DA
(219,215,218)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425041; }

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

This text font color is #425041.


Background Color

.myBgColor { background-color: #425041; }

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

This div background color is #425041.


Border color

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

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

This div border color is #425041.


Opacity

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

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

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

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

This text has shadow with #425041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425041 on black background.


Color preview on white background

This text has color #425041 on white background.



Black color preview on #425041 background

This text has black color on #425041 background.


White color preview on #425041 background

This text has white color on #425041 background.