COLOR #46423C

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

Color info

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

RGB color model

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

RGB: (70,66,60) (27%, 26%, 24%)

RGB channels and saturation

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

70
66
60

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

Portions of RGB colors in percentages

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

%35.71
%33.67
%30.61

CMYK color model

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

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

CMYK: (0,6,14,73)
C0M6Y14K73 (0%, 6%, 14%, 73%)
(0.00 / 0.06 / 0.14 / 0.73)

CMYK percentages

%0
%5.71
%14.29
%72.55

Codes

Color #46423C in popluar color models

46 42 3C
RGB 70 66 60
HSL 36° 7.69% 25.49%
HSB/HSV 36° 14.29% 27.45%
CMYK 0.00% 5.71% 14.29%
72.55%

Color #46423C in popluar number systems.

HEX 46 42 3C
Decimal 70 66 60
Binary 1000110 1000010 111100
Octal 106 102 74

Shades and tints

Shades of #46423C

#46423C
(70,66,60)
#403C37
(64,60,55)
#3A3632
(58,54,50)
#34302D
(52,48,45)
#2E2A28
(46,42,40)
#282423
(40,36,35)
#221E1E
(34,30,30)
#1C1819
(28,24,25)
#161214
(22,18,20)
#100C0F
(16,12,15)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #46423C

#46423C
(70,66,60)
#56534D
(86,83,77)
#66645E
(102,100,94)
#76756F
(118,117,111)
#868680
(134,134,128)
#969791
(150,151,145)
#A6A8A2
(166,168,162)
#B6B9B3
(182,185,179)
#C6CAC4
(198,202,196)
#D6DBD5
(214,219,213)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46423C; }

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

This text font color is #46423C.

Background Color

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

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

This div background color is #46423C.

Border color

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

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

This div border color is #46423C.

Opacity

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

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

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

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

This text has shadow with #46423C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46423C.

Preview

Color preview on black background

This text has color #46423C on black background.


Color preview on white background

This text has color #46423C on white background.


Black color preview on #46423C background

This text has black color on #46423C background.


White color preview on #46423C background

This text has white color on #46423C background.


Related colors

Complementary color

Complementary color for #hex is #B9BDC3.


I love getcolorcode.com

Triadic colors

1 #3C4642 and #423C46 with #46423C are triadic colors.

2 #3C4246 and #42463C with #46423C are triadic colors.