COLOR #412225

HEX: #412225
RGB: (65,34,37)

Color info

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

RGB color model

#412225 color RGB value is (65,34,37).

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

RGB channels and saturation

R 65 of 255 = 25%
G 34 of 255 = 13%
B 37 of 255 = 15%

65
34
37

R + G + B ~ 18%. #412225 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 34 + 37 = 136 (100%)
R 65 of 136 ~ 47.79%
G 34 of 136 ~ 25%
B 37 of 136 ~ 27.21%

%47.79
%25
%27.21

CMYK color model

#412225 color CMYK value is (0,48,43,75).

  • cyan value is 0.00%
  • magenta value is 47.69%
  • yellow value is 43.08%
  • key color value is 74.51%
CMYK:
(0,48,43,75)
C0M48Y43K75 
(0%,48%,43%,75%)
(0.00/0.48/0.43/0.75)	

CMYK percentages

%0
%47.69
%43.08
%74.51

Codes

Color #412225 in popluar color models

412225
RGB653437
HSL354°31.31%19.41%
HSB/HSV354°47.69%25.49%
CMYK0.00%47.69%43.08%
74.51%

Color #412225 in popluar number systems.

HEX412225
Decimal653437
Binary1000001100010100101
Octal1014245

Shades and tints

Shades of #412225

#412225
(65,34,37)
#3C1F22
(60,31,34)
#371C1F
(55,28,31)
#32191C
(50,25,28)
#2D1619
(45,22,25)
#281316
(40,19,22)
#231013
(35,16,19)
#1E0D10
(30,13,16)
#190A0D
(25,10,13)
#14070A
(20,7,10)
#0F0407
(15,4,7)
#000000
(0,0,0)

Tints of #412225

#412225
(65,34,37)
#523638
(82,54,56)
#634A4B
(99,74,75)
#745E5E
(116,94,94)
#857271
(133,114,113)
#968684
(150,134,132)
#A79A97
(167,154,151)
#B8AEAA
(184,174,170)
#C9C2BD
(201,194,189)
#DAD6D0
(218,214,208)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412225; }

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

This text font color is #412225.


Background Color

.myBgColor { background-color: #412225; }

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

This div background color is #412225.


Border color

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

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

This div border color is #412225.


Opacity

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

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

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

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

This text has shadow with #412225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412225 on black background.


Color preview on white background

This text has color #412225 on white background.



Black color preview on #412225 background

This text has black color on #412225 background.


White color preview on #412225 background

This text has white color on #412225 background.