COLOR #42492F

HEX: #42492F
RGB: (66,73,47)

Color info

#42492F contains red, green and blue colors in about the same proportion. Web safe color of #42492F is #333333 (or #333).

RGB color model

#42492F color RGB value is (66,73,47).

  • red value is 66;
  • green value is 73;
  • blue value is 47.
RGB:
(66,73,47)
(26%,29%,18%)

RGB channels and saturation

R 66 of 255 = 26%
G 73 of 255 = 29%
B 47 of 255 = 18%

66
73
47

R + G + B ~ 24%. #42492F is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 73 + 47 = 186 (100%)
R 66 of 186 ~ 35.48%
G 73 of 186 ~ 39.25%
B 47 of 186 ~ 25.27%

%35.48
%39.25
%25.27

CMYK color model

#42492F color CMYK value is (10,0,36,71).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 35.62%
  • key color value is 71.37%
CMYK:
(10,0,36,71)
C10M0Y36K71 
(10%,0%,36%,71%)
(0.10/0.00/0.36/0.71)	

CMYK percentages

%9.59
%0
%35.62
%71.37

Codes

Color #42492F in popluar color models

42492F
RGB667347
HSL76°21.67%23.53%
HSB/HSV76°35.62%28.63%
CMYK9.59%0.00%35.62%
71.37%

Color #42492F in popluar number systems.

HEX42492F
Decimal667347
Binary10000101001001101111
Octal10211157

Shades and tints

Shades of #42492F

#42492F
(66,73,47)
#3C432B
(60,67,43)
#363D27
(54,61,39)
#303723
(48,55,35)
#2A311F
(42,49,31)
#242B1B
(36,43,27)
#1E2517
(30,37,23)
#181F13
(24,31,19)
#12190F
(18,25,15)
#0C130B
(12,19,11)
#060D07
(6,13,7)
#000000
(0,0,0)

Tints of #42492F

#42492F
(66,73,47)
#535941
(83,89,65)
#646953
(100,105,83)
#757965
(117,121,101)
#868977
(134,137,119)
#979989
(151,153,137)
#A8A99B
(168,169,155)
#B9B9AD
(185,185,173)
#CAC9BF
(202,201,191)
#DBD9D1
(219,217,209)
#ECE9E3
(236,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42492F color. Also use rgb(66,73,47) instead hex code.

Text Font Color

.myTextColor { color: #42492F; }

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

This text font color is #42492F.


Background Color

.myBgColor { background-color: #42492F; }

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

This div background color is #42492F.


Border color

.myBorderColor { border: 1px solid #42492F; }

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

This div border color is #42492F.


Opacity

.myOpacity80 { color: #42492F; opacity: 0.8; }

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

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

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

This text has shadow with #42492F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42492F on black background.


Color preview on white background

This text has color #42492F on white background.



Black color preview on #42492F background

This text has black color on #42492F background.


White color preview on #42492F background

This text has white color on #42492F background.