COLOR #42463C

HEX: #42463C
RGB: (66,70,60)

Color info

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

RGB color model

#42463C color RGB value is (66,70,60).

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

RGB channels and saturation

R 66 of 255 = 26%
G 70 of 255 = 27%
B 60 of 255 = 24%

66
70
60

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

Portions of RGB colors in percentages

R + G + B =
66 + 70 + 60 = 196 (100%)
R 66 of 196 ~ 33.67%
G 70 of 196 ~ 35.71%
B 60 of 196 ~ 30.61%

%33.67
%35.71
%30.61

CMYK color model

#42463C color CMYK value is (6,0,14,73).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 72.55%
CMYK:
(6,0,14,73)
C6M0Y14K73 
(6%,0%,14%,73%)
(0.06/0.00/0.14/0.73)	

CMYK percentages

%5.71
%0
%14.29
%72.55

Codes

Color #42463C in popluar color models

42463C
RGB667060
HSL84°7.69%25.49%
HSB/HSV84°14.29%27.45%
CMYK5.71%0.00%14.29%
72.55%

Color #42463C in popluar number systems.

HEX42463C
Decimal667060
Binary10000101000110111100
Octal10210674

Shades and tints

Shades of #42463C

#42463C
(66,70,60)
#3C4037
(60,64,55)
#363A32
(54,58,50)
#30342D
(48,52,45)
#2A2E28
(42,46,40)
#242823
(36,40,35)
#1E221E
(30,34,30)
#181C19
(24,28,25)
#121614
(18,22,20)
#0C100F
(12,16,15)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #42463C

#42463C
(66,70,60)
#53564D
(83,86,77)
#64665E
(100,102,94)
#75766F
(117,118,111)
#868680
(134,134,128)
#979691
(151,150,145)
#A8A6A2
(168,166,162)
#B9B6B3
(185,182,179)
#CAC6C4
(202,198,196)
#DBD6D5
(219,214,213)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42463C; }

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

This text font color is #42463C.


Background Color

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

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

This div background color is #42463C.


Border color

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

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

This div border color is #42463C.


Opacity

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

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

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

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

This text has shadow with #42463C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42463C on black background.


Color preview on white background

This text has color #42463C on white background.



Black color preview on #42463C background

This text has black color on #42463C background.


White color preview on #42463C background

This text has white color on #42463C background.