COLOR #42472C

HEX: #42472C
RGB: (66,71,44)

Color info

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

RGB color model

#42472C color RGB value is (66,71,44).

  • red value is 66;
  • green value is 71;
  • blue value is 44.
RGB:
(66,71,44)
(26%,28%,17%)

RGB channels and saturation

R 66 of 255 = 26%
G 71 of 255 = 28%
B 44 of 255 = 17%

66
71
44

R + G + B ~ 24%. #42472C is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 44 = 181 (100%)
R 66 of 181 ~ 36.46%
G 71 of 181 ~ 39.23%
B 44 of 181 ~ 24.31%

%36.46
%39.23
%24.31

CMYK color model

#42472C color CMYK value is (7,0,38,72).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 38.03%
  • key color value is 72.16%
CMYK:
(7,0,38,72)
C7M0Y38K72 
(7%,0%,38%,72%)
(0.07/0.00/0.38/0.72)	

CMYK percentages

%7.04
%0
%38.03
%72.16

Codes

Color #42472C in popluar color models

42472C
RGB667144
HSL71°23.48%22.55%
HSB/HSV71°38.03%27.84%
CMYK7.04%0.00%38.03%
72.16%

Color #42472C in popluar number systems.

HEX42472C
Decimal667144
Binary10000101000111101100
Octal10210754

Shades and tints

Shades of #42472C

#42472C
(66,71,44)
#3C4128
(60,65,40)
#363B24
(54,59,36)
#303520
(48,53,32)
#2A2F1C
(42,47,28)
#242918
(36,41,24)
#1E2314
(30,35,20)
#181D10
(24,29,16)
#12170C
(18,23,12)
#0C1108
(12,17,8)
#060B04
(6,11,4)
#000000
(0,0,0)

Tints of #42472C

#42472C
(66,71,44)
#53573F
(83,87,63)
#646752
(100,103,82)
#757765
(117,119,101)
#868778
(134,135,120)
#97978B
(151,151,139)
#A8A79E
(168,167,158)
#B9B7B1
(185,183,177)
#CAC7C4
(202,199,196)
#DBD7D7
(219,215,215)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42472C color. Also use rgb(66,71,44) instead hex code.

Text Font Color

.myTextColor { color: #42472C; }

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

This text font color is #42472C.


Background Color

.myBgColor { background-color: #42472C; }

<div style="background-color:#42472C">Inner text</div>

This div background color is #42472C.


Border color

.myBorderColor { border: 1px solid #42472C; }

<div style="border:3px solid #42472C">Div</div>

This div border color is #42472C.


Opacity

.myOpacity80 { color: #42472C; opacity: 0.8; }

<p style="color:#42472C;opacity:0.8;">80%</p>

Text with #42472C 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 #42472C;}

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

This text has shadow with #42472C color.

.textShadow {text-shadow: 3px 3px 1px #42472C, 3px 3px 1px red;}

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

This text has shadow with #42472C primary color and red secondary color.


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

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

This text has shadow with #42472C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42472C on black background.


Color preview on white background

This text has color #42472C on white background.



Black color preview on #42472C background

This text has black color on #42472C background.


White color preview on #42472C background

This text has white color on #42472C background.