COLOR #41133F

HEX: #41133F
RGB: (65,19,63)

Color info

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

RGB color model

#41133F color RGB value is (65,19,63).

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

RGB channels and saturation

R 65 of 255 = 25%
G 19 of 255 = 7%
B 63 of 255 = 25%

65
19
63

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

Portions of RGB colors in percentages

R + G + B =
65 + 19 + 63 = 147 (100%)
R 65 of 147 ~ 44.22%
G 19 of 147 ~ 12.93%
B 63 of 147 ~ 42.86%

%44.22
%12.93
%42.86

CMYK color model

#41133F color CMYK value is (0,71,3,75).

  • cyan value is 0.00%
  • magenta value is 70.77%
  • yellow value is 3.08%
  • key color value is 74.51%
CMYK:
(0,71,3,75)
C0M71Y3K75 
(0%,71%,3%,75%)
(0.00/0.71/0.03/0.75)	

CMYK percentages

%0
%70.77
%3.08
%74.51

Codes

Color #41133F in popluar color models

41133F
RGB651963
HSL303°54.76%16.47%
HSB/HSV303°70.77%25.49%
CMYK0.00%70.77%3.08%
74.51%

Color #41133F in popluar number systems.

HEX41133F
Decimal651963
Binary100000110011111111
Octal1012377

Shades and tints

Shades of #41133F

#41133F
(65,19,63)
#3C123A
(60,18,58)
#371135
(55,17,53)
#321030
(50,16,48)
#2D0F2B
(45,15,43)
#280E26
(40,14,38)
#230D21
(35,13,33)
#1E0C1C
(30,12,28)
#190B17
(25,11,23)
#140A12
(20,10,18)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #41133F

#41133F
(65,19,63)
#522850
(82,40,80)
#633D61
(99,61,97)
#745272
(116,82,114)
#856783
(133,103,131)
#967C94
(150,124,148)
#A791A5
(167,145,165)
#B8A6B6
(184,166,182)
#C9BBC7
(201,187,199)
#DAD0D8
(218,208,216)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41133F color. Also use rgb(65,19,63) instead hex code.

Text Font Color

.myTextColor { color: #41133F; }

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

This text font color is #41133F.


Background Color

.myBgColor { background-color: #41133F; }

<div style="background-color:#41133F">Inner text</div>

This div background color is #41133F.


Border color

.myBorderColor { border: 1px solid #41133F; }

<div style="border:3px solid #41133F">Div</div>

This div border color is #41133F.


Opacity

.myOpacity80 { color: #41133F; opacity: 0.8; }

<p style="color:#41133F;opacity:0.8;">80%</p>

Text with #41133F 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 #41133F;}

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

This text has shadow with #41133F color.

.textShadow {text-shadow: 3px 3px 1px #41133F, 3px 3px 1px red;}

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

This text has shadow with #41133F primary color and red secondary color.


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

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

This text has shadow with #41133F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41133F on black background.


Color preview on white background

This text has color #41133F on white background.



Black color preview on #41133F background

This text has black color on #41133F background.


White color preview on #41133F background

This text has white color on #41133F background.