COLOR #423F48

HEX: #423F48
RGB: (66,63,72)

Color info

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

RGB color model

#423F48 color RGB value is (66,63,72).

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

RGB channels and saturation

R 66 of 255 = 26%
G 63 of 255 = 25%
B 72 of 255 = 28%

66
63
72

R + G + B ~ 26%. #423F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 63 + 72 = 201 (100%)
R 66 of 201 ~ 32.84%
G 63 of 201 ~ 31.34%
B 72 of 201 ~ 35.82%

%32.84
%31.34
%35.82

CMYK color model

#423F48 color CMYK value is (8,13,0,72).

  • cyan value is 8.33%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(8,13,0,72)
C8M13Y0K72 
(8%,13%,0%,72%)
(0.08/0.13/0.00/0.72)	

CMYK percentages

%8.33
%12.5
%0
%71.76

Codes

Color #423F48 in popluar color models

423F48
RGB666372
HSL260°6.67%26.47%
HSB/HSV260°12.50%28.24%
CMYK8.33%12.50%0.00%
71.76%

Color #423F48 in popluar number systems.

HEX423F48
Decimal666372
Binary10000101111111001000
Octal10277110

Shades and tints

Shades of #423F48

#423F48
(66,63,72)
#3C3A42
(60,58,66)
#36353C
(54,53,60)
#303036
(48,48,54)
#2A2B30
(42,43,48)
#24262A
(36,38,42)
#1E2124
(30,33,36)
#181C1E
(24,28,30)
#121718
(18,23,24)
#0C1212
(12,18,18)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #423F48

#423F48
(66,63,72)
#535058
(83,80,88)
#646168
(100,97,104)
#757278
(117,114,120)
#868388
(134,131,136)
#979498
(151,148,152)
#A8A5A8
(168,165,168)
#B9B6B8
(185,182,184)
#CAC7C8
(202,199,200)
#DBD8D8
(219,216,216)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423F48; }

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

This text font color is #423F48.


Background Color

.myBgColor { background-color: #423F48; }

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

This div background color is #423F48.


Border color

.myBorderColor { border: 1px solid #423F48; }

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

This div border color is #423F48.


Opacity

.myOpacity80 { color: #423F48; opacity: 0.8; }

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

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

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

This text has shadow with #423F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423F48 on black background.


Color preview on white background

This text has color #423F48 on white background.



Black color preview on #423F48 background

This text has black color on #423F48 background.


White color preview on #423F48 background

This text has white color on #423F48 background.