COLOR #425E4A

HEX: #425E4A
RGB: (66,94,74)

Color info

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

RGB color model

#425E4A color RGB value is (66,94,74).

  • red value is 66;
  • green value is 94;
  • blue value is 74.
RGB:
(66,94,74)
(26%,37%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 94 of 255 = 37%
B 74 of 255 = 29%

66
94
74

R + G + B ~ 31%. #425E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 94 + 74 = 234 (100%)
R 66 of 234 ~ 28.21%
G 94 of 234 ~ 40.17%
B 74 of 234 ~ 31.62%

%28.21
%40.17
%31.62

CMYK color model

#425E4A color CMYK value is (30,0,21,63).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 63.14%
CMYK:
(30,0,21,63)
C30M0Y21K63 
(30%,0%,21%,63%)
(0.30/0.00/0.21/0.63)	

CMYK percentages

%29.79
%0
%21.28
%63.14

Codes

Color #425E4A in popluar color models

425E4A
RGB669474
HSL137°17.50%31.37%
HSB/HSV137°29.79%36.86%
CMYK29.79%0.00%21.28%
63.14%

Color #425E4A in popluar number systems.

HEX425E4A
Decimal669474
Binary100001010111101001010
Octal102136112

Shades and tints

Shades of #425E4A

#425E4A
(66,94,74)
#3C5644
(60,86,68)
#364E3E
(54,78,62)
#304638
(48,70,56)
#2A3E32
(42,62,50)
#24362C
(36,54,44)
#1E2E26
(30,46,38)
#182620
(24,38,32)
#121E1A
(18,30,26)
#0C1614
(12,22,20)
#060E0E
(6,14,14)
#000000
(0,0,0)

Tints of #425E4A

#425E4A
(66,94,74)
#536C5A
(83,108,90)
#647A6A
(100,122,106)
#75887A
(117,136,122)
#86968A
(134,150,138)
#97A49A
(151,164,154)
#A8B2AA
(168,178,170)
#B9C0BA
(185,192,186)
#CACECA
(202,206,202)
#DBDCDA
(219,220,218)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425E4A; }

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

This text font color is #425E4A.


Background Color

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

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

This div background color is #425E4A.


Border color

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

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

This div border color is #425E4A.


Opacity

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

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

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

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

This text has shadow with #425E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425E4A on black background.


Color preview on white background

This text has color #425E4A on white background.



Black color preview on #425E4A background

This text has black color on #425E4A background.


White color preview on #425E4A background

This text has white color on #425E4A background.