COLOR #424838

HEX: #424838
RGB: (66,72,56)

Color info

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

RGB color model

#424838 color RGB value is (66,72,56).

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

RGB channels and saturation

R 66 of 255 = 26%
G 72 of 255 = 28%
B 56 of 255 = 22%

66
72
56

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

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 56 = 194 (100%)
R 66 of 194 ~ 34.02%
G 72 of 194 ~ 37.11%
B 56 of 194 ~ 28.87%

%34.02
%37.11
%28.87

CMYK color model

#424838 color CMYK value is (8,0,22,72).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 71.76%
CMYK:
(8,0,22,72)
C8M0Y22K72 
(8%,0%,22%,72%)
(0.08/0.00/0.22/0.72)	

CMYK percentages

%8.33
%0
%22.22
%71.76

Codes

Color #424838 in popluar color models

424838
RGB667256
HSL83°12.50%25.10%
HSB/HSV83°22.22%28.24%
CMYK8.33%0.00%22.22%
71.76%

Color #424838 in popluar number systems.

HEX424838
Decimal667256
Binary10000101001000111000
Octal10211070

Shades and tints

Shades of #424838

#424838
(66,72,56)
#3C4233
(60,66,51)
#363C2E
(54,60,46)
#303629
(48,54,41)
#2A3024
(42,48,36)
#242A1F
(36,42,31)
#1E241A
(30,36,26)
#181E15
(24,30,21)
#121810
(18,24,16)
#0C120B
(12,18,11)
#060C06
(6,12,6)
#000000
(0,0,0)

Tints of #424838

#424838
(66,72,56)
#53584A
(83,88,74)
#64685C
(100,104,92)
#75786E
(117,120,110)
#868880
(134,136,128)
#979892
(151,152,146)
#A8A8A4
(168,168,164)
#B9B8B6
(185,184,182)
#CAC8C8
(202,200,200)
#DBD8DA
(219,216,218)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424838; }

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

This text font color is #424838.


Background Color

.myBgColor { background-color: #424838; }

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

This div background color is #424838.


Border color

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

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

This div border color is #424838.


Opacity

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

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

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

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

This text has shadow with #424838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424838 on black background.


Color preview on white background

This text has color #424838 on white background.



Black color preview on #424838 background

This text has black color on #424838 background.


White color preview on #424838 background

This text has white color on #424838 background.