COLOR #424137

HEX: #424137
RGB: (66,65,55)

Color info

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

RGB color model

#424137 color RGB value is (66,65,55).

  • red value is 66;
  • green value is 65;
  • blue value is 55.
RGB:
(66,65,55)
(26%,25%,22%)

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 55 of 255 = 22%

66
65
55

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

Portions of RGB colors in percentages

R + G + B =
66 + 65 + 55 = 186 (100%)
R 66 of 186 ~ 35.48%
G 65 of 186 ~ 34.95%
B 55 of 186 ~ 29.57%

%35.48
%34.95
%29.57

CMYK color model

#424137 color CMYK value is (0,2,17,74).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 16.67%
  • key color value is 74.12%
CMYK:
(0,2,17,74)
C0M2Y17K74 
(0%,2%,17%,74%)
(0.00/0.02/0.17/0.74)	

CMYK percentages

%0
%1.52
%16.67
%74.12

Codes

Color #424137 in popluar color models

424137
RGB666555
HSL55°9.09%23.73%
HSB/HSV55°16.67%25.88%
CMYK0.00%1.52%16.67%
74.12%

Color #424137 in popluar number systems.

HEX424137
Decimal666555
Binary10000101000001110111
Octal10210167

Shades and tints

Shades of #424137

#424137
(66,65,55)
#3C3C32
(60,60,50)
#36372D
(54,55,45)
#303228
(48,50,40)
#2A2D23
(42,45,35)
#24281E
(36,40,30)
#1E2319
(30,35,25)
#181E14
(24,30,20)
#12190F
(18,25,15)
#0C140A
(12,20,10)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #424137

#424137
(66,65,55)
#535249
(83,82,73)
#64635B
(100,99,91)
#75746D
(117,116,109)
#86857F
(134,133,127)
#979691
(151,150,145)
#A8A7A3
(168,167,163)
#B9B8B5
(185,184,181)
#CAC9C7
(202,201,199)
#DBDAD9
(219,218,217)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424137 color. Also use rgb(66,65,55) instead hex code.

Text Font Color

.myTextColor { color: #424137; }

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

This text font color is #424137.


Background Color

.myBgColor { background-color: #424137; }

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

This div background color is #424137.


Border color

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

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

This div border color is #424137.


Opacity

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

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

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

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

This text has shadow with #424137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424137 on black background.


Color preview on white background

This text has color #424137 on white background.



Black color preview on #424137 background

This text has black color on #424137 background.


White color preview on #424137 background

This text has white color on #424137 background.