COLOR #41132E

HEX: #41132E
RGB: (65,19,46)

Color info

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

RGB color model

#41132E color RGB value is (65,19,46).

  • red value is 65;
  • green value is 19;
  • blue value is 46.
RGB:
(65,19,46)
(25%,7%,18%)

RGB channels and saturation

R 65 of 255 = 25%
G 19 of 255 = 7%
B 46 of 255 = 18%

65
19
46

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

Portions of RGB colors in percentages

R + G + B =
65 + 19 + 46 = 130 (100%)
R 65 of 130 ~ 50%
G 19 of 130 ~ 14.62%
B 46 of 130 ~ 35.38%

%50
%14.62
%35.38

CMYK color model

#41132E color CMYK value is (0,71,29,75).

  • cyan value is 0.00%
  • magenta value is 70.77%
  • yellow value is 29.23%
  • key color value is 74.51%
CMYK:
(0,71,29,75)
C0M71Y29K75 
(0%,71%,29%,75%)
(0.00/0.71/0.29/0.75)	

CMYK percentages

%0
%70.77
%29.23
%74.51

Codes

Color #41132E in popluar color models

41132E
RGB651946
HSL325°54.76%16.47%
HSB/HSV325°70.77%25.49%
CMYK0.00%70.77%29.23%
74.51%

Color #41132E in popluar number systems.

HEX41132E
Decimal651946
Binary100000110011101110
Octal1012356

Shades and tints

Shades of #41132E

#41132E
(65,19,46)
#3C122A
(60,18,42)
#371126
(55,17,38)
#321022
(50,16,34)
#2D0F1E
(45,15,30)
#280E1A
(40,14,26)
#230D16
(35,13,22)
#1E0C12
(30,12,18)
#190B0E
(25,11,14)
#140A0A
(20,10,10)
#0F0906
(15,9,6)
#000000
(0,0,0)

Tints of #41132E

#41132E
(65,19,46)
#522841
(82,40,65)
#633D54
(99,61,84)
#745267
(116,82,103)
#85677A
(133,103,122)
#967C8D
(150,124,141)
#A791A0
(167,145,160)
#B8A6B3
(184,166,179)
#C9BBC6
(201,187,198)
#DAD0D9
(218,208,217)
#EBE5EC
(235,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41132E color. Also use rgb(65,19,46) instead hex code.

Text Font Color

.myTextColor { color: #41132E; }

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

This text font color is #41132E.


Background Color

.myBgColor { background-color: #41132E; }

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

This div background color is #41132E.


Border color

.myBorderColor { border: 1px solid #41132E; }

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

This div border color is #41132E.


Opacity

.myOpacity80 { color: #41132E; opacity: 0.8; }

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

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

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

This text has shadow with #41132E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41132E on black background.


Color preview on white background

This text has color #41132E on white background.



Black color preview on #41132E background

This text has black color on #41132E background.


White color preview on #41132E background

This text has white color on #41132E background.