COLOR #411B28

HEX: #411B28 RGB: (65,27,40)

Color info

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

RGB color model

#411B28 color RGB value is (65,27,40).

RGB: (65,27,40) (25%, 11%, 16%)

RGB channels and saturation

R 65 of 255 = 25%
G 27 of 255 = 11%
B 40 of 255 = 16%

65
27
40

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

Portions of RGB colors in percentages

R + G + B = 65 + 27 + 40 = 132 (100%)
R 65 of 132 ~ 49.24%
G 27 of 132 ~ 20.45%
B 40 of 132 ~ 30.3'%

%49.24
%20.45
%30.3

CMYK color model

#411B28 color CMYK value is (0,58,38,75).

  • cyan value is 0.00%
  • magenta value is 58.46%
  • yellow value is 38.46%
  • key color value is 74.51%

CMYK: (0,58,38,75)
C0M58Y38K75 (0%, 58%, 38%, 75%)
(0.00 / 0.58 / 0.38 / 0.75)

CMYK percentages

%0
%58.46
%38.46
%74.51

Codes

Color #411B28 in popluar color models

41 1B 28
RGB 65 27 40
HSL 339° 41.30% 18.04%
HSB/HSV 339° 58.46% 25.49%
CMYK 0.00% 58.46% 38.46%
74.51%

Color #411B28 in popluar number systems.

HEX 41 1B 28
Decimal 65 27 40
Binary 1000001 11011 101000
Octal 101 33 50

Shades and tints

Shades of #411B28

#411B28
(65,27,40)
#3C1925
(60,25,37)
#371722
(55,23,34)
#32151F
(50,21,31)
#2D131C
(45,19,28)
#281119
(40,17,25)
#230F16
(35,15,22)
#1E0D13
(30,13,19)
#190B10
(25,11,16)
#14090D
(20,9,13)
#0F070A
(15,7,10)
#000000
(0,0,0)

Tints of #411B28

#411B28
(65,27,40)
#522F3B
(82,47,59)
#63434E
(99,67,78)
#745761
(116,87,97)
#856B74
(133,107,116)
#967F87
(150,127,135)
#A7939A
(167,147,154)
#B8A7AD
(184,167,173)
#C9BBC0
(201,187,192)
#DACFD3
(218,207,211)
#EBE3E6
(235,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411B28 color. Also use rgb(65,27,40) instead hex code.

Text Font Color

.myTextColor { color: #411B28; }

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

This text font color is #411B28.

Background Color

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

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

This div background color is #411B28.

Border color

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

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

This div border color is #411B28.

Opacity

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

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

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

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

This text has shadow with #411B28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #411B28.

Preview

Color preview on black background

This text has color #411B28 on black background.


Color preview on white background

This text has color #411B28 on white background.


Black color preview on #411B28 background

This text has black color on #411B28 background.


White color preview on #411B28 background

This text has white color on #411B28 background.


Related colors

Complementary color

Complementary color for #hex is #BEE4D7.


I love getcolorcode.com

Triadic colors

1 #28411B and #1B2841 with #411B28 are triadic colors.

2 #281B41 and #1B4128 with #411B28 are triadic colors.