COLOR #423147

HEX: #423147
RGB: (66,49,71)

Color info

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

RGB color model

#423147 color RGB value is (66,49,71).

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

RGB channels and saturation

R 66 of 255 = 26%
G 49 of 255 = 19%
B 71 of 255 = 28%

66
49
71

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

Portions of RGB colors in percentages

R + G + B =
66 + 49 + 71 = 186 (100%)
R 66 of 186 ~ 35.48%
G 49 of 186 ~ 26.34%
B 71 of 186 ~ 38.17%

%35.48
%26.34
%38.17

CMYK color model

#423147 color CMYK value is (7,31,0,72).

  • cyan value is 7.04%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(7,31,0,72)
C7M31Y0K72 
(7%,31%,0%,72%)
(0.07/0.31/0.00/0.72)	

CMYK percentages

%7.04
%30.99
%0
%72.16

Codes

Color #423147 in popluar color models

423147
RGB664971
HSL286°18.33%23.53%
HSB/HSV286°30.99%27.84%
CMYK7.04%30.99%0.00%
72.16%

Color #423147 in popluar number systems.

HEX423147
Decimal664971
Binary10000101100011000111
Octal10261107

Shades and tints

Shades of #423147

#423147
(66,49,71)
#3C2D41
(60,45,65)
#36293B
(54,41,59)
#302535
(48,37,53)
#2A212F
(42,33,47)
#241D29
(36,29,41)
#1E1923
(30,25,35)
#18151D
(24,21,29)
#121117
(18,17,23)
#0C0D11
(12,13,17)
#06090B
(6,9,11)
#000000
(0,0,0)

Tints of #423147

#423147
(66,49,71)
#534357
(83,67,87)
#645567
(100,85,103)
#756777
(117,103,119)
#867987
(134,121,135)
#978B97
(151,139,151)
#A89DA7
(168,157,167)
#B9AFB7
(185,175,183)
#CAC1C7
(202,193,199)
#DBD3D7
(219,211,215)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423147; }

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

This text font color is #423147.


Background Color

.myBgColor { background-color: #423147; }

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

This div background color is #423147.


Border color

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

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

This div border color is #423147.


Opacity

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

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

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

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

This text has shadow with #423147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423147 on black background.


Color preview on white background

This text has color #423147 on white background.



Black color preview on #423147 background

This text has black color on #423147 background.


White color preview on #423147 background

This text has white color on #423147 background.