COLOR #423847

HEX: #423847
RGB: (66,56,71)

Color info

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

RGB color model

#423847 color RGB value is (66,56,71).

  • red value is 66;
  • green value is 56;
  • blue value is 71.
RGB:
(66,56,71)
(26%,22%,28%)

RGB channels and saturation

R 66 of 255 = 26%
G 56 of 255 = 22%
B 71 of 255 = 28%

66
56
71

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

Portions of RGB colors in percentages

R + G + B =
66 + 56 + 71 = 193 (100%)
R 66 of 193 ~ 34.2%
G 56 of 193 ~ 29.02%
B 71 of 193 ~ 36.79%

%34.2
%29.02
%36.79

CMYK color model

#423847 color CMYK value is (7,21,0,72).

  • cyan value is 7.04%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(7,21,0,72)
C7M21Y0K72 
(7%,21%,0%,72%)
(0.07/0.21/0.00/0.72)	

CMYK percentages

%7.04
%21.13
%0
%72.16

Codes

Color #423847 in popluar color models

423847
RGB665671
HSL280°11.81%24.90%
HSB/HSV280°21.13%27.84%
CMYK7.04%21.13%0.00%
72.16%

Color #423847 in popluar number systems.

HEX423847
Decimal665671
Binary10000101110001000111
Octal10270107

Shades and tints

Shades of #423847

#423847
(66,56,71)
#3C3341
(60,51,65)
#362E3B
(54,46,59)
#302935
(48,41,53)
#2A242F
(42,36,47)
#241F29
(36,31,41)
#1E1A23
(30,26,35)
#18151D
(24,21,29)
#121017
(18,16,23)
#0C0B11
(12,11,17)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #423847

#423847
(66,56,71)
#534A57
(83,74,87)
#645C67
(100,92,103)
#756E77
(117,110,119)
#868087
(134,128,135)
#979297
(151,146,151)
#A8A4A7
(168,164,167)
#B9B6B7
(185,182,183)
#CAC8C7
(202,200,199)
#DBDAD7
(219,218,215)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423847 color. Also use rgb(66,56,71) instead hex code.

Text Font Color

.myTextColor { color: #423847; }

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

This text font color is #423847.


Background Color

.myBgColor { background-color: #423847; }

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

This div background color is #423847.


Border color

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

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

This div border color is #423847.


Opacity

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

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

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

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

This text has shadow with #423847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423847 on black background.


Color preview on white background

This text has color #423847 on white background.



Black color preview on #423847 background

This text has black color on #423847 background.


White color preview on #423847 background

This text has white color on #423847 background.