COLOR #425511

HEX: #425511 RGB: (66,85,17)

Color info

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

RGB color model

#425511 color RGB value is (66,85,17).

RGB: (66,85,17) (26%, 33%, 7%)

RGB channels and saturation

R 66 of 255 = 26%
G 85 of 255 = 33%
B 17 of 255 = 7%

66
85
17

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

Portions of RGB colors in percentages

R + G + B = 66 + 85 + 17 = 168 (100%)
R 66 of 168 ~ 39.29%
G 85 of 168 ~ 50.6%
B 17 of 168 ~ 10.12'%

%39.29
%50.6

CMYK color model

#425511 color CMYK value is (22,0,80,67).

  • cyan value is 22.35%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 66.67%

CMYK: (22,0,80,67)
C22M0Y80K67 (22%, 0%, 80%, 67%)
(0.22 / 0.00 / 0.80 / 0.67)

CMYK percentages

%22.35
%0
%80
%66.67

Codes

Color #425511 in popluar color models

42 55 11
RGB 66 85 17
HSL 77° 66.67% 20.00%
HSB/HSV 77° 80.00% 33.33%
CMYK 22.35% 0.00% 80.00%
66.67%

Color #425511 in popluar number systems.

HEX 42 55 11
Decimal 66 85 17
Binary 1000010 1010101 10001
Octal 102 125 21

Shades and tints

Shades of #425511

#425511
(66,85,17)
#3C4E10
(60,78,16)
#36470F
(54,71,15)
#30400E
(48,64,14)
#2A390D
(42,57,13)
#24320C
(36,50,12)
#1E2B0B
(30,43,11)
#18240A
(24,36,10)
#121D09
(18,29,9)
#0C1608
(12,22,8)
#060F07
(6,15,7)
#000000
(0,0,0)

Tints of #425511

#425511
(66,85,17)
#536426
(83,100,38)
#64733B
(100,115,59)
#758250
(117,130,80)
#869165
(134,145,101)
#97A07A
(151,160,122)
#A8AF8F
(168,175,143)
#B9BEA4
(185,190,164)
#CACDB9
(202,205,185)
#DBDCCE
(219,220,206)
#ECEBE3
(236,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425511 color. Also use rgb(66,85,17) instead hex code.

Text Font Color

.myTextColor { color: #425511; }

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

This text font color is #425511.

Background Color

.myBgColor { background-color: #425511; }

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

This div background color is #425511.

Border color

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

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

This div border color is #425511.

Opacity

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

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

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

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

This text has shadow with #425511 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425511.

Preview

Color preview on black background

This text has color #425511 on black background.


Color preview on white background

This text has color #425511 on white background.


Black color preview on #425511 background

This text has black color on #425511 background.


White color preview on #425511 background

This text has white color on #425511 background.


Related colors

Complementary color

Complementary color for #hex is #BDAAEE.


I love getcolorcode.com

Triadic colors

1 #114255 and #551142 with #425511 are triadic colors.

2 #115542 and #554211 with #425511 are triadic colors.