COLOR #421925

HEX: #421925
RGB: (66,25,37)

Color info

#421925 contains red, green and blue colors in about the same proportion. Web safe color of #421925 is #330033 (or #303).

RGB color model

#421925 color RGB value is (66,25,37).

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

RGB channels and saturation

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

66
25
37

R + G + B ~ 17%. #421925 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 25 + 37 = 128 (100%)
R 66 of 128 ~ 51.56%
G 25 of 128 ~ 19.53%
B 37 of 128 ~ 28.91%

%51.56
%19.53
%28.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 62.12%
  • yellow value is 43.94%
  • key color value is 74.12%
CMYK:
(0,62,44,74)
C0M62Y44K74 
(0%,62%,44%,74%)
(0.00/0.62/0.44/0.74)	

CMYK percentages

%0
%62.12
%43.94
%74.12

Codes

Color #421925 in popluar color models

421925
RGB662537
HSL342°45.05%17.84%
HSB/HSV342°62.12%25.88%
CMYK0.00%62.12%43.94%
74.12%

Color #421925 in popluar number systems.

HEX421925
Decimal662537
Binary100001011001100101
Octal1023145

Shades and tints

Shades of #421925

#421925
(66,25,37)
#3C1722
(60,23,34)
#36151F
(54,21,31)
#30131C
(48,19,28)
#2A1119
(42,17,25)
#240F16
(36,15,22)
#1E0D13
(30,13,19)
#180B10
(24,11,16)
#12090D
(18,9,13)
#0C070A
(12,7,10)
#060507
(6,5,7)
#000000
(0,0,0)

Tints of #421925

#421925
(66,25,37)
#532D38
(83,45,56)
#64414B
(100,65,75)
#75555E
(117,85,94)
#866971
(134,105,113)
#977D84
(151,125,132)
#A89197
(168,145,151)
#B9A5AA
(185,165,170)
#CAB9BD
(202,185,189)
#DBCDD0
(219,205,208)
#ECE1E3
(236,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #421925; }

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

This text font color is #421925.


Background Color

.myBgColor { background-color: #421925; }

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

This div background color is #421925.


Border color

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

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

This div border color is #421925.


Opacity

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

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

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

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

This text has shadow with #421925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #421925 on black background.


Color preview on white background

This text has color #421925 on white background.



Black color preview on #421925 background

This text has black color on #421925 background.


White color preview on #421925 background

This text has white color on #421925 background.