COLOR #411D23

HEX: #411D23
RGB: (65,29,35)

Color info

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

RGB color model

#411D23 color RGB value is (65,29,35).

  • red value is 65;
  • green value is 29;
  • blue value is 35.
RGB:
(65,29,35)
(25%,11%,14%)

RGB channels and saturation

R 65 of 255 = 25%
G 29 of 255 = 11%
B 35 of 255 = 14%

65
29
35

R + G + B ~ 17%. #411D23 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 29 + 35 = 129 (100%)
R 65 of 129 ~ 50.39%
G 29 of 129 ~ 22.48%
B 35 of 129 ~ 27.13%

%50.39
%22.48
%27.13

CMYK color model

#411D23 color CMYK value is (0,55,46,75).

  • cyan value is 0.00%
  • magenta value is 55.38%
  • yellow value is 46.15%
  • key color value is 74.51%
CMYK:
(0,55,46,75)
C0M55Y46K75 
(0%,55%,46%,75%)
(0.00/0.55/0.46/0.75)	

CMYK percentages

%0
%55.38
%46.15
%74.51

Codes

Color #411D23 in popluar color models

411D23
RGB652935
HSL350°38.30%18.43%
HSB/HSV350°55.38%25.49%
CMYK0.00%55.38%46.15%
74.51%

Color #411D23 in popluar number systems.

HEX411D23
Decimal652935
Binary100000111101100011
Octal1013543

Shades and tints

Shades of #411D23

#411D23
(65,29,35)
#3C1B20
(60,27,32)
#37191D
(55,25,29)
#32171A
(50,23,26)
#2D1517
(45,21,23)
#281314
(40,19,20)
#231111
(35,17,17)
#1E0F0E
(30,15,14)
#190D0B
(25,13,11)
#140B08
(20,11,8)
#0F0905
(15,9,5)
#000000
(0,0,0)

Tints of #411D23

#411D23
(65,29,35)
#523137
(82,49,55)
#63454B
(99,69,75)
#74595F
(116,89,95)
#856D73
(133,109,115)
#968187
(150,129,135)
#A7959B
(167,149,155)
#B8A9AF
(184,169,175)
#C9BDC3
(201,189,195)
#DAD1D7
(218,209,215)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411D23 color. Also use rgb(65,29,35) instead hex code.

Text Font Color

.myTextColor { color: #411D23; }

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

This text font color is #411D23.


Background Color

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

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

This div background color is #411D23.


Border color

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

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

This div border color is #411D23.


Opacity

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

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

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

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

This text has shadow with #411D23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411D23 on black background.


Color preview on white background

This text has color #411D23 on white background.



Black color preview on #411D23 background

This text has black color on #411D23 background.


White color preview on #411D23 background

This text has white color on #411D23 background.