COLOR #423C3F

HEX: #423C3F
RGB: (66,60,63)

Color info

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

RGB color model

#423C3F color RGB value is (66,60,63).

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

RGB channels and saturation

R 66 of 255 = 26%
G 60 of 255 = 24%
B 63 of 255 = 25%

66
60
63

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

Portions of RGB colors in percentages

R + G + B =
66 + 60 + 63 = 189 (100%)
R 66 of 189 ~ 34.92%
G 60 of 189 ~ 31.75%
B 63 of 189 ~ 33.33%

%34.92
%31.75
%33.33

CMYK color model

#423C3F color CMYK value is (0,9,5,74).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 4.55%
  • key color value is 74.12%
CMYK:
(0,9,5,74)
C0M9Y5K74 
(0%,9%,5%,74%)
(0.00/0.09/0.05/0.74)	

CMYK percentages

%0
%9.09
%4.55
%74.12

Codes

Color #423C3F in popluar color models

423C3F
RGB666063
HSL330°4.76%24.71%
HSB/HSV330°9.09%25.88%
CMYK0.00%9.09%4.55%
74.12%

Color #423C3F in popluar number systems.

HEX423C3F
Decimal666063
Binary1000010111100111111
Octal1027477

Shades and tints

Shades of #423C3F

#423C3F
(66,60,63)
#3C373A
(60,55,58)
#363235
(54,50,53)
#302D30
(48,45,48)
#2A282B
(42,40,43)
#242326
(36,35,38)
#1E1E21
(30,30,33)
#18191C
(24,25,28)
#121417
(18,20,23)
#0C0F12
(12,15,18)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #423C3F

#423C3F
(66,60,63)
#534D50
(83,77,80)
#645E61
(100,94,97)
#756F72
(117,111,114)
#868083
(134,128,131)
#979194
(151,145,148)
#A8A2A5
(168,162,165)
#B9B3B6
(185,179,182)
#CAC4C7
(202,196,199)
#DBD5D8
(219,213,216)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423C3F; }

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

This text font color is #423C3F.


Background Color

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

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

This div background color is #423C3F.


Border color

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

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

This div border color is #423C3F.


Opacity

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

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

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

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

This text has shadow with #423C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423C3F on black background.


Color preview on white background

This text has color #423C3F on white background.



Black color preview on #423C3F background

This text has black color on #423C3F background.


White color preview on #423C3F background

This text has white color on #423C3F background.