COLOR #42473E

HEX: #42473E
RGB: (66,71,62)

Color info

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

RGB color model

#42473E color RGB value is (66,71,62).

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

RGB channels and saturation

R 66 of 255 = 26%
G 71 of 255 = 28%
B 62 of 255 = 24%

66
71
62

R + G + B ~ 26%. #42473E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 62 = 199 (100%)
R 66 of 199 ~ 33.17%
G 71 of 199 ~ 35.68%
B 62 of 199 ~ 31.16%

%33.17
%35.68
%31.16

CMYK color model

#42473E color CMYK value is (7,0,13,72).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 72.16%
CMYK:
(7,0,13,72)
C7M0Y13K72 
(7%,0%,13%,72%)
(0.07/0.00/0.13/0.72)	

CMYK percentages

%7.04
%0
%12.68
%72.16

Codes

Color #42473E in popluar color models

42473E
RGB667162
HSL93°6.77%26.08%
HSB/HSV93°12.68%27.84%
CMYK7.04%0.00%12.68%
72.16%

Color #42473E in popluar number systems.

HEX42473E
Decimal667162
Binary10000101000111111110
Octal10210776

Shades and tints

Shades of #42473E

#42473E
(66,71,62)
#3C4139
(60,65,57)
#363B34
(54,59,52)
#30352F
(48,53,47)
#2A2F2A
(42,47,42)
#242925
(36,41,37)
#1E2320
(30,35,32)
#181D1B
(24,29,27)
#121716
(18,23,22)
#0C1111
(12,17,17)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #42473E

#42473E
(66,71,62)
#53574F
(83,87,79)
#646760
(100,103,96)
#757771
(117,119,113)
#868782
(134,135,130)
#979793
(151,151,147)
#A8A7A4
(168,167,164)
#B9B7B5
(185,183,181)
#CAC7C6
(202,199,198)
#DBD7D7
(219,215,215)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42473E color. Also use rgb(66,71,62) instead hex code.

Text Font Color

.myTextColor { color: #42473E; }

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

This text font color is #42473E.


Background Color

.myBgColor { background-color: #42473E; }

<div style="background-color:#42473E">Inner text</div>

This div background color is #42473E.


Border color

.myBorderColor { border: 1px solid #42473E; }

<div style="border:3px solid #42473E">Div</div>

This div border color is #42473E.


Opacity

.myOpacity80 { color: #42473E; opacity: 0.8; }

<p style="color:#42473E;opacity:0.8;">80%</p>

Text with #42473E 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 #42473E;}

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

This text has shadow with #42473E color.

.textShadow {text-shadow: 3px 3px 1px #42473E, 3px 3px 1px red;}

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

This text has shadow with #42473E primary color and red secondary color.


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

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

This text has shadow with #42473E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42473E on black background.


Color preview on white background

This text has color #42473E on white background.



Black color preview on #42473E background

This text has black color on #42473E background.


White color preview on #42473E background

This text has white color on #42473E background.