COLOR #42542E

HEX: #42542E
RGB: (66,84,46)

Color info

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

RGB color model

#42542E color RGB value is (66,84,46).

  • red value is 66;
  • green value is 84;
  • blue value is 46.
RGB:
(66,84,46)
(26%,33%,18%)

RGB channels and saturation

R 66 of 255 = 26%
G 84 of 255 = 33%
B 46 of 255 = 18%

66
84
46

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

Portions of RGB colors in percentages

R + G + B =
66 + 84 + 46 = 196 (100%)
R 66 of 196 ~ 33.67%
G 84 of 196 ~ 42.86%
B 46 of 196 ~ 23.47%

%33.67
%42.86
%23.47

CMYK color model

#42542E color CMYK value is (21,0,45,67).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 67.06%
CMYK:
(21,0,45,67)
C21M0Y45K67 
(21%,0%,45%,67%)
(0.21/0.00/0.45/0.67)	

CMYK percentages

%21.43
%0
%45.24
%67.06

Codes

Color #42542E in popluar color models

42542E
RGB668446
HSL88°29.23%25.49%
HSB/HSV88°45.24%32.94%
CMYK21.43%0.00%45.24%
67.06%

Color #42542E in popluar number systems.

HEX42542E
Decimal668446
Binary10000101010100101110
Octal10212456

Shades and tints

Shades of #42542E

#42542E
(66,84,46)
#3C4D2A
(60,77,42)
#364626
(54,70,38)
#303F22
(48,63,34)
#2A381E
(42,56,30)
#24311A
(36,49,26)
#1E2A16
(30,42,22)
#182312
(24,35,18)
#121C0E
(18,28,14)
#0C150A
(12,21,10)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #42542E

#42542E
(66,84,46)
#536341
(83,99,65)
#647254
(100,114,84)
#758167
(117,129,103)
#86907A
(134,144,122)
#979F8D
(151,159,141)
#A8AEA0
(168,174,160)
#B9BDB3
(185,189,179)
#CACCC6
(202,204,198)
#DBDBD9
(219,219,217)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42542E color. Also use rgb(66,84,46) instead hex code.

Text Font Color

.myTextColor { color: #42542E; }

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

This text font color is #42542E.


Background Color

.myBgColor { background-color: #42542E; }

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

This div background color is #42542E.


Border color

.myBorderColor { border: 1px solid #42542E; }

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

This div border color is #42542E.


Opacity

.myOpacity80 { color: #42542E; opacity: 0.8; }

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

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

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

This text has shadow with #42542E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42542E on black background.


Color preview on white background

This text has color #42542E on white background.



Black color preview on #42542E background

This text has black color on #42542E background.


White color preview on #42542E background

This text has white color on #42542E background.