COLOR #425010

HEX: #425010 RGB: (66,80,16)

Color info

#425010 contains mainly red and green colors. Web safe color of #425010 is #336600 (or #360).

RGB color model

#425010 color RGB value is (66,80,16).

RGB: (66,80,16) (26%, 31%, 6%)

RGB channels and saturation

R 66 of 255 = 26%
G 80 of 255 = 31%
B 16 of 255 = 6%

66
80
16

R + G + B ~ 21%. #425010 is dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 80 + 16 = 162 (100%)
R 66 of 162 ~ 40.74%
G 80 of 162 ~ 49.38%
B 16 of 162 ~ 9.88'%

%40.74
%49.38

CMYK color model

#425010 color CMYK value is (18,0,80,69).

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

CMYK: (18,0,80,69)
C18M0Y80K69 (18%, 0%, 80%, 69%)
(0.18 / 0.00 / 0.80 / 0.69)

CMYK percentages

%17.5
%0
%80
%68.63

Codes

Color #425010 in popluar color models

42 50 10
RGB 66 80 16
HSL 73° 66.67% 18.82%
HSB/HSV 73° 80.00% 31.37%
CMYK 17.50% 0.00% 80.00%
68.63%

Color #425010 in popluar number systems.

HEX 42 50 10
Decimal 66 80 16
Binary 1000010 1010000 10000
Octal 102 120 20

Shades and tints

Shades of #425010

#425010
(66,80,16)
#3C490F
(60,73,15)
#36420E
(54,66,14)
#303B0D
(48,59,13)
#2A340C
(42,52,12)
#242D0B
(36,45,11)
#1E260A
(30,38,10)
#181F09
(24,31,9)
#121808
(18,24,8)
#0C1107
(12,17,7)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #425010

#425010
(66,80,16)
#535F25
(83,95,37)
#646E3A
(100,110,58)
#757D4F
(117,125,79)
#868C64
(134,140,100)
#979B79
(151,155,121)
#A8AA8E
(168,170,142)
#B9B9A3
(185,185,163)
#CAC8B8
(202,200,184)
#DBD7CD
(219,215,205)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425010; }

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

This text font color is #425010.

Background Color

.myBgColor { background-color: #425010; }

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

This div background color is #425010.

Border color

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

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

This div border color is #425010.

Opacity

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

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

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

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

This text has shadow with #425010 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425010.

Preview

Color preview on black background

This text has color #425010 on black background.


Color preview on white background

This text has color #425010 on white background.


Black color preview on #425010 background

This text has black color on #425010 background.


White color preview on #425010 background

This text has white color on #425010 background.


Related colors

Complementary color

Complementary color for #hex is #BDAFEF.


I love getcolorcode.com

Triadic colors

1 #104250 and #501042 with #425010 are triadic colors.

2 #105042 and #504210 with #425010 are triadic colors.