COLOR #425C2F

HEX: #425C2F RGB: (66,92,47)

Color info

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

RGB color model

#425C2F color RGB value is (66,92,47).

RGB: (66,92,47) (26%, 36%, 18%)

RGB channels and saturation

R 66 of 255 = 26%
G 92 of 255 = 36%
B 47 of 255 = 18%

66
92
47

R + G + B ~ 27%. #425C2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 92 + 47 = 205 (100%)
R 66 of 205 ~ 32.2%
G 92 of 205 ~ 44.88%
B 47 of 205 ~ 22.93'%

%32.2
%44.88
%22.93

CMYK color model

#425C2F color CMYK value is (28,0,49,64).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 48.91%
  • key color value is 63.92%

CMYK: (28,0,49,64)
C28M0Y49K64 (28%, 0%, 49%, 64%)
(0.28 / 0.00 / 0.49 / 0.64)

CMYK percentages

%28.26
%0
%48.91
%63.92

Codes

Color #425C2F in popluar color models

42 5C 2F
RGB 66 92 47
HSL 95° 32.37% 27.25%
HSB/HSV 95° 48.91% 36.08%
CMYK 28.26% 0.00% 48.91%
63.92%

Color #425C2F in popluar number systems.

HEX 42 5C 2F
Decimal 66 92 47
Binary 1000010 1011100 101111
Octal 102 134 57

Shades and tints

Shades of #425C2F

#425C2F
(66,92,47)
#3C542B
(60,84,43)
#364C27
(54,76,39)
#304423
(48,68,35)
#2A3C1F
(42,60,31)
#24341B
(36,52,27)
#1E2C17
(30,44,23)
#182413
(24,36,19)
#121C0F
(18,28,15)
#0C140B
(12,20,11)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #425C2F

#425C2F
(66,92,47)
#536A41
(83,106,65)
#647853
(100,120,83)
#758665
(117,134,101)
#869477
(134,148,119)
#97A289
(151,162,137)
#A8B09B
(168,176,155)
#B9BEAD
(185,190,173)
#CACCBF
(202,204,191)
#DBDAD1
(219,218,209)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425C2F; }

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

This text font color is #425C2F.

Background Color

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

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

This div background color is #425C2F.

Border color

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

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

This div border color is #425C2F.

Opacity

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

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

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

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

This text has shadow with #425C2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425C2F.

Preview

Color preview on black background

This text has color #425C2F on black background.


Color preview on white background

This text has color #425C2F on white background.


Black color preview on #425C2F background

This text has black color on #425C2F background.


White color preview on #425C2F background

This text has white color on #425C2F background.


Related colors

Complementary color

Complementary color for #hex is #BDA3D0.


I love getcolorcode.com

Triadic colors

1 #2F425C and #5C2F42 with #425C2F are triadic colors.

2 #2F5C42 and #5C422F with #425C2F are triadic colors.