COLOR #425E34

HEX: #425E34
RGB: (66,94,52)

Color info

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

RGB color model

#425E34 color RGB value is (66,94,52).

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

RGB channels and saturation

R 66 of 255 = 26%
G 94 of 255 = 37%
B 52 of 255 = 20%

66
94
52

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

Portions of RGB colors in percentages

R + G + B =
66 + 94 + 52 = 212 (100%)
R 66 of 212 ~ 31.13%
G 94 of 212 ~ 44.34%
B 52 of 212 ~ 24.53%

%31.13
%44.34
%24.53

CMYK color model

#425E34 color CMYK value is (30,0,45,63).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 44.68%
  • key color value is 63.14%
CMYK:
(30,0,45,63)
C30M0Y45K63 
(30%,0%,45%,63%)
(0.30/0.00/0.45/0.63)	

CMYK percentages

%29.79
%0
%44.68
%63.14

Codes

Color #425E34 in popluar color models

425E34
RGB669452
HSL100°28.77%28.63%
HSB/HSV100°44.68%36.86%
CMYK29.79%0.00%44.68%
63.14%

Color #425E34 in popluar number systems.

HEX425E34
Decimal669452
Binary10000101011110110100
Octal10213664

Shades and tints

Shades of #425E34

#425E34
(66,94,52)
#3C5630
(60,86,48)
#364E2C
(54,78,44)
#304628
(48,70,40)
#2A3E24
(42,62,36)
#243620
(36,54,32)
#1E2E1C
(30,46,28)
#182618
(24,38,24)
#121E14
(18,30,20)
#0C1610
(12,22,16)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #425E34

#425E34
(66,94,52)
#536C46
(83,108,70)
#647A58
(100,122,88)
#75886A
(117,136,106)
#86967C
(134,150,124)
#97A48E
(151,164,142)
#A8B2A0
(168,178,160)
#B9C0B2
(185,192,178)
#CACEC4
(202,206,196)
#DBDCD6
(219,220,214)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425E34; }

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

This text font color is #425E34.


Background Color

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

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

This div background color is #425E34.


Border color

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

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

This div border color is #425E34.


Opacity

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

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

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

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

This text has shadow with #425E34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425E34 on black background.


Color preview on white background

This text has color #425E34 on white background.



Black color preview on #425E34 background

This text has black color on #425E34 background.


White color preview on #425E34 background

This text has white color on #425E34 background.