COLOR #425236

HEX: #425236
RGB: (66,82,54)

Color info

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

RGB color model

#425236 color RGB value is (66,82,54).

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

RGB channels and saturation

R 66 of 255 = 26%
G 82 of 255 = 32%
B 54 of 255 = 21%

66
82
54

R + G + B ~ 26%. #425236 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 82 + 54 = 202 (100%)
R 66 of 202 ~ 32.67%
G 82 of 202 ~ 40.59%
B 54 of 202 ~ 26.73%

%32.67
%40.59
%26.73

CMYK color model

#425236 color CMYK value is (20,0,34,68).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 67.84%
CMYK:
(20,0,34,68)
C20M0Y34K68 
(20%,0%,34%,68%)
(0.20/0.00/0.34/0.68)	

CMYK percentages

%19.51
%0
%34.15
%67.84

Codes

Color #425236 in popluar color models

425236
RGB668254
HSL94°20.59%26.67%
HSB/HSV94°34.15%32.16%
CMYK19.51%0.00%34.15%
67.84%

Color #425236 in popluar number systems.

HEX425236
Decimal668254
Binary10000101010010110110
Octal10212266

Shades and tints

Shades of #425236

#425236
(66,82,54)
#3C4B32
(60,75,50)
#36442E
(54,68,46)
#303D2A
(48,61,42)
#2A3626
(42,54,38)
#242F22
(36,47,34)
#1E281E
(30,40,30)
#18211A
(24,33,26)
#121A16
(18,26,22)
#0C1312
(12,19,18)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #425236

#425236
(66,82,54)
#536148
(83,97,72)
#64705A
(100,112,90)
#757F6C
(117,127,108)
#868E7E
(134,142,126)
#979D90
(151,157,144)
#A8ACA2
(168,172,162)
#B9BBB4
(185,187,180)
#CACAC6
(202,202,198)
#DBD9D8
(219,217,216)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425236; }

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

This text font color is #425236.


Background Color

.myBgColor { background-color: #425236; }

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

This div background color is #425236.


Border color

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

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

This div border color is #425236.


Opacity

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

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

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

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

This text has shadow with #425236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425236 on black background.


Color preview on white background

This text has color #425236 on white background.



Black color preview on #425236 background

This text has black color on #425236 background.


White color preview on #425236 background

This text has white color on #425236 background.