COLOR #411F2E

HEX: #411F2E
RGB: (65,31,46)

Color info

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

RGB color model

#411F2E color RGB value is (65,31,46).

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

RGB channels and saturation

R 65 of 255 = 25%
G 31 of 255 = 12%
B 46 of 255 = 18%

65
31
46

R + G + B ~ 18%. #411F2E is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 31 + 46 = 142 (100%)
R 65 of 142 ~ 45.77%
G 31 of 142 ~ 21.83%
B 46 of 142 ~ 32.39%

%45.77
%21.83
%32.39

CMYK color model

#411F2E color CMYK value is (0,52,29,75).

  • cyan value is 0.00%
  • magenta value is 52.31%
  • yellow value is 29.23%
  • key color value is 74.51%
CMYK:
(0,52,29,75)
C0M52Y29K75 
(0%,52%,29%,75%)
(0.00/0.52/0.29/0.75)	

CMYK percentages

%0
%52.31
%29.23
%74.51

Codes

Color #411F2E in popluar color models

411F2E
RGB653146
HSL334°35.42%18.82%
HSB/HSV334°52.31%25.49%
CMYK0.00%52.31%29.23%
74.51%

Color #411F2E in popluar number systems.

HEX411F2E
Decimal653146
Binary100000111111101110
Octal1013756

Shades and tints

Shades of #411F2E

#411F2E
(65,31,46)
#3C1D2A
(60,29,42)
#371B26
(55,27,38)
#321922
(50,25,34)
#2D171E
(45,23,30)
#28151A
(40,21,26)
#231316
(35,19,22)
#1E1112
(30,17,18)
#190F0E
(25,15,14)
#140D0A
(20,13,10)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #411F2E

#411F2E
(65,31,46)
#523341
(82,51,65)
#634754
(99,71,84)
#745B67
(116,91,103)
#856F7A
(133,111,122)
#96838D
(150,131,141)
#A797A0
(167,151,160)
#B8ABB3
(184,171,179)
#C9BFC6
(201,191,198)
#DAD3D9
(218,211,217)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411F2E color. Also use rgb(65,31,46) instead hex code.

Text Font Color

.myTextColor { color: #411F2E; }

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

This text font color is #411F2E.


Background Color

.myBgColor { background-color: #411F2E; }

<div style="background-color:#411F2E">Inner text</div>

This div background color is #411F2E.


Border color

.myBorderColor { border: 1px solid #411F2E; }

<div style="border:3px solid #411F2E">Div</div>

This div border color is #411F2E.


Opacity

.myOpacity80 { color: #411F2E; opacity: 0.8; }

<p style="color:#411F2E;opacity:0.8;">80%</p>

Text with #411F2E 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 #411F2E;}

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

This text has shadow with #411F2E color.

.textShadow {text-shadow: 3px 3px 1px #411F2E, 3px 3px 1px red;}

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

This text has shadow with #411F2E primary color and red secondary color.


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

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

This text has shadow with #411F2E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411F2E on black background.


Color preview on white background

This text has color #411F2E on white background.



Black color preview on #411F2E background

This text has black color on #411F2E background.


White color preview on #411F2E background

This text has white color on #411F2E background.