COLOR #411E01

HEX: #411E01
RGB: (65,30,1)

Color info

#411E01 contains mainly red and green colors. Web safe color of #411E01 is #333300 (or #330).

RGB color model

#411E01 color RGB value is (65,30,1).

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

RGB channels and saturation

R 65 of 255 = 25%
G 30 of 255 = 12%
B 1 of 255 = 0%

65
30
1

R + G + B ~ 12%. #411E01 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 30 + 1 = 96 (100%)
R 65 of 96 ~ 67.71%
G 30 of 96 ~ 31.25%
B 1 of 96 ~ 1.04%

%67.71
%31.25

CMYK color model

#411E01 color CMYK value is (0,54,98,75).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 98.46%
  • key color value is 74.51%
CMYK:
(0,54,98,75)
C0M54Y98K75 
(0%,54%,98%,75%)
(0.00/0.54/0.98/0.75)	

CMYK percentages

%0
%53.85
%98.46
%74.51

Codes

Color #411E01 in popluar color models

411E01
RGB65301
HSL27°96.97%12.94%
HSB/HSV27°98.46%25.49%
CMYK0.00%53.85%98.46%
74.51%

Color #411E01 in popluar number systems.

HEX411E01
Decimal65301
Binary1000001111101
Octal101361

Shades and tints

Shades of #411E01

#411E01
(65,30,1)
#3C1C01
(60,28,1)
#371A01
(55,26,1)
#321801
(50,24,1)
#2D1601
(45,22,1)
#281401
(40,20,1)
#231201
(35,18,1)
#1E1001
(30,16,1)
#190E01
(25,14,1)
#140C01
(20,12,1)
#0F0A01
(15,10,1)
#000000
(0,0,0)

Tints of #411E01

#411E01
(65,30,1)
#523218
(82,50,24)
#63462F
(99,70,47)
#745A46
(116,90,70)
#856E5D
(133,110,93)
#968274
(150,130,116)
#A7968B
(167,150,139)
#B8AAA2
(184,170,162)
#C9BEB9
(201,190,185)
#DAD2D0
(218,210,208)
#EBE6E7
(235,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411E01; }

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

This text font color is #411E01.


Background Color

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

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

This div background color is #411E01.


Border color

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

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

This div border color is #411E01.


Opacity

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

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

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

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

This text has shadow with #411E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411E01 on black background.


Color preview on white background

This text has color #411E01 on white background.



Black color preview on #411E01 background

This text has black color on #411E01 background.


White color preview on #411E01 background

This text has white color on #411E01 background.