COLOR #423B3E

HEX: #423B3E RGB: (66,59,62)

Color info

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

RGB color model

#423B3E color RGB value is (66,59,62).

RGB: (66,59,62) (26%, 23%, 24%)

RGB channels and saturation

R 66 of 255 = 26%
G 59 of 255 = 23%
B 62 of 255 = 24%

66
59
62

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

Portions of RGB colors in percentages

R + G + B = 66 + 59 + 62 = 187 (100%)
R 66 of 187 ~ 35.29%
G 59 of 187 ~ 31.55%
B 62 of 187 ~ 33.16'%

%35.29
%31.55
%33.16

CMYK color model

#423B3E color CMYK value is (0,11,6,74).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 6.06%
  • key color value is 74.12%

CMYK: (0,11,6,74)
C0M11Y6K74 (0%, 11%, 6%, 74%)
(0.00 / 0.11 / 0.06 / 0.74)

CMYK percentages

%0
%10.61
%6.06
%74.12

Codes

Color #423B3E in popluar color models

42 3B 3E
RGB 66 59 62
HSL 334° 5.60% 24.51%
HSB/HSV 334° 10.61% 25.88%
CMYK 0.00% 10.61% 6.06%
74.12%

Color #423B3E in popluar number systems.

HEX 42 3B 3E
Decimal 66 59 62
Binary 1000010 111011 111110
Octal 102 73 76

Shades and tints

Shades of #423B3E

#423B3E
(66,59,62)
#3C3639
(60,54,57)
#363134
(54,49,52)
#302C2F
(48,44,47)
#2A272A
(42,39,42)
#242225
(36,34,37)
#1E1D20
(30,29,32)
#18181B
(24,24,27)
#121316
(18,19,22)
#0C0E11
(12,14,17)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #423B3E

#423B3E
(66,59,62)
#534C4F
(83,76,79)
#645D60
(100,93,96)
#756E71
(117,110,113)
#867F82
(134,127,130)
#979093
(151,144,147)
#A8A1A4
(168,161,164)
#B9B2B5
(185,178,181)
#CAC3C6
(202,195,198)
#DBD4D7
(219,212,215)
#ECE5E8
(236,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #423B3E color. Also use rgb(66,59,62) instead hex code.

Text Font Color

.myTextColor { color: #423B3E; }

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

This text font color is #423B3E.

Background Color

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

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

This div background color is #423B3E.

Border color

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

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

This div border color is #423B3E.

Opacity

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

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

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

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

This text has shadow with #423B3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #423B3E.

Preview

Color preview on black background

This text has color #423B3E on black background.


Color preview on white background

This text has color #423B3E on white background.


Black color preview on #423B3E background

This text has black color on #423B3E background.


White color preview on #423B3E background

This text has white color on #423B3E background.


Related colors

Complementary color

Complementary color for #hex is #BDC4C1.


I love getcolorcode.com

Triadic colors

1 #3E423B and #3B3E42 with #423B3E are triadic colors.

2 #3E3B42 and #3B423E with #423B3E are triadic colors.