COLOR #41492F

HEX: #41492F
RGB: (65,73,47)

Color info

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

RGB color model

#41492F color RGB value is (65,73,47).

  • red value is 65;
  • green value is 73;
  • blue value is 47.
RGB:
(65,73,47)
(25%,29%,18%)

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 47 of 255 = 18%

65
73
47

R + G + B ~ 24%. #41492F is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 47 = 185 (100%)
R 65 of 185 ~ 35.14%
G 73 of 185 ~ 39.46%
B 47 of 185 ~ 25.41%

%35.14
%39.46
%25.41

CMYK color model

#41492F color CMYK value is (11,0,36,71).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 35.62%
  • key color value is 71.37%
CMYK:
(11,0,36,71)
C11M0Y36K71 
(11%,0%,36%,71%)
(0.11/0.00/0.36/0.71)	

CMYK percentages

%10.96
%0
%35.62
%71.37

Codes

Color #41492F in popluar color models

41492F
RGB657347
HSL78°21.67%23.53%
HSB/HSV78°35.62%28.63%
CMYK10.96%0.00%35.62%
71.37%

Color #41492F in popluar number systems.

HEX41492F
Decimal657347
Binary10000011001001101111
Octal10111157

Shades and tints

Shades of #41492F

#41492F
(65,73,47)
#3C432B
(60,67,43)
#373D27
(55,61,39)
#323723
(50,55,35)
#2D311F
(45,49,31)
#282B1B
(40,43,27)
#232517
(35,37,23)
#1E1F13
(30,31,19)
#19190F
(25,25,15)
#14130B
(20,19,11)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #41492F

#41492F
(65,73,47)
#525941
(82,89,65)
#636953
(99,105,83)
#747965
(116,121,101)
#858977
(133,137,119)
#969989
(150,153,137)
#A7A99B
(167,169,155)
#B8B9AD
(184,185,173)
#C9C9BF
(201,201,191)
#DAD9D1
(218,217,209)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41492F color. Also use rgb(65,73,47) instead hex code.

Text Font Color

.myTextColor { color: #41492F; }

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

This text font color is #41492F.


Background Color

.myBgColor { background-color: #41492F; }

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

This div background color is #41492F.


Border color

.myBorderColor { border: 1px solid #41492F; }

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

This div border color is #41492F.


Opacity

.myOpacity80 { color: #41492F; opacity: 0.8; }

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

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

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

This text has shadow with #41492F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41492F on black background.


Color preview on white background

This text has color #41492F on white background.



Black color preview on #41492F background

This text has black color on #41492F background.


White color preview on #41492F background

This text has white color on #41492F background.