COLOR #41172A

HEX: #41172A
RGB: (65,23,42)

Color info

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

RGB color model

#41172A color RGB value is (65,23,42).

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

RGB channels and saturation

R 65 of 255 = 25%
G 23 of 255 = 9%
B 42 of 255 = 16%

65
23
42

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

Portions of RGB colors in percentages

R + G + B =
65 + 23 + 42 = 130 (100%)
R 65 of 130 ~ 50%
G 23 of 130 ~ 17.69%
B 42 of 130 ~ 32.31%

%50
%17.69
%32.31

CMYK color model

#41172A color CMYK value is (0,65,35,75).

  • cyan value is 0.00%
  • magenta value is 64.62%
  • yellow value is 35.38%
  • key color value is 74.51%
CMYK:
(0,65,35,75)
C0M65Y35K75 
(0%,65%,35%,75%)
(0.00/0.65/0.35/0.75)	

CMYK percentages

%0
%64.62
%35.38
%74.51

Codes

Color #41172A in popluar color models

41172A
RGB652342
HSL333°47.73%17.25%
HSB/HSV333°64.62%25.49%
CMYK0.00%64.62%35.38%
74.51%

Color #41172A in popluar number systems.

HEX41172A
Decimal652342
Binary100000110111101010
Octal1012752

Shades and tints

Shades of #41172A

#41172A
(65,23,42)
#3C1527
(60,21,39)
#371324
(55,19,36)
#321121
(50,17,33)
#2D0F1E
(45,15,30)
#280D1B
(40,13,27)
#230B18
(35,11,24)
#1E0915
(30,9,21)
#190712
(25,7,18)
#14050F
(20,5,15)
#0F030C
(15,3,12)
#000000
(0,0,0)

Tints of #41172A

#41172A
(65,23,42)
#522C3D
(82,44,61)
#634150
(99,65,80)
#745663
(116,86,99)
#856B76
(133,107,118)
#968089
(150,128,137)
#A7959C
(167,149,156)
#B8AAAF
(184,170,175)
#C9BFC2
(201,191,194)
#DAD4D5
(218,212,213)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41172A; }

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

This text font color is #41172A.


Background Color

.myBgColor { background-color: #41172A; }

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

This div background color is #41172A.


Border color

.myBorderColor { border: 1px solid #41172A; }

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

This div border color is #41172A.


Opacity

.myOpacity80 { color: #41172A; opacity: 0.8; }

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

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

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

This text has shadow with #41172A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41172A on black background.


Color preview on white background

This text has color #41172A on white background.



Black color preview on #41172A background

This text has black color on #41172A background.


White color preview on #41172A background

This text has white color on #41172A background.