COLOR #411739

HEX: #411739
RGB: (65,23,57)

Color info

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

RGB color model

#411739 color RGB value is (65,23,57).

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

RGB channels and saturation

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

65
23
57

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

Portions of RGB colors in percentages

R + G + B =
65 + 23 + 57 = 145 (100%)
R 65 of 145 ~ 44.83%
G 23 of 145 ~ 15.86%
B 57 of 145 ~ 39.31%

%44.83
%15.86
%39.31

CMYK color model

#411739 color CMYK value is (0,65,12,75).

  • cyan value is 0.00%
  • magenta value is 64.62%
  • yellow value is 12.31%
  • key color value is 74.51%
CMYK:
(0,65,12,75)
C0M65Y12K75 
(0%,65%,12%,75%)
(0.00/0.65/0.12/0.75)	

CMYK percentages

%0
%64.62
%12.31
%74.51

Codes

Color #411739 in popluar color models

411739
RGB652357
HSL311°47.73%17.25%
HSB/HSV311°64.62%25.49%
CMYK0.00%64.62%12.31%
74.51%

Color #411739 in popluar number systems.

HEX411739
Decimal652357
Binary100000110111111001
Octal1012771

Shades and tints

Shades of #411739

#411739
(65,23,57)
#3C1534
(60,21,52)
#37132F
(55,19,47)
#32112A
(50,17,42)
#2D0F25
(45,15,37)
#280D20
(40,13,32)
#230B1B
(35,11,27)
#1E0916
(30,9,22)
#190711
(25,7,17)
#14050C
(20,5,12)
#0F0307
(15,3,7)
#000000
(0,0,0)

Tints of #411739

#411739
(65,23,57)
#522C4B
(82,44,75)
#63415D
(99,65,93)
#74566F
(116,86,111)
#856B81
(133,107,129)
#968093
(150,128,147)
#A795A5
(167,149,165)
#B8AAB7
(184,170,183)
#C9BFC9
(201,191,201)
#DAD4DB
(218,212,219)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #411739; }

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

This text font color is #411739.


Background Color

.myBgColor { background-color: #411739; }

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

This div background color is #411739.


Border color

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

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

This div border color is #411739.


Opacity

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

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

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

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

This text has shadow with #411739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #411739 on black background.


Color preview on white background

This text has color #411739 on white background.



Black color preview on #411739 background

This text has black color on #411739 background.


White color preview on #411739 background

This text has white color on #411739 background.