COLOR #41123F

HEX: #41123F RGB: (65,18,63)

Color info

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

RGB color model

#41123F color RGB value is (65,18,63).

RGB: (65,18,63) (25%, 7%, 25%)

RGB channels and saturation

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

65
18
63

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

Portions of RGB colors in percentages

R + G + B = 65 + 18 + 63 = 146 (100%)
R 65 of 146 ~ 44.52%
G 18 of 146 ~ 12.33%
B 63 of 146 ~ 43.15'%

%44.52
%12.33
%43.15

CMYK color model

#41123F color CMYK value is (0,72,3,75).

  • cyan value is 0.00%
  • magenta value is 72.31%
  • yellow value is 3.08%
  • key color value is 74.51%

CMYK: (0,72,3,75)
C0M72Y3K75 (0%, 72%, 3%, 75%)
(0.00 / 0.72 / 0.03 / 0.75)

CMYK percentages

%0
%72.31
%3.08
%74.51

Codes

Color #41123F in popluar color models

41 12 3F
RGB 65 18 63
HSL 303° 56.63% 16.27%
HSB/HSV 303° 72.31% 25.49%
CMYK 0.00% 72.31% 3.08%
74.51%

Color #41123F in popluar number systems.

HEX 41 12 3F
Decimal 65 18 63
Binary 1000001 10010 111111
Octal 101 22 77

Shades and tints

Shades of #41123F

#41123F
(65,18,63)
#3C113A
(60,17,58)
#371035
(55,16,53)
#320F30
(50,15,48)
#2D0E2B
(45,14,43)
#280D26
(40,13,38)
#230C21
(35,12,33)
#1E0B1C
(30,11,28)
#190A17
(25,10,23)
#140912
(20,9,18)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #41123F

#41123F
(65,18,63)
#522750
(82,39,80)
#633C61
(99,60,97)
#745172
(116,81,114)
#856683
(133,102,131)
#967B94
(150,123,148)
#A790A5
(167,144,165)
#B8A5B6
(184,165,182)
#C9BAC7
(201,186,199)
#DACFD8
(218,207,216)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41123F; }

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

This text font color is #41123F.

Background Color

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

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

This div background color is #41123F.

Border color

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

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

This div border color is #41123F.

Opacity

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

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

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

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

This text has shadow with #41123F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41123F.

Preview

Color preview on black background

This text has color #41123F on black background.


Color preview on white background

This text has color #41123F on white background.


Black color preview on #41123F background

This text has black color on #41123F background.


White color preview on #41123F background

This text has white color on #41123F background.


Related colors

Complementary color

Complementary color for #hex is #BEEDC0.


I love getcolorcode.com

Triadic colors

1 #3F4112 and #123F41 with #41123F are triadic colors.

2 #3F1241 and #12413F with #41123F are triadic colors.