COLOR #412341

HEX: #412341
RGB: (65,35,65)

Color info

#412341 contains red, green and blue colors in about the same proportion. Web safe color of #412341 is #333333 (or #333).

RGB color model

#412341 color RGB value is (65,35,65).

  • red value is 65;
  • green value is 35;
  • blue value is 65.
RGB:
(65,35,65)
(25%,14%,25%)

RGB channels and saturation

R 65 of 255 = 25%
G 35 of 255 = 14%
B 65 of 255 = 25%

65
35
65

R + G + B ~ 21%. #412341 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 35 + 65 = 165 (100%)
R 65 of 165 ~ 39.39%
G 35 of 165 ~ 21.21%
B 65 of 165 ~ 39.39%

%39.39
%21.21
%39.39

CMYK color model

#412341 color CMYK value is (0,46,0,75).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(0,46,0,75)
C0M46Y0K75 
(0%,46%,0%,75%)
(0.00/0.46/0.00/0.75)	

CMYK percentages

%0
%46.15
%0
%74.51

Codes

Color #412341 in popluar color models

412341
RGB653565
HSL300°30.00%19.61%
HSB/HSV300°46.15%25.49%
CMYK0.00%46.15%0.00%
74.51%

Color #412341 in popluar number systems.

HEX412341
Decimal653565
Binary10000011000111000001
Octal10143101

Shades and tints

Shades of #412341

#412341
(65,35,65)
#3C203C
(60,32,60)
#371D37
(55,29,55)
#321A32
(50,26,50)
#2D172D
(45,23,45)
#281428
(40,20,40)
#231123
(35,17,35)
#1E0E1E
(30,14,30)
#190B19
(25,11,25)
#140814
(20,8,20)
#0F050F
(15,5,15)
#000000
(0,0,0)

Tints of #412341

#412341
(65,35,65)
#523752
(82,55,82)
#634B63
(99,75,99)
#745F74
(116,95,116)
#857385
(133,115,133)
#968796
(150,135,150)
#A79BA7
(167,155,167)
#B8AFB8
(184,175,184)
#C9C3C9
(201,195,201)
#DAD7DA
(218,215,218)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412341 color. Also use rgb(65,35,65) instead hex code.

Text Font Color

.myTextColor { color: #412341; }

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

This text font color is #412341.


Background Color

.myBgColor { background-color: #412341; }

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

This div background color is #412341.


Border color

.myBorderColor { border: 1px solid #412341; }

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

This div border color is #412341.


Opacity

.myOpacity80 { color: #412341; opacity: 0.8; }

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

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

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

This text has shadow with #412341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412341 on black background.


Color preview on white background

This text has color #412341 on white background.



Black color preview on #412341 background

This text has black color on #412341 background.


White color preview on #412341 background

This text has white color on #412341 background.