COLOR #411737

HEX: #411737
RGB: (65,23,55)

Color info

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

RGB color model

#411737 color RGB value is (65,23,55).

  • red value is 65;
  • green value is 23;
  • blue value is 55.
RGB:
(65,23,55)
(25%,9%,22%)

RGB channels and saturation

R 65 of 255 = 25%
G 23 of 255 = 9%
B 55 of 255 = 22%

65
23
55

R + G + B ~ 19%. #411737 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 23 + 55 = 143 (100%)
R 65 of 143 ~ 45.45%
G 23 of 143 ~ 16.08%
B 55 of 143 ~ 38.46%

%45.45
%16.08
%38.46

CMYK color model

#411737 color CMYK value is (0,65,15,75).

  • cyan value is 0.00%
  • magenta value is 64.62%
  • yellow value is 15.38%
  • key color value is 74.51%
CMYK:
(0,65,15,75)
C0M65Y15K75 
(0%,65%,15%,75%)
(0.00/0.65/0.15/0.75)	

CMYK percentages

%0
%64.62
%15.38
%74.51

Codes

Color #411737 in popluar color models

411737
RGB652355
HSL314°47.73%17.25%
HSB/HSV314°64.62%25.49%
CMYK0.00%64.62%15.38%
74.51%

Color #411737 in popluar number systems.

HEX411737
Decimal652355
Binary100000110111110111
Octal1012767

Shades and tints

Shades of #411737

#411737
(65,23,55)
#3C1532
(60,21,50)
#37132D
(55,19,45)
#321128
(50,17,40)
#2D0F23
(45,15,35)
#280D1E
(40,13,30)
#230B19
(35,11,25)
#1E0914
(30,9,20)
#19070F
(25,7,15)
#14050A
(20,5,10)
#0F0305
(15,3,5)
#000000
(0,0,0)

Tints of #411737

#411737
(65,23,55)
#522C49
(82,44,73)
#63415B
(99,65,91)
#74566D
(116,86,109)
#856B7F
(133,107,127)
#968091
(150,128,145)
#A795A3
(167,149,163)
#B8AAB5
(184,170,181)
#C9BFC7
(201,191,199)
#DAD4D9
(218,212,217)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #411737 color. Also use rgb(65,23,55) instead hex code.

Text Font Color

.myTextColor { color: #411737; }

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

This text font color is #411737.


Background Color

.myBgColor { background-color: #411737; }

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

This div background color is #411737.


Border color

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

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

This div border color is #411737.


Opacity

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

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

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

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

This text has shadow with #411737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411737 on black background.


Color preview on white background

This text has color #411737 on white background.



Black color preview on #411737 background

This text has black color on #411737 background.


White color preview on #411737 background

This text has white color on #411737 background.