COLOR #412E38

HEX: #412E38
RGB: (65,46,56)

Color info

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

RGB color model

#412E38 color RGB value is (65,46,56).

  • red value is 65;
  • green value is 46;
  • blue value is 56.
RGB:
(65,46,56)
(25%,18%,22%)

RGB channels and saturation

R 65 of 255 = 25%
G 46 of 255 = 18%
B 56 of 255 = 22%

65
46
56

R + G + B ~ 22%. #412E38 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 46 + 56 = 167 (100%)
R 65 of 167 ~ 38.92%
G 46 of 167 ~ 27.54%
B 56 of 167 ~ 33.53%

%38.92
%27.54
%33.53

CMYK color model

#412E38 color CMYK value is (0,29,14,75).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 13.85%
  • key color value is 74.51%
CMYK:
(0,29,14,75)
C0M29Y14K75 
(0%,29%,14%,75%)
(0.00/0.29/0.14/0.75)	

CMYK percentages

%0
%29.23
%13.85
%74.51

Codes

Color #412E38 in popluar color models

412E38
RGB654656
HSL328°17.12%21.76%
HSB/HSV328°29.23%25.49%
CMYK0.00%29.23%13.85%
74.51%

Color #412E38 in popluar number systems.

HEX412E38
Decimal654656
Binary1000001101110111000
Octal1015670

Shades and tints

Shades of #412E38

#412E38
(65,46,56)
#3C2A33
(60,42,51)
#37262E
(55,38,46)
#322229
(50,34,41)
#2D1E24
(45,30,36)
#281A1F
(40,26,31)
#23161A
(35,22,26)
#1E1215
(30,18,21)
#190E10
(25,14,16)
#140A0B
(20,10,11)
#0F0606
(15,6,6)
#000000
(0,0,0)

Tints of #412E38

#412E38
(65,46,56)
#52414A
(82,65,74)
#63545C
(99,84,92)
#74676E
(116,103,110)
#857A80
(133,122,128)
#968D92
(150,141,146)
#A7A0A4
(167,160,164)
#B8B3B6
(184,179,182)
#C9C6C8
(201,198,200)
#DAD9DA
(218,217,218)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412E38 color. Also use rgb(65,46,56) instead hex code.

Text Font Color

.myTextColor { color: #412E38; }

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

This text font color is #412E38.


Background Color

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

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

This div background color is #412E38.


Border color

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

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

This div border color is #412E38.


Opacity

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

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

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

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

This text has shadow with #412E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412E38 on black background.


Color preview on white background

This text has color #412E38 on white background.



Black color preview on #412E38 background

This text has black color on #412E38 background.


White color preview on #412E38 background

This text has white color on #412E38 background.