COLOR #425736

HEX: #425736
RGB: (66,87,54)

Color info

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

RGB color model

#425736 color RGB value is (66,87,54).

  • red value is 66;
  • green value is 87;
  • blue value is 54.
RGB:
(66,87,54)
(26%,34%,21%)

RGB channels and saturation

R 66 of 255 = 26%
G 87 of 255 = 34%
B 54 of 255 = 21%

66
87
54

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

Portions of RGB colors in percentages

R + G + B =
66 + 87 + 54 = 207 (100%)
R 66 of 207 ~ 31.88%
G 87 of 207 ~ 42.03%
B 54 of 207 ~ 26.09%

%31.88
%42.03
%26.09

CMYK color model

#425736 color CMYK value is (24,0,38,66).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 65.88%
CMYK:
(24,0,38,66)
C24M0Y38K66 
(24%,0%,38%,66%)
(0.24/0.00/0.38/0.66)	

CMYK percentages

%24.14
%0
%37.93
%65.88

Codes

Color #425736 in popluar color models

425736
RGB668754
HSL98°23.40%27.65%
HSB/HSV98°37.93%34.12%
CMYK24.14%0.00%37.93%
65.88%

Color #425736 in popluar number systems.

HEX425736
Decimal668754
Binary10000101010111110110
Octal10212766

Shades and tints

Shades of #425736

#425736
(66,87,54)
#3C5032
(60,80,50)
#36492E
(54,73,46)
#30422A
(48,66,42)
#2A3B26
(42,59,38)
#243422
(36,52,34)
#1E2D1E
(30,45,30)
#18261A
(24,38,26)
#121F16
(18,31,22)
#0C1812
(12,24,18)
#06110E
(6,17,14)
#000000
(0,0,0)

Tints of #425736

#425736
(66,87,54)
#536648
(83,102,72)
#64755A
(100,117,90)
#75846C
(117,132,108)
#86937E
(134,147,126)
#97A290
(151,162,144)
#A8B1A2
(168,177,162)
#B9C0B4
(185,192,180)
#CACFC6
(202,207,198)
#DBDED8
(219,222,216)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425736 color. Also use rgb(66,87,54) instead hex code.

Text Font Color

.myTextColor { color: #425736; }

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

This text font color is #425736.


Background Color

.myBgColor { background-color: #425736; }

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

This div background color is #425736.


Border color

.myBorderColor { border: 1px solid #425736; }

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

This div border color is #425736.


Opacity

.myOpacity80 { color: #425736; opacity: 0.8; }

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

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

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

This text has shadow with #425736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425736 on black background.


Color preview on white background

This text has color #425736 on white background.



Black color preview on #425736 background

This text has black color on #425736 background.


White color preview on #425736 background

This text has white color on #425736 background.