COLOR #42501F

HEX: #42501F RGB: (66,80,31)

Color info

#42501F contains red, green and blue colors in about the same proportion. Web safe color of #42501F is #336633 (or #363).

RGB color model

#42501F color RGB value is (66,80,31).

RGB: (66,80,31) (26%, 31%, 12%)

RGB channels and saturation

R 66 of 255 = 26%
G 80 of 255 = 31%
B 31 of 255 = 12%

66
80
31

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

Portions of RGB colors in percentages

R + G + B = 66 + 80 + 31 = 177 (100%)
R 66 of 177 ~ 37.29%
G 80 of 177 ~ 45.2%
B 31 of 177 ~ 17.51'%

%37.29
%45.2
%17.51

CMYK color model

#42501F color CMYK value is (18,0,61,69).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 61.25%
  • key color value is 68.63%

CMYK: (18,0,61,69)
C18M0Y61K69 (18%, 0%, 61%, 69%)
(0.18 / 0.00 / 0.61 / 0.69)

CMYK percentages

%17.5
%0
%61.25
%68.63

Codes

Color #42501F in popluar color models

42 50 1F
RGB 66 80 31
HSL 77° 44.14% 21.76%
HSB/HSV 77° 61.25% 31.37%
CMYK 17.50% 0.00% 61.25%
68.63%

Color #42501F in popluar number systems.

HEX 42 50 1F
Decimal 66 80 31
Binary 1000010 1010000 11111
Octal 102 120 37

Shades and tints

Shades of #42501F

#42501F
(66,80,31)
#3C491D
(60,73,29)
#36421B
(54,66,27)
#303B19
(48,59,25)
#2A3417
(42,52,23)
#242D15
(36,45,21)
#1E2613
(30,38,19)
#181F11
(24,31,17)
#12180F
(18,24,15)
#0C110D
(12,17,13)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #42501F

#42501F
(66,80,31)
#535F33
(83,95,51)
#646E47
(100,110,71)
#757D5B
(117,125,91)
#868C6F
(134,140,111)
#979B83
(151,155,131)
#A8AA97
(168,170,151)
#B9B9AB
(185,185,171)
#CAC8BF
(202,200,191)
#DBD7D3
(219,215,211)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42501F color. Also use rgb(66,80,31) instead hex code.

Text Font Color

.myTextColor { color: #42501F; }

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

This text font color is #42501F.

Background Color

.myBgColor { background-color: #42501F; }

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

This div background color is #42501F.

Border color

.myBorderColor { border: 1px solid #42501F; }

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

This div border color is #42501F.

Opacity

.myOpacity80 { color: #42501F; opacity: 0.8; }

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

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

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

This text has shadow with #42501F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #42501F.

Preview

Color preview on black background

This text has color #42501F on black background.


Color preview on white background

This text has color #42501F on white background.


Black color preview on #42501F background

This text has black color on #42501F background.


White color preview on #42501F background

This text has white color on #42501F background.


Related colors

Complementary color

Complementary color for #hex is #BDAFE0.


I love getcolorcode.com

Triadic colors

1 #1F4250 and #501F42 with #42501F are triadic colors.

2 #1F5042 and #50421F with #42501F are triadic colors.