COLOR #425C38

HEX: #425C38
RGB: (66,92,56)

Color info

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

RGB color model

#425C38 color RGB value is (66,92,56).

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

RGB channels and saturation

R 66 of 255 = 26%
G 92 of 255 = 36%
B 56 of 255 = 22%

66
92
56

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

Portions of RGB colors in percentages

R + G + B =
66 + 92 + 56 = 214 (100%)
R 66 of 214 ~ 30.84%
G 92 of 214 ~ 42.99%
B 56 of 214 ~ 26.17%

%30.84
%42.99
%26.17

CMYK color model

#425C38 color CMYK value is (28,0,39,64).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 63.92%
CMYK:
(28,0,39,64)
C28M0Y39K64 
(28%,0%,39%,64%)
(0.28/0.00/0.39/0.64)	

CMYK percentages

%28.26
%0
%39.13
%63.92

Codes

Color #425C38 in popluar color models

425C38
RGB669256
HSL103°24.32%29.02%
HSB/HSV103°39.13%36.08%
CMYK28.26%0.00%39.13%
63.92%

Color #425C38 in popluar number systems.

HEX425C38
Decimal669256
Binary10000101011100111000
Octal10213470

Shades and tints

Shades of #425C38

#425C38
(66,92,56)
#3C5433
(60,84,51)
#364C2E
(54,76,46)
#304429
(48,68,41)
#2A3C24
(42,60,36)
#24341F
(36,52,31)
#1E2C1A
(30,44,26)
#182415
(24,36,21)
#121C10
(18,28,16)
#0C140B
(12,20,11)
#060C06
(6,12,6)
#000000
(0,0,0)

Tints of #425C38

#425C38
(66,92,56)
#536A4A
(83,106,74)
#64785C
(100,120,92)
#75866E
(117,134,110)
#869480
(134,148,128)
#97A292
(151,162,146)
#A8B0A4
(168,176,164)
#B9BEB6
(185,190,182)
#CACCC8
(202,204,200)
#DBDADA
(219,218,218)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425C38; }

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

This text font color is #425C38.


Background Color

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

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

This div background color is #425C38.


Border color

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

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

This div border color is #425C38.


Opacity

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

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

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

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

This text has shadow with #425C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425C38 on black background.


Color preview on white background

This text has color #425C38 on white background.



Black color preview on #425C38 background

This text has black color on #425C38 background.


White color preview on #425C38 background

This text has white color on #425C38 background.