COLOR #41402D

HEX: #41402D RGB: (65,64,45)

Color info

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

RGB color model

#41402D color RGB value is (65,64,45).

RGB: (65,64,45) (25%, 25%, 18%)

RGB channels and saturation

R 65 of 255 = 25%
G 64 of 255 = 25%
B 45 of 255 = 18%

65
64
45

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

Portions of RGB colors in percentages

R + G + B = 65 + 64 + 45 = 174 (100%)
R 65 of 174 ~ 37.36%
G 64 of 174 ~ 36.78%
B 45 of 174 ~ 25.86'%

%37.36
%36.78
%25.86

CMYK color model

#41402D color CMYK value is (0,2,31,75).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 30.77%
  • key color value is 74.51%
CMYK: (0,2,31,75) C0M2Y31K75 (0%,2%,31%,75%) (0.00/0.02/0.31/0.75) 

CMYK percentages

%0
%1.54
%30.77
%74.51

Codes

Color #41402D in popluar color models

41 40 2D
RGB 65 64 45
HSL 57° 18.18% 21.57%
HSB/HSV 57° 30.77% 25.49%
CMYK 0.00% 1.54% 30.77%
74.51%

Color #41402D in popluar number systems.

HEX 41 40 2D
Decimal 65 64 45
Binary 1000001 1000000 101101
Octal 101 100 55

Shades and tints

Shades of #41402D

#41402D
(65,64,45)
#3C3B29
(60,59,41)
#373625
(55,54,37)
#323121
(50,49,33)
#2D2C1D
(45,44,29)
#282719
(40,39,25)
#232215
(35,34,21)
#1E1D11
(30,29,17)
#19180D
(25,24,13)
#141309
(20,19,9)
#0F0E05
(15,14,5)
#000000
(0,0,0)

Tints of #41402D

#41402D
(65,64,45)
#525140
(82,81,64)
#636253
(99,98,83)
#747366
(116,115,102)
#858479
(133,132,121)
#96958C
(150,149,140)
#A7A69F
(167,166,159)
#B8B7B2
(184,183,178)
#C9C8C5
(201,200,197)
#DAD9D8
(218,217,216)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41402D color. Also use rgb(65,64,45) instead hex code.

Text Font Color

.myTextColor { color: #41402D; }

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

This text font color is #41402D.

Background Color

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

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

This div background color is #41402D.

Border color

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

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

This div border color is #41402D.

Opacity

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

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

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

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

This text has shadow with #41402D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41402D.

Preview

Color preview on black background

This text has color #41402D on black background.


Color preview on white background

This text has color #41402D on white background.


Black color preview on #41402D background

This text has black color on #41402D background.


White color preview on #41402D background

This text has white color on #41402D background.


Related colors

Complementary color

Complementary color for #hex is #BEBFD2.


I love getcolorcode.com

Triadic colors

1 #2D4140 and #402D41 with #41402D are triadic colors.

2 #2D4041 and #40412D with #41402D are triadic colors.