COLOR #41173B

HEX: #41173B
RGB: (65,23,59)

Color info

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

RGB color model

#41173B color RGB value is (65,23,59).

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

RGB channels and saturation

R 65 of 255 = 25%
G 23 of 255 = 9%
B 59 of 255 = 23%

65
23
59

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

Portions of RGB colors in percentages

R + G + B =
65 + 23 + 59 = 147 (100%)
R 65 of 147 ~ 44.22%
G 23 of 147 ~ 15.65%
B 59 of 147 ~ 40.14%

%44.22
%15.65
%40.14

CMYK color model

#41173B color CMYK value is (0,65,9,75).

  • cyan value is 0.00%
  • magenta value is 64.62%
  • yellow value is 9.23%
  • key color value is 74.51%
CMYK:
(0,65,9,75)
C0M65Y9K75 
(0%,65%,9%,75%)
(0.00/0.65/0.09/0.75)	

CMYK percentages

%0
%64.62
%9.23
%74.51

Codes

Color #41173B in popluar color models

41173B
RGB652359
HSL309°47.73%17.25%
HSB/HSV309°64.62%25.49%
CMYK0.00%64.62%9.23%
74.51%

Color #41173B in popluar number systems.

HEX41173B
Decimal652359
Binary100000110111111011
Octal1012773

Shades and tints

Shades of #41173B

#41173B
(65,23,59)
#3C1536
(60,21,54)
#371331
(55,19,49)
#32112C
(50,17,44)
#2D0F27
(45,15,39)
#280D22
(40,13,34)
#230B1D
(35,11,29)
#1E0918
(30,9,24)
#190713
(25,7,19)
#14050E
(20,5,14)
#0F0309
(15,3,9)
#000000
(0,0,0)

Tints of #41173B

#41173B
(65,23,59)
#522C4C
(82,44,76)
#63415D
(99,65,93)
#74566E
(116,86,110)
#856B7F
(133,107,127)
#968090
(150,128,144)
#A795A1
(167,149,161)
#B8AAB2
(184,170,178)
#C9BFC3
(201,191,195)
#DAD4D4
(218,212,212)
#EBE9E5
(235,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41173B; }

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

This text font color is #41173B.


Background Color

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

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

This div background color is #41173B.


Border color

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

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

This div border color is #41173B.


Opacity

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

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

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

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

This text has shadow with #41173B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41173B on black background.


Color preview on white background

This text has color #41173B on white background.



Black color preview on #41173B background

This text has black color on #41173B background.


White color preview on #41173B background

This text has white color on #41173B background.