COLOR #425D44

HEX: #425D44
RGB: (66,93,68)

Color info

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

RGB color model

#425D44 color RGB value is (66,93,68).

  • red value is 66;
  • green value is 93;
  • blue value is 68.
RGB:
(66,93,68)
(26%,36%,27%)

RGB channels and saturation

R 66 of 255 = 26%
G 93 of 255 = 36%
B 68 of 255 = 27%

66
93
68

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

Portions of RGB colors in percentages

R + G + B =
66 + 93 + 68 = 227 (100%)
R 66 of 227 ~ 29.07%
G 93 of 227 ~ 40.97%
B 68 of 227 ~ 29.96%

%29.07
%40.97
%29.96

CMYK color model

#425D44 color CMYK value is (29,0,27,64).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 63.53%
CMYK:
(29,0,27,64)
C29M0Y27K64 
(29%,0%,27%,64%)
(0.29/0.00/0.27/0.64)	

CMYK percentages

%29.03
%0
%26.88
%63.53

Codes

Color #425D44 in popluar color models

425D44
RGB669368
HSL124°16.98%31.18%
HSB/HSV124°29.03%36.47%
CMYK29.03%0.00%26.88%
63.53%

Color #425D44 in popluar number systems.

HEX425D44
Decimal669368
Binary100001010111011000100
Octal102135104

Shades and tints

Shades of #425D44

#425D44
(66,93,68)
#3C553E
(60,85,62)
#364D38
(54,77,56)
#304532
(48,69,50)
#2A3D2C
(42,61,44)
#243526
(36,53,38)
#1E2D20
(30,45,32)
#18251A
(24,37,26)
#121D14
(18,29,20)
#0C150E
(12,21,14)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #425D44

#425D44
(66,93,68)
#536B55
(83,107,85)
#647966
(100,121,102)
#758777
(117,135,119)
#869588
(134,149,136)
#97A399
(151,163,153)
#A8B1AA
(168,177,170)
#B9BFBB
(185,191,187)
#CACDCC
(202,205,204)
#DBDBDD
(219,219,221)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425D44 color. Also use rgb(66,93,68) instead hex code.

Text Font Color

.myTextColor { color: #425D44; }

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

This text font color is #425D44.


Background Color

.myBgColor { background-color: #425D44; }

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

This div background color is #425D44.


Border color

.myBorderColor { border: 1px solid #425D44; }

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

This div border color is #425D44.


Opacity

.myOpacity80 { color: #425D44; opacity: 0.8; }

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

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

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

This text has shadow with #425D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425D44 on black background.


Color preview on white background

This text has color #425D44 on white background.



Black color preview on #425D44 background

This text has black color on #425D44 background.


White color preview on #425D44 background

This text has white color on #425D44 background.