COLOR #412838

HEX: #412838
RGB: (65,40,56)

Color info

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

RGB color model

#412838 color RGB value is (65,40,56).

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

RGB channels and saturation

R 65 of 255 = 25%
G 40 of 255 = 16%
B 56 of 255 = 22%

65
40
56

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

Portions of RGB colors in percentages

R + G + B =
65 + 40 + 56 = 161 (100%)
R 65 of 161 ~ 40.37%
G 40 of 161 ~ 24.84%
B 56 of 161 ~ 34.78%

%40.37
%24.84
%34.78

CMYK color model

#412838 color CMYK value is (0,38,14,75).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 13.85%
  • key color value is 74.51%
CMYK:
(0,38,14,75)
C0M38Y14K75 
(0%,38%,14%,75%)
(0.00/0.38/0.14/0.75)	

CMYK percentages

%0
%38.46
%13.85
%74.51

Codes

Color #412838 in popluar color models

412838
RGB654056
HSL322°23.81%20.59%
HSB/HSV322°38.46%25.49%
CMYK0.00%38.46%13.85%
74.51%

Color #412838 in popluar number systems.

HEX412838
Decimal654056
Binary1000001101000111000
Octal1015070

Shades and tints

Shades of #412838

#412838
(65,40,56)
#3C2533
(60,37,51)
#37222E
(55,34,46)
#321F29
(50,31,41)
#2D1C24
(45,28,36)
#28191F
(40,25,31)
#23161A
(35,22,26)
#1E1315
(30,19,21)
#191010
(25,16,16)
#140D0B
(20,13,11)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #412838

#412838
(65,40,56)
#523B4A
(82,59,74)
#634E5C
(99,78,92)
#74616E
(116,97,110)
#857480
(133,116,128)
#968792
(150,135,146)
#A79AA4
(167,154,164)
#B8ADB6
(184,173,182)
#C9C0C8
(201,192,200)
#DAD3DA
(218,211,218)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412838; }

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

This text font color is #412838.


Background Color

.myBgColor { background-color: #412838; }

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

This div background color is #412838.


Border color

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

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

This div border color is #412838.


Opacity

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

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

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

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

This text has shadow with #412838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412838 on black background.


Color preview on white background

This text has color #412838 on white background.



Black color preview on #412838 background

This text has black color on #412838 background.


White color preview on #412838 background

This text has white color on #412838 background.