COLOR #411C1E

HEX: #411C1E
RGB: (65,28,30)

Color info

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

RGB color model

#411C1E color RGB value is (65,28,30).

  • red value is 65;
  • green value is 28;
  • blue value is 30.
RGB:
(65,28,30)
(25%,11%,12%)

RGB channels and saturation

R 65 of 255 = 25%
G 28 of 255 = 11%
B 30 of 255 = 12%

65
28
30

R + G + B ~ 16%. #411C1E is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 28 + 30 = 123 (100%)
R 65 of 123 ~ 52.85%
G 28 of 123 ~ 22.76%
B 30 of 123 ~ 24.39%

%52.85
%22.76
%24.39

CMYK color model

#411C1E color CMYK value is (0,57,54,75).

  • cyan value is 0.00%
  • magenta value is 56.92%
  • yellow value is 53.85%
  • key color value is 74.51%
CMYK:
(0,57,54,75)
C0M57Y54K75 
(0%,57%,54%,75%)
(0.00/0.57/0.54/0.75)	

CMYK percentages

%0
%56.92
%53.85
%74.51

Codes

Color #411C1E in popluar color models

411C1E
RGB652830
HSL357°39.78%18.24%
HSB/HSV357°56.92%25.49%
CMYK0.00%56.92%53.85%
74.51%

Color #411C1E in popluar number systems.

HEX411C1E
Decimal652830
Binary10000011110011110
Octal1013436

Shades and tints

Shades of #411C1E

#411C1E
(65,28,30)
#3C1A1C
(60,26,28)
#37181A
(55,24,26)
#321618
(50,22,24)
#2D1416
(45,20,22)
#281214
(40,18,20)
#231012
(35,16,18)
#1E0E10
(30,14,16)
#190C0E
(25,12,14)
#140A0C
(20,10,12)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #411C1E

#411C1E
(65,28,30)
#523032
(82,48,50)
#634446
(99,68,70)
#74585A
(116,88,90)
#856C6E
(133,108,110)
#968082
(150,128,130)
#A79496
(167,148,150)
#B8A8AA
(184,168,170)
#C9BCBE
(201,188,190)
#DAD0D2
(218,208,210)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411C1E color. Also use rgb(65,28,30) instead hex code.

Text Font Color

.myTextColor { color: #411C1E; }

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

This text font color is #411C1E.


Background Color

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

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

This div background color is #411C1E.


Border color

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

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

This div border color is #411C1E.


Opacity

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

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

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

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

This text has shadow with #411C1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411C1E on black background.


Color preview on white background

This text has color #411C1E on white background.



Black color preview on #411C1E background

This text has black color on #411C1E background.


White color preview on #411C1E background

This text has white color on #411C1E background.