COLOR #423246

HEX: #423246
RGB: (66,50,70)

Color info

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

RGB color model

#423246 color RGB value is (66,50,70).

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

RGB channels and saturation

R 66 of 255 = 26%
G 50 of 255 = 20%
B 70 of 255 = 27%

66
50
70

R + G + B ~ 24%. #423246 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 50 + 70 = 186 (100%)
R 66 of 186 ~ 35.48%
G 50 of 186 ~ 26.88%
B 70 of 186 ~ 37.63%

%35.48
%26.88
%37.63

CMYK color model

#423246 color CMYK value is (6,29,0,73).

  • cyan value is 5.71%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(6,29,0,73)
C6M29Y0K73 
(6%,29%,0%,73%)
(0.06/0.29/0.00/0.73)	

CMYK percentages

%5.71
%28.57
%0
%72.55

Codes

Color #423246 in popluar color models

423246
RGB665070
HSL288°16.67%23.53%
HSB/HSV288°28.57%27.45%
CMYK5.71%28.57%0.00%
72.55%

Color #423246 in popluar number systems.

HEX423246
Decimal665070
Binary10000101100101000110
Octal10262106

Shades and tints

Shades of #423246

#423246
(66,50,70)
#3C2E40
(60,46,64)
#362A3A
(54,42,58)
#302634
(48,38,52)
#2A222E
(42,34,46)
#241E28
(36,30,40)
#1E1A22
(30,26,34)
#18161C
(24,22,28)
#121216
(18,18,22)
#0C0E10
(12,14,16)
#060A0A
(6,10,10)
#000000
(0,0,0)

Tints of #423246

#423246
(66,50,70)
#534456
(83,68,86)
#645666
(100,86,102)
#756876
(117,104,118)
#867A86
(134,122,134)
#978C96
(151,140,150)
#A89EA6
(168,158,166)
#B9B0B6
(185,176,182)
#CAC2C6
(202,194,198)
#DBD4D6
(219,212,214)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423246; }

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

This text font color is #423246.


Background Color

.myBgColor { background-color: #423246; }

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

This div background color is #423246.


Border color

.myBorderColor { border: 1px solid #423246; }

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

This div border color is #423246.


Opacity

.myOpacity80 { color: #423246; opacity: 0.8; }

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

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

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

This text has shadow with #423246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423246 on black background.


Color preview on white background

This text has color #423246 on white background.



Black color preview on #423246 background

This text has black color on #423246 background.


White color preview on #423246 background

This text has white color on #423246 background.