COLOR #41053B

HEX: #41053B
RGB: (65,5,59)

Color info

#41053B contains mainly red and blue colors. Web safe color of #41053B is #330033 (or #303).

RGB color model

#41053B color RGB value is (65,5,59).

  • red value is 65;
  • green value is 5;
  • blue value is 59.
RGB:
(65,5,59)
(25%,2%,23%)

RGB channels and saturation

R 65 of 255 = 25%
G 5 of 255 = 2%
B 59 of 255 = 23%

65
5
59

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

Portions of RGB colors in percentages

R + G + B =
65 + 5 + 59 = 129 (100%)
R 65 of 129 ~ 50.39%
G 5 of 129 ~ 3.88%
B 59 of 129 ~ 45.74%

%50.39
%45.74

CMYK color model

#41053B color CMYK value is (0,92,9,75).

  • cyan value is 0.00%
  • magenta value is 92.31%
  • yellow value is 9.23%
  • key color value is 74.51%
CMYK:
(0,92,9,75)
C0M92Y9K75 
(0%,92%,9%,75%)
(0.00/0.92/0.09/0.75)	

CMYK percentages

%0
%92.31
%9.23
%74.51

Codes

Color #41053B in popluar color models

41053B
RGB65559
HSL306°85.71%13.73%
HSB/HSV306°92.31%25.49%
CMYK0.00%92.31%9.23%
74.51%

Color #41053B in popluar number systems.

HEX41053B
Decimal65559
Binary1000001101111011
Octal101573

Shades and tints

Shades of #41053B

#41053B
(65,5,59)
#3C0536
(60,5,54)
#370531
(55,5,49)
#32052C
(50,5,44)
#2D0527
(45,5,39)
#280522
(40,5,34)
#23051D
(35,5,29)
#1E0518
(30,5,24)
#190513
(25,5,19)
#14050E
(20,5,14)
#0F0509
(15,5,9)
#000000
(0,0,0)

Tints of #41053B

#41053B
(65,5,59)
#521B4C
(82,27,76)
#63315D
(99,49,93)
#74476E
(116,71,110)
#855D7F
(133,93,127)
#967390
(150,115,144)
#A789A1
(167,137,161)
#B89FB2
(184,159,178)
#C9B5C3
(201,181,195)
#DACBD4
(218,203,212)
#EBE1E5
(235,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41053B color. Also use rgb(65,5,59) instead hex code.

Text Font Color

.myTextColor { color: #41053B; }

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

This text font color is #41053B.


Background Color

.myBgColor { background-color: #41053B; }

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

This div background color is #41053B.


Border color

.myBorderColor { border: 1px solid #41053B; }

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

This div border color is #41053B.


Opacity

.myOpacity80 { color: #41053B; opacity: 0.8; }

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

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

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

This text has shadow with #41053B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41053B on black background.


Color preview on white background

This text has color #41053B on white background.



Black color preview on #41053B background

This text has black color on #41053B background.


White color preview on #41053B background

This text has white color on #41053B background.