COLOR #423949

HEX: #423949
RGB: (66,57,73)

Color info

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

RGB color model

#423949 color RGB value is (66,57,73).

  • red value is 66;
  • green value is 57;
  • blue value is 73.
RGB:
(66,57,73)
(26%,22%,29%)

RGB channels and saturation

R 66 of 255 = 26%
G 57 of 255 = 22%
B 73 of 255 = 29%

66
57
73

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

Portions of RGB colors in percentages

R + G + B =
66 + 57 + 73 = 196 (100%)
R 66 of 196 ~ 33.67%
G 57 of 196 ~ 29.08%
B 73 of 196 ~ 37.24%

%33.67
%29.08
%37.24

CMYK color model

#423949 color CMYK value is (10,22,0,71).

  • cyan value is 9.59%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(10,22,0,71)
C10M22Y0K71 
(10%,22%,0%,71%)
(0.10/0.22/0.00/0.71)	

CMYK percentages

%9.59
%21.92
%0
%71.37

Codes

Color #423949 in popluar color models

423949
RGB665773
HSL274°12.31%25.49%
HSB/HSV274°21.92%28.63%
CMYK9.59%21.92%0.00%
71.37%

Color #423949 in popluar number systems.

HEX423949
Decimal665773
Binary10000101110011001001
Octal10271111

Shades and tints

Shades of #423949

#423949
(66,57,73)
#3C3443
(60,52,67)
#362F3D
(54,47,61)
#302A37
(48,42,55)
#2A2531
(42,37,49)
#24202B
(36,32,43)
#1E1B25
(30,27,37)
#18161F
(24,22,31)
#121119
(18,17,25)
#0C0C13
(12,12,19)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #423949

#423949
(66,57,73)
#534B59
(83,75,89)
#645D69
(100,93,105)
#756F79
(117,111,121)
#868189
(134,129,137)
#979399
(151,147,153)
#A8A5A9
(168,165,169)
#B9B7B9
(185,183,185)
#CAC9C9
(202,201,201)
#DBDBD9
(219,219,217)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423949 color. Also use rgb(66,57,73) instead hex code.

Text Font Color

.myTextColor { color: #423949; }

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

This text font color is #423949.


Background Color

.myBgColor { background-color: #423949; }

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

This div background color is #423949.


Border color

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

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

This div border color is #423949.


Opacity

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

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

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

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

This text has shadow with #423949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423949 on black background.


Color preview on white background

This text has color #423949 on white background.



Black color preview on #423949 background

This text has black color on #423949 background.


White color preview on #423949 background

This text has white color on #423949 background.