COLOR #425F4C

HEX: #425F4C
RGB: (66,95,76)

Color info

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

RGB color model

#425F4C color RGB value is (66,95,76).

  • red value is 66;
  • green value is 95;
  • blue value is 76.
RGB:
(66,95,76)
(26%,37%,30%)

RGB channels and saturation

R 66 of 255 = 26%
G 95 of 255 = 37%
B 76 of 255 = 30%

66
95
76

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

Portions of RGB colors in percentages

R + G + B =
66 + 95 + 76 = 237 (100%)
R 66 of 237 ~ 27.85%
G 95 of 237 ~ 40.08%
B 76 of 237 ~ 32.07%

%27.85
%40.08
%32.07

CMYK color model

#425F4C color CMYK value is (31,0,20,63).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 62.75%
CMYK:
(31,0,20,63)
C31M0Y20K63 
(31%,0%,20%,63%)
(0.31/0.00/0.20/0.63)	

CMYK percentages

%30.53
%0
%20
%62.75

Codes

Color #425F4C in popluar color models

425F4C
RGB669576
HSL141°18.01%31.57%
HSB/HSV141°30.53%37.25%
CMYK30.53%0.00%20.00%
62.75%

Color #425F4C in popluar number systems.

HEX425F4C
Decimal669576
Binary100001010111111001100
Octal102137114

Shades and tints

Shades of #425F4C

#425F4C
(66,95,76)
#3C5746
(60,87,70)
#364F40
(54,79,64)
#30473A
(48,71,58)
#2A3F34
(42,63,52)
#24372E
(36,55,46)
#1E2F28
(30,47,40)
#182722
(24,39,34)
#121F1C
(18,31,28)
#0C1716
(12,23,22)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #425F4C

#425F4C
(66,95,76)
#536D5C
(83,109,92)
#647B6C
(100,123,108)
#75897C
(117,137,124)
#86978C
(134,151,140)
#97A59C
(151,165,156)
#A8B3AC
(168,179,172)
#B9C1BC
(185,193,188)
#CACFCC
(202,207,204)
#DBDDDC
(219,221,220)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425F4C; }

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

This text font color is #425F4C.


Background Color

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

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

This div background color is #425F4C.


Border color

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

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

This div border color is #425F4C.


Opacity

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

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

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

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

This text has shadow with #425F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425F4C on black background.


Color preview on white background

This text has color #425F4C on white background.



Black color preview on #425F4C background

This text has black color on #425F4C background.


White color preview on #425F4C background

This text has white color on #425F4C background.