COLOR #41152D

HEX: #41152D
RGB: (65,21,45)

Color info

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

RGB color model

#41152D color RGB value is (65,21,45).

  • red value is 65;
  • green value is 21;
  • blue value is 45.
RGB:
(65,21,45)
(25%,8%,18%)

RGB channels and saturation

R 65 of 255 = 25%
G 21 of 255 = 8%
B 45 of 255 = 18%

65
21
45

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

Portions of RGB colors in percentages

R + G + B =
65 + 21 + 45 = 131 (100%)
R 65 of 131 ~ 49.62%
G 21 of 131 ~ 16.03%
B 45 of 131 ~ 34.35%

%49.62
%16.03
%34.35

CMYK color model

#41152D color CMYK value is (0,68,31,75).

  • cyan value is 0.00%
  • magenta value is 67.69%
  • yellow value is 30.77%
  • key color value is 74.51%
CMYK:
(0,68,31,75)
C0M68Y31K75 
(0%,68%,31%,75%)
(0.00/0.68/0.31/0.75)	

CMYK percentages

%0
%67.69
%30.77
%74.51

Codes

Color #41152D in popluar color models

41152D
RGB652145
HSL327°51.16%16.86%
HSB/HSV327°67.69%25.49%
CMYK0.00%67.69%30.77%
74.51%

Color #41152D in popluar number systems.

HEX41152D
Decimal652145
Binary100000110101101101
Octal1012555

Shades and tints

Shades of #41152D

#41152D
(65,21,45)
#3C1429
(60,20,41)
#371325
(55,19,37)
#321221
(50,18,33)
#2D111D
(45,17,29)
#281019
(40,16,25)
#230F15
(35,15,21)
#1E0E11
(30,14,17)
#190D0D
(25,13,13)
#140C09
(20,12,9)
#0F0B05
(15,11,5)
#000000
(0,0,0)

Tints of #41152D

#41152D
(65,21,45)
#522A40
(82,42,64)
#633F53
(99,63,83)
#745466
(116,84,102)
#856979
(133,105,121)
#967E8C
(150,126,140)
#A7939F
(167,147,159)
#B8A8B2
(184,168,178)
#C9BDC5
(201,189,197)
#DAD2D8
(218,210,216)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41152D color. Also use rgb(65,21,45) instead hex code.

Text Font Color

.myTextColor { color: #41152D; }

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

This text font color is #41152D.


Background Color

.myBgColor { background-color: #41152D; }

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

This div background color is #41152D.


Border color

.myBorderColor { border: 1px solid #41152D; }

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

This div border color is #41152D.


Opacity

.myOpacity80 { color: #41152D; opacity: 0.8; }

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

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

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

This text has shadow with #41152D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41152D on black background.


Color preview on white background

This text has color #41152D on white background.



Black color preview on #41152D background

This text has black color on #41152D background.


White color preview on #41152D background

This text has white color on #41152D background.