COLOR #424225

HEX: #424225 RGB: (66,66,37)

Color info

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

RGB color model

#424225 color RGB value is (66,66,37).

RGB: (66,66,37) (26%, 26%, 15%)

RGB channels and saturation

R 66 of 255 = 26%
G 66 of 255 = 26%
B 37 of 255 = 15%

66
66
37

R + G + B ~ 22%. #424225 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 66 + 37 = 169 (100%)
R 66 of 169 ~ 39.05%
G 66 of 169 ~ 39.05%
B 37 of 169 ~ 21.89'%

%39.05
%39.05
%21.89

CMYK color model

#424225 color CMYK value is (0,0,44,74).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 43.94%
  • key color value is 74.12%

CMYK: (0,0,44,74)
C0M0Y44K74 (0%, 0%, 44%, 74%)
(0.00 / 0.00 / 0.44 / 0.74)

CMYK percentages

%0
%0
%43.94
%74.12

Codes

Color #424225 in popluar color models

42 42 25
RGB 66 66 37
HSL 60° 28.16% 20.20%
HSB/HSV 60° 43.94% 25.88%
CMYK 0.00% 0.00% 43.94%
74.12%

Color #424225 in popluar number systems.

HEX 42 42 25
Decimal 66 66 37
Binary 1000010 1000010 100101
Octal 102 102 45

Shades and tints

Shades of #424225

#424225
(66,66,37)
#3C3C22
(60,60,34)
#36361F
(54,54,31)
#30301C
(48,48,28)
#2A2A19
(42,42,25)
#242416
(36,36,22)
#1E1E13
(30,30,19)
#181810
(24,24,16)
#12120D
(18,18,13)
#0C0C0A
(12,12,10)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #424225

#424225
(66,66,37)
#535338
(83,83,56)
#64644B
(100,100,75)
#75755E
(117,117,94)
#868671
(134,134,113)
#979784
(151,151,132)
#A8A897
(168,168,151)
#B9B9AA
(185,185,170)
#CACABD
(202,202,189)
#DBDBD0
(219,219,208)
#ECECE3
(236,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424225; }

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

This text font color is #424225.

Background Color

.myBgColor { background-color: #424225; }

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

This div background color is #424225.

Border color

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

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

This div border color is #424225.

Opacity

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

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

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

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

This text has shadow with #424225 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424225.

Preview

Color preview on black background

This text has color #424225 on black background.


Color preview on white background

This text has color #424225 on white background.


Black color preview on #424225 background

This text has black color on #424225 background.


White color preview on #424225 background

This text has white color on #424225 background.


Related colors

Complementary color

Complementary color for #hex is #BDBDDA.


I love getcolorcode.com