COLOR #414611

HEX: #414611
RGB: (65,70,17)

Color info

#414611 contains red, green and blue colors in about the same proportion. Web safe color of #414611 is #333300 (or #330).

RGB color model

#414611 color RGB value is (65,70,17).

  • red value is 65;
  • green value is 70;
  • blue value is 17.
RGB:
(65,70,17)
(25%,27%,7%)

RGB channels and saturation

R 65 of 255 = 25%
G 70 of 255 = 27%
B 17 of 255 = 7%

65
70
17

R + G + B ~ 20%. #414611 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 70 + 17 = 152 (100%)
R 65 of 152 ~ 42.76%
G 70 of 152 ~ 46.05%
B 17 of 152 ~ 11.18%

%42.76
%46.05
%11.18

CMYK color model

#414611 color CMYK value is (7,0,76,73).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 75.71%
  • key color value is 72.55%
CMYK:
(7,0,76,73)
C7M0Y76K73 
(7%,0%,76%,73%)
(0.07/0.00/0.76/0.73)	

CMYK percentages

%7.14
%0
%75.71
%72.55

Codes

Color #414611 in popluar color models

414611
RGB657017
HSL66°60.92%17.06%
HSB/HSV66°75.71%27.45%
CMYK7.14%0.00%75.71%
72.55%

Color #414611 in popluar number systems.

HEX414611
Decimal657017
Binary1000001100011010001
Octal10110621

Shades and tints

Shades of #414611

#414611
(65,70,17)
#3C4010
(60,64,16)
#373A0F
(55,58,15)
#32340E
(50,52,14)
#2D2E0D
(45,46,13)
#28280C
(40,40,12)
#23220B
(35,34,11)
#1E1C0A
(30,28,10)
#191609
(25,22,9)
#141008
(20,16,8)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #414611

#414611
(65,70,17)
#525626
(82,86,38)
#63663B
(99,102,59)
#747650
(116,118,80)
#858665
(133,134,101)
#96967A
(150,150,122)
#A7A68F
(167,166,143)
#B8B6A4
(184,182,164)
#C9C6B9
(201,198,185)
#DAD6CE
(218,214,206)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414611 color. Also use rgb(65,70,17) instead hex code.

Text Font Color

.myTextColor { color: #414611; }

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

This text font color is #414611.


Background Color

.myBgColor { background-color: #414611; }

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

This div background color is #414611.


Border color

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

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

This div border color is #414611.


Opacity

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

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

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

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

This text has shadow with #414611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414611 on black background.


Color preview on white background

This text has color #414611 on white background.



Black color preview on #414611 background

This text has black color on #414611 background.


White color preview on #414611 background

This text has white color on #414611 background.