COLOR #42491F

HEX: #42491F
RGB: (66,73,31)

Color info

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

RGB color model

#42491F color RGB value is (66,73,31).

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

RGB channels and saturation

R 66 of 255 = 26%
G 73 of 255 = 29%
B 31 of 255 = 12%

66
73
31

R + G + B ~ 22%. #42491F is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 73 + 31 = 170 (100%)
R 66 of 170 ~ 38.82%
G 73 of 170 ~ 42.94%
B 31 of 170 ~ 18.24%

%38.82
%42.94
%18.24

CMYK color model

#42491F color CMYK value is (10,0,58,71).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 57.53%
  • key color value is 71.37%
CMYK:
(10,0,58,71)
C10M0Y58K71 
(10%,0%,58%,71%)
(0.10/0.00/0.58/0.71)	

CMYK percentages

%9.59
%0
%57.53
%71.37

Codes

Color #42491F in popluar color models

42491F
RGB667331
HSL70°40.38%20.39%
HSB/HSV70°57.53%28.63%
CMYK9.59%0.00%57.53%
71.37%

Color #42491F in popluar number systems.

HEX42491F
Decimal667331
Binary1000010100100111111
Octal10211137

Shades and tints

Shades of #42491F

#42491F
(66,73,31)
#3C431D
(60,67,29)
#363D1B
(54,61,27)
#303719
(48,55,25)
#2A3117
(42,49,23)
#242B15
(36,43,21)
#1E2513
(30,37,19)
#181F11
(24,31,17)
#12190F
(18,25,15)
#0C130D
(12,19,13)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #42491F

#42491F
(66,73,31)
#535933
(83,89,51)
#646947
(100,105,71)
#75795B
(117,121,91)
#86896F
(134,137,111)
#979983
(151,153,131)
#A8A997
(168,169,151)
#B9B9AB
(185,185,171)
#CAC9BF
(202,201,191)
#DBD9D3
(219,217,211)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42491F; }

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

This text font color is #42491F.


Background Color

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

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

This div background color is #42491F.


Border color

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

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

This div border color is #42491F.


Opacity

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

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

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

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

This text has shadow with #42491F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42491F on black background.


Color preview on white background

This text has color #42491F on white background.



Black color preview on #42491F background

This text has black color on #42491F background.


White color preview on #42491F background

This text has white color on #42491F background.