COLOR #424837

HEX: #424837
RGB: (66,72,55)

Color info

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

RGB color model

#424837 color RGB value is (66,72,55).

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

RGB channels and saturation

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

66
72
55

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

Portions of RGB colors in percentages

R + G + B =
66 + 72 + 55 = 193 (100%)
R 66 of 193 ~ 34.2%
G 72 of 193 ~ 37.31%
B 55 of 193 ~ 28.5%

%34.2
%37.31
%28.5

CMYK color model

#424837 color CMYK value is (8,0,24,72).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 23.61%
  • key color value is 71.76%
CMYK:
(8,0,24,72)
C8M0Y24K72 
(8%,0%,24%,72%)
(0.08/0.00/0.24/0.72)	

CMYK percentages

%8.33
%0
%23.61
%71.76

Codes

Color #424837 in popluar color models

424837
RGB667255
HSL81°13.39%24.90%
HSB/HSV81°23.61%28.24%
CMYK8.33%0.00%23.61%
71.76%

Color #424837 in popluar number systems.

HEX424837
Decimal667255
Binary10000101001000110111
Octal10211067

Shades and tints

Shades of #424837

#424837
(66,72,55)
#3C4232
(60,66,50)
#363C2D
(54,60,45)
#303628
(48,54,40)
#2A3023
(42,48,35)
#242A1E
(36,42,30)
#1E2419
(30,36,25)
#181E14
(24,30,20)
#12180F
(18,24,15)
#0C120A
(12,18,10)
#060C05
(6,12,5)
#000000
(0,0,0)

Tints of #424837

#424837
(66,72,55)
#535849
(83,88,73)
#64685B
(100,104,91)
#75786D
(117,120,109)
#86887F
(134,136,127)
#979891
(151,152,145)
#A8A8A3
(168,168,163)
#B9B8B5
(185,184,181)
#CAC8C7
(202,200,199)
#DBD8D9
(219,216,217)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424837; }

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

This text font color is #424837.


Background Color

.myBgColor { background-color: #424837; }

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

This div background color is #424837.


Border color

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

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

This div border color is #424837.


Opacity

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

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

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

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

This text has shadow with #424837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424837 on black background.


Color preview on white background

This text has color #424837 on white background.



Black color preview on #424837 background

This text has black color on #424837 background.


White color preview on #424837 background

This text has white color on #424837 background.