COLOR #41193C

HEX: #41193C
RGB: (65,25,60)

Color info

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

RGB color model

#41193C color RGB value is (65,25,60).

  • red value is 65;
  • green value is 25;
  • blue value is 60.
RGB:
(65,25,60)
(25%,10%,24%)

RGB channels and saturation

R 65 of 255 = 25%
G 25 of 255 = 10%
B 60 of 255 = 24%

65
25
60

R + G + B ~ 20%. #41193C is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 25 + 60 = 150 (100%)
R 65 of 150 ~ 43.33%
G 25 of 150 ~ 16.67%
B 60 of 150 ~ 40%

%43.33
%16.67
%40

CMYK color model

#41193C color CMYK value is (0,62,8,75).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 7.69%
  • key color value is 74.51%
CMYK:
(0,62,8,75)
C0M62Y8K75 
(0%,62%,8%,75%)
(0.00/0.62/0.08/0.75)	

CMYK percentages

%0
%61.54
%7.69
%74.51

Codes

Color #41193C in popluar color models

41193C
RGB652560
HSL308°44.44%17.65%
HSB/HSV308°61.54%25.49%
CMYK0.00%61.54%7.69%
74.51%

Color #41193C in popluar number systems.

HEX41193C
Decimal652560
Binary100000111001111100
Octal1013174

Shades and tints

Shades of #41193C

#41193C
(65,25,60)
#3C1737
(60,23,55)
#371532
(55,21,50)
#32132D
(50,19,45)
#2D1128
(45,17,40)
#280F23
(40,15,35)
#230D1E
(35,13,30)
#1E0B19
(30,11,25)
#190914
(25,9,20)
#14070F
(20,7,15)
#0F050A
(15,5,10)
#000000
(0,0,0)

Tints of #41193C

#41193C
(65,25,60)
#522D4D
(82,45,77)
#63415E
(99,65,94)
#74556F
(116,85,111)
#856980
(133,105,128)
#967D91
(150,125,145)
#A791A2
(167,145,162)
#B8A5B3
(184,165,179)
#C9B9C4
(201,185,196)
#DACDD5
(218,205,213)
#EBE1E6
(235,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41193C color. Also use rgb(65,25,60) instead hex code.

Text Font Color

.myTextColor { color: #41193C; }

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

This text font color is #41193C.


Background Color

.myBgColor { background-color: #41193C; }

<div style="background-color:#41193C">Inner text</div>

This div background color is #41193C.


Border color

.myBorderColor { border: 1px solid #41193C; }

<div style="border:3px solid #41193C">Div</div>

This div border color is #41193C.


Opacity

.myOpacity80 { color: #41193C; opacity: 0.8; }

<p style="color:#41193C;opacity:0.8;">80%</p>

Text with #41193C 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 #41193C;}

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

This text has shadow with #41193C color.

.textShadow {text-shadow: 3px 3px 1px #41193C, 3px 3px 1px red;}

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

This text has shadow with #41193C primary color and red secondary color.


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

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

This text has shadow with #41193C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41193C on black background.


Color preview on white background

This text has color #41193C on white background.



Black color preview on #41193C background

This text has black color on #41193C background.


White color preview on #41193C background

This text has white color on #41193C background.