COLOR #423248

HEX: #423248
RGB: (66,50,72)

Color info

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

RGB color model

#423248 color RGB value is (66,50,72).

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

RGB channels and saturation

R 66 of 255 = 26%
G 50 of 255 = 20%
B 72 of 255 = 28%

66
50
72

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

Portions of RGB colors in percentages

R + G + B =
66 + 50 + 72 = 188 (100%)
R 66 of 188 ~ 35.11%
G 50 of 188 ~ 26.6%
B 72 of 188 ~ 38.3%

%35.11
%26.6
%38.3

CMYK color model

#423248 color CMYK value is (8,31,0,72).

  • cyan value is 8.33%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(8,31,0,72)
C8M31Y0K72 
(8%,31%,0%,72%)
(0.08/0.31/0.00/0.72)	

CMYK percentages

%8.33
%30.56
%0
%71.76

Codes

Color #423248 in popluar color models

423248
RGB665072
HSL284°18.03%23.92%
HSB/HSV284°30.56%28.24%
CMYK8.33%30.56%0.00%
71.76%

Color #423248 in popluar number systems.

HEX423248
Decimal665072
Binary10000101100101001000
Octal10262110

Shades and tints

Shades of #423248

#423248
(66,50,72)
#3C2E42
(60,46,66)
#362A3C
(54,42,60)
#302636
(48,38,54)
#2A2230
(42,34,48)
#241E2A
(36,30,42)
#1E1A24
(30,26,36)
#18161E
(24,22,30)
#121218
(18,18,24)
#0C0E12
(12,14,18)
#060A0C
(6,10,12)
#000000
(0,0,0)

Tints of #423248

#423248
(66,50,72)
#534458
(83,68,88)
#645668
(100,86,104)
#756878
(117,104,120)
#867A88
(134,122,136)
#978C98
(151,140,152)
#A89EA8
(168,158,168)
#B9B0B8
(185,176,184)
#CAC2C8
(202,194,200)
#DBD4D8
(219,212,216)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423248; }

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

This text font color is #423248.


Background Color

.myBgColor { background-color: #423248; }

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

This div background color is #423248.


Border color

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

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

This div border color is #423248.


Opacity

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

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

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

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

This text has shadow with #423248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423248 on black background.


Color preview on white background

This text has color #423248 on white background.



Black color preview on #423248 background

This text has black color on #423248 background.


White color preview on #423248 background

This text has white color on #423248 background.