COLOR #41412D

HEX: #41412D
RGB: (65,65,45)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

65
65
45

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

Portions of RGB colors in percentages

R + G + B =
65 + 65 + 45 = 175 (100%)
R 65 of 175 ~ 37.14%
G 65 of 175 ~ 37.14%
B 45 of 175 ~ 25.71%

%37.14
%37.14
%25.71

CMYK color model

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

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

CMYK percentages

%0
%0
%30.77
%74.51

Codes

Color #41412D in popluar color models

41412D
RGB656545
HSL60°18.18%21.57%
HSB/HSV60°30.77%25.49%
CMYK0.00%0.00%30.77%
74.51%

Color #41412D in popluar number systems.

HEX41412D
Decimal656545
Binary10000011000001101101
Octal10110155

Shades and tints

Shades of #41412D

#41412D
(65,65,45)
#3C3C29
(60,60,41)
#373725
(55,55,37)
#323221
(50,50,33)
#2D2D1D
(45,45,29)
#282819
(40,40,25)
#232315
(35,35,21)
#1E1E11
(30,30,17)
#19190D
(25,25,13)
#141409
(20,20,9)
#0F0F05
(15,15,5)
#000000
(0,0,0)

Tints of #41412D

#41412D
(65,65,45)
#525240
(82,82,64)
#636353
(99,99,83)
#747466
(116,116,102)
#858579
(133,133,121)
#96968C
(150,150,140)
#A7A79F
(167,167,159)
#B8B8B2
(184,184,178)
#C9C9C5
(201,201,197)
#DADAD8
(218,218,216)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41412D; }

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

This text font color is #41412D.


Background Color

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

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

This div background color is #41412D.


Border color

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

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

This div border color is #41412D.


Opacity

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

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

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

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

This text has shadow with #41412D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41412D on black background.


Color preview on white background

This text has color #41412D on white background.



Black color preview on #41412D background

This text has black color on #41412D background.


White color preview on #41412D background

This text has white color on #41412D background.