COLOR #41401F

HEX: #41401F RGB: (65,64,31)

Color info

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

RGB color model

#41401F color RGB value is (65,64,31).

RGB: (65,64,31) (25%, 25%, 12%)

RGB channels and saturation

R 65 of 255 = 25%
G 64 of 255 = 25%
B 31 of 255 = 12%

65
64
31

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

Portions of RGB colors in percentages

R + G + B = 65 + 64 + 31 = 160 (100%)
R 65 of 160 ~ 40.63%
G 64 of 160 ~ 40%
B 31 of 160 ~ 19.38'%

%40.63
%40
%19.38

CMYK color model

#41401F color CMYK value is (0,2,52,75).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 52.31%
  • key color value is 74.51%

CMYK: (0,2,52,75)
C0M2Y52K75 (0%, 2%, 52%, 75%)
(0.00 / 0.02 / 0.52 / 0.75)

CMYK percentages

%0
%1.54
%52.31
%74.51

Codes

Color #41401F in popluar color models

41 40 1F
RGB 65 64 31
HSL 58° 35.42% 18.82%
HSB/HSV 58° 52.31% 25.49%
CMYK 0.00% 1.54% 52.31%
74.51%

Color #41401F in popluar number systems.

HEX 41 40 1F
Decimal 65 64 31
Binary 1000001 1000000 11111
Octal 101 100 37

Shades and tints

Shades of #41401F

#41401F
(65,64,31)
#3C3B1D
(60,59,29)
#37361B
(55,54,27)
#323119
(50,49,25)
#2D2C17
(45,44,23)
#282715
(40,39,21)
#232213
(35,34,19)
#1E1D11
(30,29,17)
#19180F
(25,24,15)
#14130D
(20,19,13)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #41401F

#41401F
(65,64,31)
#525133
(82,81,51)
#636247
(99,98,71)
#74735B
(116,115,91)
#85846F
(133,132,111)
#969583
(150,149,131)
#A7A697
(167,166,151)
#B8B7AB
(184,183,171)
#C9C8BF
(201,200,191)
#DAD9D3
(218,217,211)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41401F color. Also use rgb(65,64,31) instead hex code.

Text Font Color

.myTextColor { color: #41401F; }

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

This text font color is #41401F.

Background Color

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

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

This div background color is #41401F.

Border color

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

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

This div border color is #41401F.

Opacity

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

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

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

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

This text has shadow with #41401F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41401F.

Preview

Color preview on black background

This text has color #41401F on black background.


Color preview on white background

This text has color #41401F on white background.


Black color preview on #41401F background

This text has black color on #41401F background.


White color preview on #41401F background

This text has white color on #41401F background.


Related colors

Complementary color

Complementary color for #hex is #BEBFE0.


I love getcolorcode.com

Triadic colors

1 #1F4140 and #401F41 with #41401F are triadic colors.

2 #1F4041 and #40411F with #41401F are triadic colors.