COLOR #42492D

HEX: #42492D
RGB: (66,73,45)

Color info

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

RGB color model

#42492D color RGB value is (66,73,45).

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

RGB channels and saturation

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

66
73
45

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

Portions of RGB colors in percentages

R + G + B =
66 + 73 + 45 = 184 (100%)
R 66 of 184 ~ 35.87%
G 73 of 184 ~ 39.67%
B 45 of 184 ~ 24.46%

%35.87
%39.67
%24.46

CMYK color model

#42492D color CMYK value is (10,0,38,71).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 71.37%
CMYK:
(10,0,38,71)
C10M0Y38K71 
(10%,0%,38%,71%)
(0.10/0.00/0.38/0.71)	

CMYK percentages

%9.59
%0
%38.36
%71.37

Codes

Color #42492D in popluar color models

42492D
RGB667345
HSL75°23.73%23.14%
HSB/HSV75°38.36%28.63%
CMYK9.59%0.00%38.36%
71.37%

Color #42492D in popluar number systems.

HEX42492D
Decimal667345
Binary10000101001001101101
Octal10211155

Shades and tints

Shades of #42492D

#42492D
(66,73,45)
#3C4329
(60,67,41)
#363D25
(54,61,37)
#303721
(48,55,33)
#2A311D
(42,49,29)
#242B19
(36,43,25)
#1E2515
(30,37,21)
#181F11
(24,31,17)
#12190D
(18,25,13)
#0C1309
(12,19,9)
#060D05
(6,13,5)
#000000
(0,0,0)

Tints of #42492D

#42492D
(66,73,45)
#535940
(83,89,64)
#646953
(100,105,83)
#757966
(117,121,102)
#868979
(134,137,121)
#97998C
(151,153,140)
#A8A99F
(168,169,159)
#B9B9B2
(185,185,178)
#CAC9C5
(202,201,197)
#DBD9D8
(219,217,216)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42492D; }

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

This text font color is #42492D.


Background Color

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

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

This div background color is #42492D.


Border color

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

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

This div border color is #42492D.


Opacity

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

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

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

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

This text has shadow with #42492D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42492D on black background.


Color preview on white background

This text has color #42492D on white background.



Black color preview on #42492D background

This text has black color on #42492D background.


White color preview on #42492D background

This text has white color on #42492D background.