COLOR #425D42

HEX: #425D42
RGB: (66,93,66)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

66
93
66

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

Portions of RGB colors in percentages

R + G + B =
66 + 93 + 66 = 225 (100%)
R 66 of 225 ~ 29.33%
G 93 of 225 ~ 41.33%
B 66 of 225 ~ 29.33%

%29.33
%41.33
%29.33

CMYK color model

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

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

CMYK percentages

%29.03
%0
%29.03
%63.53

Codes

Color #425D42 in popluar color models

425D42
RGB669366
HSL120°16.98%31.18%
HSB/HSV120°29.03%36.47%
CMYK29.03%0.00%29.03%
63.53%

Color #425D42 in popluar number systems.

HEX425D42
Decimal669366
Binary100001010111011000010
Octal102135102

Shades and tints

Shades of #425D42

#425D42
(66,93,66)
#3C553C
(60,85,60)
#364D36
(54,77,54)
#304530
(48,69,48)
#2A3D2A
(42,61,42)
#243524
(36,53,36)
#1E2D1E
(30,45,30)
#182518
(24,37,24)
#121D12
(18,29,18)
#0C150C
(12,21,12)
#060D06
(6,13,6)
#000000
(0,0,0)

Tints of #425D42

#425D42
(66,93,66)
#536B53
(83,107,83)
#647964
(100,121,100)
#758775
(117,135,117)
#869586
(134,149,134)
#97A397
(151,163,151)
#A8B1A8
(168,177,168)
#B9BFB9
(185,191,185)
#CACDCA
(202,205,202)
#DBDBDB
(219,219,219)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425D42; }

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

This text font color is #425D42.


Background Color

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

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

This div background color is #425D42.


Border color

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

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

This div border color is #425D42.


Opacity

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

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

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

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

This text has shadow with #425D42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425D42 on black background.


Color preview on white background

This text has color #425D42 on white background.



Black color preview on #425D42 background

This text has black color on #425D42 background.


White color preview on #425D42 background

This text has white color on #425D42 background.