COLOR #41093E

HEX: #41093E
RGB: (65,9,62)

Color info

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

RGB color model

#41093E color RGB value is (65,9,62).

  • red value is 65;
  • green value is 9;
  • blue value is 62.
RGB:
(65,9,62)
(25%,4%,24%)

RGB channels and saturation

R 65 of 255 = 25%
G 9 of 255 = 4%
B 62 of 255 = 24%

65
9
62

R + G + B ~ 18%. #41093E is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 9 + 62 = 136 (100%)
R 65 of 136 ~ 47.79%
G 9 of 136 ~ 6.62%
B 62 of 136 ~ 45.59%

%47.79
%45.59

CMYK color model

#41093E color CMYK value is (0,86,5,75).

  • cyan value is 0.00%
  • magenta value is 86.15%
  • yellow value is 4.62%
  • key color value is 74.51%
CMYK:
(0,86,5,75)
C0M86Y5K75 
(0%,86%,5%,75%)
(0.00/0.86/0.05/0.75)	

CMYK percentages

%0
%86.15
%4.62
%74.51

Codes

Color #41093E in popluar color models

41093E
RGB65962
HSL303°75.68%14.51%
HSB/HSV303°86.15%25.49%
CMYK0.00%86.15%4.62%
74.51%

Color #41093E in popluar number systems.

HEX41093E
Decimal65962
Binary10000011001111110
Octal1011176

Shades and tints

Shades of #41093E

#41093E
(65,9,62)
#3C0939
(60,9,57)
#370934
(55,9,52)
#32092F
(50,9,47)
#2D092A
(45,9,42)
#280925
(40,9,37)
#230920
(35,9,32)
#1E091B
(30,9,27)
#190916
(25,9,22)
#140911
(20,9,17)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #41093E

#41093E
(65,9,62)
#521F4F
(82,31,79)
#633560
(99,53,96)
#744B71
(116,75,113)
#856182
(133,97,130)
#967793
(150,119,147)
#A78DA4
(167,141,164)
#B8A3B5
(184,163,181)
#C9B9C6
(201,185,198)
#DACFD7
(218,207,215)
#EBE5E8
(235,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41093E color. Also use rgb(65,9,62) instead hex code.

Text Font Color

.myTextColor { color: #41093E; }

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

This text font color is #41093E.


Background Color

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

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

This div background color is #41093E.


Border color

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

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

This div border color is #41093E.


Opacity

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

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

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

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

This text has shadow with #41093E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41093E on black background.


Color preview on white background

This text has color #41093E on white background.



Black color preview on #41093E background

This text has black color on #41093E background.


White color preview on #41093E background

This text has white color on #41093E background.