COLOR #414729

HEX: #414729
RGB: (65,71,41)

Color info

#414729 contains red, green and blue colors in about the same proportion. Web safe color of #414729 is #333333 (or #333).

RGB color model

#414729 color RGB value is (65,71,41).

  • red value is 65;
  • green value is 71;
  • blue value is 41.
RGB:
(65,71,41)
(25%,28%,16%)

RGB channels and saturation

R 65 of 255 = 25%
G 71 of 255 = 28%
B 41 of 255 = 16%

65
71
41

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

Portions of RGB colors in percentages

R + G + B =
65 + 71 + 41 = 177 (100%)
R 65 of 177 ~ 36.72%
G 71 of 177 ~ 40.11%
B 41 of 177 ~ 23.16%

%36.72
%40.11
%23.16

CMYK color model

#414729 color CMYK value is (8,0,42,72).

  • cyan value is 8.45%
  • magenta value is 0.00%
  • yellow value is 42.25%
  • key color value is 72.16%
CMYK:
(8,0,42,72)
C8M0Y42K72 
(8%,0%,42%,72%)
(0.08/0.00/0.42/0.72)	

CMYK percentages

%8.45
%0
%42.25
%72.16

Codes

Color #414729 in popluar color models

414729
RGB657141
HSL72°26.79%21.96%
HSB/HSV72°42.25%27.84%
CMYK8.45%0.00%42.25%
72.16%

Color #414729 in popluar number systems.

HEX414729
Decimal657141
Binary10000011000111101001
Octal10110751

Shades and tints

Shades of #414729

#414729
(65,71,41)
#3C4126
(60,65,38)
#373B23
(55,59,35)
#323520
(50,53,32)
#2D2F1D
(45,47,29)
#28291A
(40,41,26)
#232317
(35,35,23)
#1E1D14
(30,29,20)
#191711
(25,23,17)
#14110E
(20,17,14)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #414729

#414729
(65,71,41)
#52573C
(82,87,60)
#63674F
(99,103,79)
#747762
(116,119,98)
#858775
(133,135,117)
#969788
(150,151,136)
#A7A79B
(167,167,155)
#B8B7AE
(184,183,174)
#C9C7C1
(201,199,193)
#DAD7D4
(218,215,212)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414729 color. Also use rgb(65,71,41) instead hex code.

Text Font Color

.myTextColor { color: #414729; }

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

This text font color is #414729.


Background Color

.myBgColor { background-color: #414729; }

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

This div background color is #414729.


Border color

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

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

This div border color is #414729.


Opacity

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

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

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

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

This text has shadow with #414729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414729 on black background.


Color preview on white background

This text has color #414729 on white background.



Black color preview on #414729 background

This text has black color on #414729 background.


White color preview on #414729 background

This text has white color on #414729 background.