COLOR #425A3C

HEX: #425A3C
RGB: (66,90,60)

Color info

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

RGB color model

#425A3C color RGB value is (66,90,60).

  • red value is 66;
  • green value is 90;
  • blue value is 60.
RGB:
(66,90,60)
(26%,35%,24%)

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 60 of 255 = 24%

66
90
60

R + G + B ~ 28%. #425A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 90 + 60 = 216 (100%)
R 66 of 216 ~ 30.56%
G 90 of 216 ~ 41.67%
B 60 of 216 ~ 27.78%

%30.56
%41.67
%27.78

CMYK color model

#425A3C color CMYK value is (27,0,33,65).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 64.71%
CMYK:
(27,0,33,65)
C27M0Y33K65 
(27%,0%,33%,65%)
(0.27/0.00/0.33/0.65)	

CMYK percentages

%26.67
%0
%33.33
%64.71

Codes

Color #425A3C in popluar color models

425A3C
RGB669060
HSL108°20.00%29.41%
HSB/HSV108°33.33%35.29%
CMYK26.67%0.00%33.33%
64.71%

Color #425A3C in popluar number systems.

HEX425A3C
Decimal669060
Binary10000101011010111100
Octal10213274

Shades and tints

Shades of #425A3C

#425A3C
(66,90,60)
#3C5237
(60,82,55)
#364A32
(54,74,50)
#30422D
(48,66,45)
#2A3A28
(42,58,40)
#243223
(36,50,35)
#1E2A1E
(30,42,30)
#182219
(24,34,25)
#121A14
(18,26,20)
#0C120F
(12,18,15)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #425A3C

#425A3C
(66,90,60)
#53694D
(83,105,77)
#64785E
(100,120,94)
#75876F
(117,135,111)
#869680
(134,150,128)
#97A591
(151,165,145)
#A8B4A2
(168,180,162)
#B9C3B3
(185,195,179)
#CAD2C4
(202,210,196)
#DBE1D5
(219,225,213)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425A3C; }

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

This text font color is #425A3C.


Background Color

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

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

This div background color is #425A3C.


Border color

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

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

This div border color is #425A3C.


Opacity

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

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

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

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

This text has shadow with #425A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425A3C on black background.


Color preview on white background

This text has color #425A3C on white background.



Black color preview on #425A3C background

This text has black color on #425A3C background.


White color preview on #425A3C background

This text has white color on #425A3C background.