COLOR #412231

HEX: #412231
RGB: (65,34,49)

Color info

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

RGB color model

#412231 color RGB value is (65,34,49).

  • red value is 65;
  • green value is 34;
  • blue value is 49.
RGB:
(65,34,49)
(25%,13%,19%)

RGB channels and saturation

R 65 of 255 = 25%
G 34 of 255 = 13%
B 49 of 255 = 19%

65
34
49

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

Portions of RGB colors in percentages

R + G + B =
65 + 34 + 49 = 148 (100%)
R 65 of 148 ~ 43.92%
G 34 of 148 ~ 22.97%
B 49 of 148 ~ 33.11%

%43.92
%22.97
%33.11

CMYK color model

#412231 color CMYK value is (0,48,25,75).

  • cyan value is 0.00%
  • magenta value is 47.69%
  • yellow value is 24.62%
  • key color value is 74.51%
CMYK:
(0,48,25,75)
C0M48Y25K75 
(0%,48%,25%,75%)
(0.00/0.48/0.25/0.75)	

CMYK percentages

%0
%47.69
%24.62
%74.51

Codes

Color #412231 in popluar color models

412231
RGB653449
HSL331°31.31%19.41%
HSB/HSV331°47.69%25.49%
CMYK0.00%47.69%24.62%
74.51%

Color #412231 in popluar number systems.

HEX412231
Decimal653449
Binary1000001100010110001
Octal1014261

Shades and tints

Shades of #412231

#412231
(65,34,49)
#3C1F2D
(60,31,45)
#371C29
(55,28,41)
#321925
(50,25,37)
#2D1621
(45,22,33)
#28131D
(40,19,29)
#231019
(35,16,25)
#1E0D15
(30,13,21)
#190A11
(25,10,17)
#14070D
(20,7,13)
#0F0409
(15,4,9)
#000000
(0,0,0)

Tints of #412231

#412231
(65,34,49)
#523643
(82,54,67)
#634A55
(99,74,85)
#745E67
(116,94,103)
#857279
(133,114,121)
#96868B
(150,134,139)
#A79A9D
(167,154,157)
#B8AEAF
(184,174,175)
#C9C2C1
(201,194,193)
#DAD6D3
(218,214,211)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412231; }

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

This text font color is #412231.


Background Color

.myBgColor { background-color: #412231; }

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

This div background color is #412231.


Border color

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

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

This div border color is #412231.


Opacity

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

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

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

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

This text has shadow with #412231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412231 on black background.


Color preview on white background

This text has color #412231 on white background.



Black color preview on #412231 background

This text has black color on #412231 background.


White color preview on #412231 background

This text has white color on #412231 background.