COLOR #412325

HEX: #412325
RGB: (65,35,37)

Color info

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

RGB color model

#412325 color RGB value is (65,35,37).

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

RGB channels and saturation

R 65 of 255 = 25%
G 35 of 255 = 14%
B 37 of 255 = 15%

65
35
37

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

Portions of RGB colors in percentages

R + G + B =
65 + 35 + 37 = 137 (100%)
R 65 of 137 ~ 47.45%
G 35 of 137 ~ 25.55%
B 37 of 137 ~ 27.01%

%47.45
%25.55
%27.01

CMYK color model

#412325 color CMYK value is (0,46,43,75).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 43.08%
  • key color value is 74.51%
CMYK:
(0,46,43,75)
C0M46Y43K75 
(0%,46%,43%,75%)
(0.00/0.46/0.43/0.75)	

CMYK percentages

%0
%46.15
%43.08
%74.51

Codes

Color #412325 in popluar color models

412325
RGB653537
HSL356°30.00%19.61%
HSB/HSV356°46.15%25.49%
CMYK0.00%46.15%43.08%
74.51%

Color #412325 in popluar number systems.

HEX412325
Decimal653537
Binary1000001100011100101
Octal1014345

Shades and tints

Shades of #412325

#412325
(65,35,37)
#3C2022
(60,32,34)
#371D1F
(55,29,31)
#321A1C
(50,26,28)
#2D1719
(45,23,25)
#281416
(40,20,22)
#231113
(35,17,19)
#1E0E10
(30,14,16)
#190B0D
(25,11,13)
#14080A
(20,8,10)
#0F0507
(15,5,7)
#000000
(0,0,0)

Tints of #412325

#412325
(65,35,37)
#523738
(82,55,56)
#634B4B
(99,75,75)
#745F5E
(116,95,94)
#857371
(133,115,113)
#968784
(150,135,132)
#A79B97
(167,155,151)
#B8AFAA
(184,175,170)
#C9C3BD
(201,195,189)
#DAD7D0
(218,215,208)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412325; }

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

This text font color is #412325.


Background Color

.myBgColor { background-color: #412325; }

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

This div background color is #412325.


Border color

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

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

This div border color is #412325.


Opacity

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

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

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

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

This text has shadow with #412325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412325 on black background.


Color preview on white background

This text has color #412325 on white background.



Black color preview on #412325 background

This text has black color on #412325 background.


White color preview on #412325 background

This text has white color on #412325 background.