COLOR #424125

HEX: #424125
RGB: (66,65,37)

Color info

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

RGB color model

#424125 color RGB value is (66,65,37).

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

RGB channels and saturation

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

66
65
37

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

Portions of RGB colors in percentages

R + G + B =
66 + 65 + 37 = 168 (100%)
R 66 of 168 ~ 39.29%
G 65 of 168 ~ 38.69%
B 37 of 168 ~ 22.02%

%39.29
%38.69
%22.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 43.94%
  • key color value is 74.12%
CMYK:
(0,2,44,74)
C0M2Y44K74 
(0%,2%,44%,74%)
(0.00/0.02/0.44/0.74)	

CMYK percentages

%0
%1.52
%43.94
%74.12

Codes

Color #424125 in popluar color models

424125
RGB666537
HSL58°28.16%20.20%
HSB/HSV58°43.94%25.88%
CMYK0.00%1.52%43.94%
74.12%

Color #424125 in popluar number systems.

HEX424125
Decimal666537
Binary10000101000001100101
Octal10210145

Shades and tints

Shades of #424125

#424125
(66,65,37)
#3C3C22
(60,60,34)
#36371F
(54,55,31)
#30321C
(48,50,28)
#2A2D19
(42,45,25)
#242816
(36,40,22)
#1E2313
(30,35,19)
#181E10
(24,30,16)
#12190D
(18,25,13)
#0C140A
(12,20,10)
#060F07
(6,15,7)
#000000
(0,0,0)

Tints of #424125

#424125
(66,65,37)
#535238
(83,82,56)
#64634B
(100,99,75)
#75745E
(117,116,94)
#868571
(134,133,113)
#979684
(151,150,132)
#A8A797
(168,167,151)
#B9B8AA
(185,184,170)
#CAC9BD
(202,201,189)
#DBDAD0
(219,218,208)
#ECEBE3
(236,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424125; }

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

This text font color is #424125.


Background Color

.myBgColor { background-color: #424125; }

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

This div background color is #424125.


Border color

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

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

This div border color is #424125.


Opacity

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

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

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

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

This text has shadow with #424125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424125 on black background.


Color preview on white background

This text has color #424125 on white background.



Black color preview on #424125 background

This text has black color on #424125 background.


White color preview on #424125 background

This text has white color on #424125 background.