COLOR #411521

HEX: #411521
RGB: (65,21,33)

Color info

#411521 contains red, green and blue colors in about the same proportion. Web safe color of #411521 is #330033 (or #303).

RGB color model

#411521 color RGB value is (65,21,33).

  • red value is 65;
  • green value is 21;
  • blue value is 33.
RGB:
(65,21,33)
(25%,8%,13%)

RGB channels and saturation

R 65 of 255 = 25%
G 21 of 255 = 8%
B 33 of 255 = 13%

65
21
33

R + G + B ~ 15%. #411521 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 21 + 33 = 119 (100%)
R 65 of 119 ~ 54.62%
G 21 of 119 ~ 17.65%
B 33 of 119 ~ 27.73%

%54.62
%17.65
%27.73

CMYK color model

#411521 color CMYK value is (0,68,49,75).

  • cyan value is 0.00%
  • magenta value is 67.69%
  • yellow value is 49.23%
  • key color value is 74.51%
CMYK:
(0,68,49,75)
C0M68Y49K75 
(0%,68%,49%,75%)
(0.00/0.68/0.49/0.75)	

CMYK percentages

%0
%67.69
%49.23
%74.51

Codes

Color #411521 in popluar color models

411521
RGB652133
HSL344°51.16%16.86%
HSB/HSV344°67.69%25.49%
CMYK0.00%67.69%49.23%
74.51%

Color #411521 in popluar number systems.

HEX411521
Decimal652133
Binary100000110101100001
Octal1012541

Shades and tints

Shades of #411521

#411521
(65,21,33)
#3C141E
(60,20,30)
#37131B
(55,19,27)
#321218
(50,18,24)
#2D1115
(45,17,21)
#281012
(40,16,18)
#230F0F
(35,15,15)
#1E0E0C
(30,14,12)
#190D09
(25,13,9)
#140C06
(20,12,6)
#0F0B03
(15,11,3)
#000000
(0,0,0)

Tints of #411521

#411521
(65,21,33)
#522A35
(82,42,53)
#633F49
(99,63,73)
#74545D
(116,84,93)
#856971
(133,105,113)
#967E85
(150,126,133)
#A79399
(167,147,153)
#B8A8AD
(184,168,173)
#C9BDC1
(201,189,193)
#DAD2D5
(218,210,213)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411521 color. Also use rgb(65,21,33) instead hex code.

Text Font Color

.myTextColor { color: #411521; }

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

This text font color is #411521.


Background Color

.myBgColor { background-color: #411521; }

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

This div background color is #411521.


Border color

.myBorderColor { border: 1px solid #411521; }

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

This div border color is #411521.


Opacity

.myOpacity80 { color: #411521; opacity: 0.8; }

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

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

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

This text has shadow with #411521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411521 on black background.


Color preview on white background

This text has color #411521 on white background.



Black color preview on #411521 background

This text has black color on #411521 background.


White color preview on #411521 background

This text has white color on #411521 background.