COLOR #424101

HEX: #424101 RGB: (66,65,1)

Color info

#424101 contains mainly red and green colors. Web safe color of #424101 is #333300 (or #330).

RGB color model

#424101 color RGB value is (66,65,1).

RGB: (66,65,1) (26%, 25%, 0%)

RGB channels and saturation

R 66 of 255 = 26%
G 65 of 255 = 25%
B 1 of 255 = 0%

66
65
1

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

Portions of RGB colors in percentages

R + G + B = 66 + 65 + 1 = 132 (100%)
R 66 of 132 ~ 50%
G 65 of 132 ~ 49.24%
B 1 of 132 ~ 0.76'%

%50
%49.24

CMYK color model

#424101 color CMYK value is (0,2,98,74).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 98.48%
  • key color value is 74.12%

CMYK: (0,2,98,74)
C0M2Y98K74 (0%, 2%, 98%, 74%)
(0.00 / 0.02 / 0.98 / 0.74)

CMYK percentages

%0
%1.52
%98.48
%74.12

Codes

Color #424101 in popluar color models

42 41 01
RGB 66 65 1
HSL 59° 97.01% 13.14%
HSB/HSV 59° 98.48% 25.88%
CMYK 0.00% 1.52% 98.48%
74.12%

Color #424101 in popluar number systems.

HEX 42 41 01
Decimal 66 65 1
Binary 1000010 1000001 1
Octal 102 101 1

Shades and tints

Shades of #424101

#424101
(66,65,1)
#3C3C01
(60,60,1)
#363701
(54,55,1)
#303201
(48,50,1)
#2A2D01
(42,45,1)
#242801
(36,40,1)
#1E2301
(30,35,1)
#181E01
(24,30,1)
#121901
(18,25,1)
#0C1401
(12,20,1)
#060F01
(6,15,1)
#000000
(0,0,0)

Tints of #424101

#424101
(66,65,1)
#535218
(83,82,24)
#64632F
(100,99,47)
#757446
(117,116,70)
#86855D
(134,133,93)
#979674
(151,150,116)
#A8A78B
(168,167,139)
#B9B8A2
(185,184,162)
#CAC9B9
(202,201,185)
#DBDAD0
(219,218,208)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424101; }

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

This text font color is #424101.

Background Color

.myBgColor { background-color: #424101; }

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

This div background color is #424101.

Border color

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

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

This div border color is #424101.

Opacity

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

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

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

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

This text has shadow with #424101 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #424101.

Preview

Color preview on black background

This text has color #424101 on black background.


Color preview on white background

This text has color #424101 on white background.


Black color preview on #424101 background

This text has black color on #424101 background.


White color preview on #424101 background

This text has white color on #424101 background.


Related colors

Complementary color

Complementary color for #hex is #BDBEFE.


I love getcolorcode.com

Triadic colors

1 #014241 and #410142 with #424101 are triadic colors.

2 #014142 and #414201 with #424101 are triadic colors.