COLOR #424427

HEX: #424427
RGB: (66,68,39)

Color info

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

RGB color model

#424427 color RGB value is (66,68,39).

  • red value is 66;
  • green value is 68;
  • blue value is 39.
RGB:
(66,68,39)
(26%,27%,15%)

RGB channels and saturation

R 66 of 255 = 26%
G 68 of 255 = 27%
B 39 of 255 = 15%

66
68
39

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

Portions of RGB colors in percentages

R + G + B =
66 + 68 + 39 = 173 (100%)
R 66 of 173 ~ 38.15%
G 68 of 173 ~ 39.31%
B 39 of 173 ~ 22.54%

%38.15
%39.31
%22.54

CMYK color model

#424427 color CMYK value is (3,0,43,73).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 42.65%
  • key color value is 73.33%
CMYK:
(3,0,43,73)
C3M0Y43K73 
(3%,0%,43%,73%)
(0.03/0.00/0.43/0.73)	

CMYK percentages

%2.94
%0
%42.65
%73.33

Codes

Color #424427 in popluar color models

424427
RGB666839
HSL64°27.10%20.98%
HSB/HSV64°42.65%26.67%
CMYK2.94%0.00%42.65%
73.33%

Color #424427 in popluar number systems.

HEX424427
Decimal666839
Binary10000101000100100111
Octal10210447

Shades and tints

Shades of #424427

#424427
(66,68,39)
#3C3E24
(60,62,36)
#363821
(54,56,33)
#30321E
(48,50,30)
#2A2C1B
(42,44,27)
#242618
(36,38,24)
#1E2015
(30,32,21)
#181A12
(24,26,18)
#12140F
(18,20,15)
#0C0E0C
(12,14,12)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #424427

#424427
(66,68,39)
#53553A
(83,85,58)
#64664D
(100,102,77)
#757760
(117,119,96)
#868873
(134,136,115)
#979986
(151,153,134)
#A8AA99
(168,170,153)
#B9BBAC
(185,187,172)
#CACCBF
(202,204,191)
#DBDDD2
(219,221,210)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424427 color. Also use rgb(66,68,39) instead hex code.

Text Font Color

.myTextColor { color: #424427; }

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

This text font color is #424427.


Background Color

.myBgColor { background-color: #424427; }

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

This div background color is #424427.


Border color

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

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

This div border color is #424427.


Opacity

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

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

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

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

This text has shadow with #424427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424427 on black background.


Color preview on white background

This text has color #424427 on white background.



Black color preview on #424427 background

This text has black color on #424427 background.


White color preview on #424427 background

This text has white color on #424427 background.