COLOR #423238

HEX: #423238
RGB: (66,50,56)

Color info

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

RGB color model

#423238 color RGB value is (66,50,56).

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

RGB channels and saturation

R 66 of 255 = 26%
G 50 of 255 = 20%
B 56 of 255 = 22%

66
50
56

R + G + B ~ 23%. #423238 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 50 + 56 = 172 (100%)
R 66 of 172 ~ 38.37%
G 50 of 172 ~ 29.07%
B 56 of 172 ~ 32.56%

%38.37
%29.07
%32.56

CMYK color model

#423238 color CMYK value is (0,24,15,74).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 15.15%
  • key color value is 74.12%
CMYK:
(0,24,15,74)
C0M24Y15K74 
(0%,24%,15%,74%)
(0.00/0.24/0.15/0.74)	

CMYK percentages

%0
%24.24
%15.15
%74.12

Codes

Color #423238 in popluar color models

423238
RGB665056
HSL338°13.79%22.75%
HSB/HSV338°24.24%25.88%
CMYK0.00%24.24%15.15%
74.12%

Color #423238 in popluar number systems.

HEX423238
Decimal665056
Binary1000010110010111000
Octal1026270

Shades and tints

Shades of #423238

#423238
(66,50,56)
#3C2E33
(60,46,51)
#362A2E
(54,42,46)
#302629
(48,38,41)
#2A2224
(42,34,36)
#241E1F
(36,30,31)
#1E1A1A
(30,26,26)
#181615
(24,22,21)
#121210
(18,18,16)
#0C0E0B
(12,14,11)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #423238

#423238
(66,50,56)
#53444A
(83,68,74)
#64565C
(100,86,92)
#75686E
(117,104,110)
#867A80
(134,122,128)
#978C92
(151,140,146)
#A89EA4
(168,158,164)
#B9B0B6
(185,176,182)
#CAC2C8
(202,194,200)
#DBD4DA
(219,212,218)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #423238; }

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

This text font color is #423238.


Background Color

.myBgColor { background-color: #423238; }

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

This div background color is #423238.


Border color

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

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

This div border color is #423238.


Opacity

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

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

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

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

This text has shadow with #423238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #423238 on black background.


Color preview on white background

This text has color #423238 on white background.



Black color preview on #423238 background

This text has black color on #423238 background.


White color preview on #423238 background

This text has white color on #423238 background.