COLOR #412932

HEX: #412932
RGB: (65,41,50)

Color info

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

RGB color model

#412932 color RGB value is (65,41,50).

  • red value is 65;
  • green value is 41;
  • blue value is 50.
RGB:
(65,41,50)
(25%,16%,20%)

RGB channels and saturation

R 65 of 255 = 25%
G 41 of 255 = 16%
B 50 of 255 = 20%

65
41
50

R + G + B ~ 20%. #412932 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 41 + 50 = 156 (100%)
R 65 of 156 ~ 41.67%
G 41 of 156 ~ 26.28%
B 50 of 156 ~ 32.05%

%41.67
%26.28
%32.05

CMYK color model

#412932 color CMYK value is (0,37,23,75).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 23.08%
  • key color value is 74.51%
CMYK:
(0,37,23,75)
C0M37Y23K75 
(0%,37%,23%,75%)
(0.00/0.37/0.23/0.75)	

CMYK percentages

%0
%36.92
%23.08
%74.51

Codes

Color #412932 in popluar color models

412932
RGB654150
HSL338°22.64%20.78%
HSB/HSV338°36.92%25.49%
CMYK0.00%36.92%23.08%
74.51%

Color #412932 in popluar number systems.

HEX412932
Decimal654150
Binary1000001101001110010
Octal1015162

Shades and tints

Shades of #412932

#412932
(65,41,50)
#3C262E
(60,38,46)
#37232A
(55,35,42)
#322026
(50,32,38)
#2D1D22
(45,29,34)
#281A1E
(40,26,30)
#23171A
(35,23,26)
#1E1416
(30,20,22)
#191112
(25,17,18)
#140E0E
(20,14,14)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #412932

#412932
(65,41,50)
#523C44
(82,60,68)
#634F56
(99,79,86)
#746268
(116,98,104)
#85757A
(133,117,122)
#96888C
(150,136,140)
#A79B9E
(167,155,158)
#B8AEB0
(184,174,176)
#C9C1C2
(201,193,194)
#DAD4D4
(218,212,212)
#EBE7E6
(235,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412932; }

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

This text font color is #412932.


Background Color

.myBgColor { background-color: #412932; }

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

This div background color is #412932.


Border color

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

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

This div border color is #412932.


Opacity

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

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

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

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

This text has shadow with #412932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412932 on black background.


Color preview on white background

This text has color #412932 on white background.



Black color preview on #412932 background

This text has black color on #412932 background.


White color preview on #412932 background

This text has white color on #412932 background.