COLOR #41122F

HEX: #41122F
RGB: (65,18,47)

Color info

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

RGB color model

#41122F color RGB value is (65,18,47).

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

RGB channels and saturation

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

65
18
47

R + G + B ~ 17%. #41122F is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 18 + 47 = 130 (100%)
R 65 of 130 ~ 50%
G 18 of 130 ~ 13.85%
B 47 of 130 ~ 36.15%

%50
%13.85
%36.15

CMYK color model

#41122F color CMYK value is (0,72,28,75).

  • cyan value is 0.00%
  • magenta value is 72.31%
  • yellow value is 27.69%
  • key color value is 74.51%
CMYK:
(0,72,28,75)
C0M72Y28K75 
(0%,72%,28%,75%)
(0.00/0.72/0.28/0.75)	

CMYK percentages

%0
%72.31
%27.69
%74.51

Codes

Color #41122F in popluar color models

41122F
RGB651847
HSL323°56.63%16.27%
HSB/HSV323°72.31%25.49%
CMYK0.00%72.31%27.69%
74.51%

Color #41122F in popluar number systems.

HEX41122F
Decimal651847
Binary100000110010101111
Octal1012257

Shades and tints

Shades of #41122F

#41122F
(65,18,47)
#3C112B
(60,17,43)
#371027
(55,16,39)
#320F23
(50,15,35)
#2D0E1F
(45,14,31)
#280D1B
(40,13,27)
#230C17
(35,12,23)
#1E0B13
(30,11,19)
#190A0F
(25,10,15)
#14090B
(20,9,11)
#0F0807
(15,8,7)
#000000
(0,0,0)

Tints of #41122F

#41122F
(65,18,47)
#522741
(82,39,65)
#633C53
(99,60,83)
#745165
(116,81,101)
#856677
(133,102,119)
#967B89
(150,123,137)
#A7909B
(167,144,155)
#B8A5AD
(184,165,173)
#C9BABF
(201,186,191)
#DACFD1
(218,207,209)
#EBE4E3
(235,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41122F; }

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

This text font color is #41122F.


Background Color

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

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

This div background color is #41122F.


Border color

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

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

This div border color is #41122F.


Opacity

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

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

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

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

This text has shadow with #41122F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41122F on black background.


Color preview on white background

This text has color #41122F on white background.



Black color preview on #41122F background

This text has black color on #41122F background.


White color preview on #41122F background

This text has white color on #41122F background.