COLOR #42473B

HEX: #42473B RGB: (66,71,59)

Color info

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

RGB color model

#42473B color RGB value is (66,71,59).

RGB: (66,71,59) (26%, 28%, 23%)

RGB channels and saturation

R 66 of 255 = 26%
G 71 of 255 = 28%
B 59 of 255 = 23%

66
71
59

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

Portions of RGB colors in percentages

R + G + B = 66 + 71 + 59 = 196 (100%)
R 66 of 196 ~ 33.67%
G 71 of 196 ~ 36.22%
B 59 of 196 ~ 30.1'%

%33.67
%36.22
%30.1

CMYK color model

#42473B color CMYK value is (7,0,17,72).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 16.90%
  • key color value is 72.16%

CMYK: (7,0,17,72)
C7M0Y17K72 (7%, 0%, 17%, 72%)
(0.07 / 0.00 / 0.17 / 0.72)

CMYK percentages

%7.04
%0
%16.9
%72.16

Codes

Color #42473B in popluar color models

42 47 3B
RGB 66 71 59
HSL 85° 9.23% 25.49%
HSB/HSV 85° 16.90% 27.84%
CMYK 7.04% 0.00% 16.90%
72.16%

Color #42473B in popluar number systems.

HEX 42 47 3B
Decimal 66 71 59
Binary 1000010 1000111 111011
Octal 102 107 73

Shades and tints

Shades of #42473B

#42473B
(66,71,59)
#3C4136
(60,65,54)
#363B31
(54,59,49)
#30352C
(48,53,44)
#2A2F27
(42,47,39)
#242922
(36,41,34)
#1E231D
(30,35,29)
#181D18
(24,29,24)
#121713
(18,23,19)
#0C110E
(12,17,14)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #42473B

#42473B
(66,71,59)
#53574C
(83,87,76)
#64675D
(100,103,93)
#75776E
(117,119,110)
#86877F
(134,135,127)
#979790
(151,151,144)
#A8A7A1
(168,167,161)
#B9B7B2
(185,183,178)
#CAC7C3
(202,199,195)
#DBD7D4
(219,215,212)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42473B; }

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

This text font color is #42473B.

Background Color

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

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

This div background color is #42473B.

Border color

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

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

This div border color is #42473B.

Opacity

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

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

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

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

This text has shadow with #42473B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42473B.

Preview

Color preview on black background

This text has color #42473B on black background.


Color preview on white background

This text has color #42473B on white background.


Black color preview on #42473B background

This text has black color on #42473B background.


White color preview on #42473B background

This text has white color on #42473B background.


Related colors

Complementary color

Complementary color for #hex is #BDB8C4.


I love getcolorcode.com

Triadic colors

1 #3B4247 and #473B42 with #42473B are triadic colors.

2 #3B4742 and #47423B with #42473B are triadic colors.