COLOR #42462F

HEX: #42462F
RGB: (66,70,47)

Color info

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

RGB color model

#42462F color RGB value is (66,70,47).

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

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 47 of 255 = 18%

66
70
47

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

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 47 = 183 (100%)
R 66 of 183 ~ 36.07%
G 70 of 183 ~ 38.25%
B 47 of 183 ~ 25.68%

%36.07
%38.25
%25.68

CMYK color model

#42462F color CMYK value is (6,0,33,73).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 32.86%
  • key color value is 72.55%
CMYK:
(6,0,33,73)
C6M0Y33K73 
(6%,0%,33%,73%)
(0.06/0.00/0.33/0.73)	

CMYK percentages

%5.71
%0
%32.86
%72.55

Codes

Color #42462F in popluar color models

42462F
RGB667047
HSL70°19.66%22.94%
HSB/HSV70°32.86%27.45%
CMYK5.71%0.00%32.86%
72.55%

Color #42462F in popluar number systems.

HEX42462F
Decimal667047
Binary10000101000110101111
Octal10210657

Shades and tints

Shades of #42462F

#42462F
(66,70,47)
#3C402B
(60,64,43)
#363A27
(54,58,39)
#303423
(48,52,35)
#2A2E1F
(42,46,31)
#24281B
(36,40,27)
#1E2217
(30,34,23)
#181C13
(24,28,19)
#12160F
(18,22,15)
#0C100B
(12,16,11)
#060A07
(6,10,7)
#000000
(0,0,0)

Tints of #42462F

#42462F
(66,70,47)
#535641
(83,86,65)
#646653
(100,102,83)
#757665
(117,118,101)
#868677
(134,134,119)
#979689
(151,150,137)
#A8A69B
(168,166,155)
#B9B6AD
(185,182,173)
#CAC6BF
(202,198,191)
#DBD6D1
(219,214,209)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42462F; }

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

This text font color is #42462F.


Background Color

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

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

This div background color is #42462F.


Border color

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

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

This div border color is #42462F.


Opacity

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

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

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

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

This text has shadow with #42462F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42462F on black background.


Color preview on white background

This text has color #42462F on white background.



Black color preview on #42462F background

This text has black color on #42462F background.


White color preview on #42462F background

This text has white color on #42462F background.