COLOR #412C4C

HEX: #412C4C
RGB: (65,44,76)

Color info

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

RGB color model

#412C4C color RGB value is (65,44,76).

  • red value is 65;
  • green value is 44;
  • blue value is 76.
RGB:
(65,44,76)
(25%,17%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 44 of 255 = 17%
B 76 of 255 = 30%

65
44
76

R + G + B ~ 24%. #412C4C is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 44 + 76 = 185 (100%)
R 65 of 185 ~ 35.14%
G 44 of 185 ~ 23.78%
B 76 of 185 ~ 41.08%

%35.14
%23.78
%41.08

CMYK color model

#412C4C color CMYK value is (14,42,0,70).

  • cyan value is 14.47%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(14,42,0,70)
C14M42Y0K70 
(14%,42%,0%,70%)
(0.14/0.42/0.00/0.70)	

CMYK percentages

%14.47
%42.11
%0
%70.2

Codes

Color #412C4C in popluar color models

412C4C
RGB654476
HSL279°26.67%23.53%
HSB/HSV279°42.11%29.80%
CMYK14.47%42.11%0.00%
70.20%

Color #412C4C in popluar number systems.

HEX412C4C
Decimal654476
Binary10000011011001001100
Octal10154114

Shades and tints

Shades of #412C4C

#412C4C
(65,44,76)
#3C2846
(60,40,70)
#372440
(55,36,64)
#32203A
(50,32,58)
#2D1C34
(45,28,52)
#28182E
(40,24,46)
#231428
(35,20,40)
#1E1022
(30,16,34)
#190C1C
(25,12,28)
#140816
(20,8,22)
#0F0410
(15,4,16)
#000000
(0,0,0)

Tints of #412C4C

#412C4C
(65,44,76)
#523F5C
(82,63,92)
#63526C
(99,82,108)
#74657C
(116,101,124)
#85788C
(133,120,140)
#968B9C
(150,139,156)
#A79EAC
(167,158,172)
#B8B1BC
(184,177,188)
#C9C4CC
(201,196,204)
#DAD7DC
(218,215,220)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412C4C color. Also use rgb(65,44,76) instead hex code.

Text Font Color

.myTextColor { color: #412C4C; }

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

This text font color is #412C4C.


Background Color

.myBgColor { background-color: #412C4C; }

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

This div background color is #412C4C.


Border color

.myBorderColor { border: 1px solid #412C4C; }

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

This div border color is #412C4C.


Opacity

.myOpacity80 { color: #412C4C; opacity: 0.8; }

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

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

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

This text has shadow with #412C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412C4C on black background.


Color preview on white background

This text has color #412C4C on white background.



Black color preview on #412C4C background

This text has black color on #412C4C background.


White color preview on #412C4C background

This text has white color on #412C4C background.