COLOR #41461D

HEX: #41461D
RGB: (65,70,29)

Color info

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

RGB color model

#41461D color RGB value is (65,70,29).

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

RGB channels and saturation

R 65 of 255 = 25%
G 70 of 255 = 27%
B 29 of 255 = 11%

65
70
29

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

Portions of RGB colors in percentages

R + G + B =
65 + 70 + 29 = 164 (100%)
R 65 of 164 ~ 39.63%
G 70 of 164 ~ 42.68%
B 29 of 164 ~ 17.68%

%39.63
%42.68
%17.68

CMYK color model

#41461D color CMYK value is (7,0,59,73).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 58.57%
  • key color value is 72.55%
CMYK:
(7,0,59,73)
C7M0Y59K73 
(7%,0%,59%,73%)
(0.07/0.00/0.59/0.73)	

CMYK percentages

%7.14
%0
%58.57
%72.55

Codes

Color #41461D in popluar color models

41461D
RGB657029
HSL67°41.41%19.41%
HSB/HSV67°58.57%27.45%
CMYK7.14%0.00%58.57%
72.55%

Color #41461D in popluar number systems.

HEX41461D
Decimal657029
Binary1000001100011011101
Octal10110635

Shades and tints

Shades of #41461D

#41461D
(65,70,29)
#3C401B
(60,64,27)
#373A19
(55,58,25)
#323417
(50,52,23)
#2D2E15
(45,46,21)
#282813
(40,40,19)
#232211
(35,34,17)
#1E1C0F
(30,28,15)
#19160D
(25,22,13)
#14100B
(20,16,11)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #41461D

#41461D
(65,70,29)
#525631
(82,86,49)
#636645
(99,102,69)
#747659
(116,118,89)
#85866D
(133,134,109)
#969681
(150,150,129)
#A7A695
(167,166,149)
#B8B6A9
(184,182,169)
#C9C6BD
(201,198,189)
#DAD6D1
(218,214,209)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41461D; }

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

This text font color is #41461D.


Background Color

.myBgColor { background-color: #41461D; }

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

This div background color is #41461D.


Border color

.myBorderColor { border: 1px solid #41461D; }

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

This div border color is #41461D.


Opacity

.myOpacity80 { color: #41461D; opacity: 0.8; }

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

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

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

This text has shadow with #41461D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41461D on black background.


Color preview on white background

This text has color #41461D on white background.



Black color preview on #41461D background

This text has black color on #41461D background.


White color preview on #41461D background

This text has white color on #41461D background.