COLOR #42463B

HEX: #42463B RGB: (66,70,59)

Color info

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

RGB color model

#42463B color RGB value is (66,70,59).

RGB: (66,70,59) (26%, 27%, 23%)

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 59 of 255 = 23%

66
70
59

R + G + B ~ 25%. #42463B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 70 + 59 = 195 (100%)
R 66 of 195 ~ 33.85%
G 70 of 195 ~ 35.9%
B 59 of 195 ~ 30.26'%

%33.85
%35.9
%30.26

CMYK color model

#42463B color CMYK value is (6,0,16,73).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 72.55%

CMYK: (6,0,16,73)
C6M0Y16K73 (6%, 0%, 16%, 73%)
(0.06 / 0.00 / 0.16 / 0.73)

CMYK percentages

%5.71
%0
%15.71
%72.55

Codes

Color #42463B in popluar color models

42 46 3B
RGB 66 70 59
HSL 82° 8.53% 25.29%
HSB/HSV 82° 15.71% 27.45%
CMYK 5.71% 0.00% 15.71%
72.55%

Color #42463B in popluar number systems.

HEX 42 46 3B
Decimal 66 70 59
Binary 1000010 1000110 111011
Octal 102 106 73

Shades and tints

Shades of #42463B

#42463B
(66,70,59)
#3C4036
(60,64,54)
#363A31
(54,58,49)
#30342C
(48,52,44)
#2A2E27
(42,46,39)
#242822
(36,40,34)
#1E221D
(30,34,29)
#181C18
(24,28,24)
#121613
(18,22,19)
#0C100E
(12,16,14)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #42463B

#42463B
(66,70,59)
#53564C
(83,86,76)
#64665D
(100,102,93)
#75766E
(117,118,110)
#86867F
(134,134,127)
#979690
(151,150,144)
#A8A6A1
(168,166,161)
#B9B6B2
(185,182,178)
#CAC6C3
(202,198,195)
#DBD6D4
(219,214,212)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42463B; }

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

This text font color is #42463B.

Background Color

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

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

This div background color is #42463B.

Border color

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

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

This div border color is #42463B.

Opacity

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

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

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

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

This text has shadow with #42463B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42463B.

Preview

Color preview on black background

This text has color #42463B on black background.


Color preview on white background

This text has color #42463B on white background.


Black color preview on #42463B background

This text has black color on #42463B background.


White color preview on #42463B background

This text has white color on #42463B background.


Related colors

Complementary color

Complementary color for #hex is #BDB9C4.


I love getcolorcode.com

Triadic colors

1 #3B4246 and #463B42 with #42463B are triadic colors.

2 #3B4642 and #46423B with #42463B are triadic colors.