COLOR #414619

HEX: #414619
RGB: (65,70,25)

Color info

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

RGB color model

#414619 color RGB value is (65,70,25).

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

RGB channels and saturation

R 65 of 255 = 25%
G 70 of 255 = 27%
B 25 of 255 = 10%

65
70
25

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

Portions of RGB colors in percentages

R + G + B =
65 + 70 + 25 = 160 (100%)
R 65 of 160 ~ 40.63%
G 70 of 160 ~ 43.75%
B 25 of 160 ~ 15.63%

%40.63
%43.75
%15.63

CMYK color model

#414619 color CMYK value is (7,0,64,73).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 72.55%
CMYK:
(7,0,64,73)
C7M0Y64K73 
(7%,0%,64%,73%)
(0.07/0.00/0.64/0.73)	

CMYK percentages

%7.14
%0
%64.29
%72.55

Codes

Color #414619 in popluar color models

414619
RGB657025
HSL67°47.37%18.63%
HSB/HSV67°64.29%27.45%
CMYK7.14%0.00%64.29%
72.55%

Color #414619 in popluar number systems.

HEX414619
Decimal657025
Binary1000001100011011001
Octal10110631

Shades and tints

Shades of #414619

#414619
(65,70,25)
#3C4017
(60,64,23)
#373A15
(55,58,21)
#323413
(50,52,19)
#2D2E11
(45,46,17)
#28280F
(40,40,15)
#23220D
(35,34,13)
#1E1C0B
(30,28,11)
#191609
(25,22,9)
#141007
(20,16,7)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #414619

#414619
(65,70,25)
#52562D
(82,86,45)
#636641
(99,102,65)
#747655
(116,118,85)
#858669
(133,134,105)
#96967D
(150,150,125)
#A7A691
(167,166,145)
#B8B6A5
(184,182,165)
#C9C6B9
(201,198,185)
#DAD6CD
(218,214,205)
#EBE6E1
(235,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414619; }

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

This text font color is #414619.


Background Color

.myBgColor { background-color: #414619; }

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

This div background color is #414619.


Border color

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

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

This div border color is #414619.


Opacity

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

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

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

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

This text has shadow with #414619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414619 on black background.


Color preview on white background

This text has color #414619 on white background.



Black color preview on #414619 background

This text has black color on #414619 background.


White color preview on #414619 background

This text has white color on #414619 background.