COLOR #412F37

HEX: #412F37 RGB: (65,47,55)

Color info

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

RGB color model

#412F37 color RGB value is (65,47,55).

RGB: (65,47,55) (25%, 18%, 22%)

RGB channels and saturation

R 65 of 255 = 25%
G 47 of 255 = 18%
B 55 of 255 = 22%

65
47
55

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

Portions of RGB colors in percentages

R + G + B = 65 + 47 + 55 = 167 (100%)
R 65 of 167 ~ 38.92%
G 47 of 167 ~ 28.14%
B 55 of 167 ~ 32.93'%

%38.92
%28.14
%32.93

CMYK color model

#412F37 color CMYK value is (0,28,15,75).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 15.38%
  • key color value is 74.51%

CMYK: (0,28,15,75)
C0M28Y15K75 (0%, 28%, 15%, 75%)
(0.00 / 0.28 / 0.15 / 0.75)

CMYK percentages

%0
%27.69
%15.38
%74.51

Codes

Color #412F37 in popluar color models

41 2F 37
RGB 65 47 55
HSL 333° 16.07% 21.96%
HSB/HSV 333° 27.69% 25.49%
CMYK 0.00% 27.69% 15.38%
74.51%

Color #412F37 in popluar number systems.

HEX 41 2F 37
Decimal 65 47 55
Binary 1000001 101111 110111
Octal 101 57 67

Shades and tints

Shades of #412F37

#412F37
(65,47,55)
#3C2B32
(60,43,50)
#37272D
(55,39,45)
#322328
(50,35,40)
#2D1F23
(45,31,35)
#281B1E
(40,27,30)
#231719
(35,23,25)
#1E1314
(30,19,20)
#190F0F
(25,15,15)
#140B0A
(20,11,10)
#0F0705
(15,7,5)
#000000
(0,0,0)

Tints of #412F37

#412F37
(65,47,55)
#524149
(82,65,73)
#63535B
(99,83,91)
#74656D
(116,101,109)
#85777F
(133,119,127)
#968991
(150,137,145)
#A79BA3
(167,155,163)
#B8ADB5
(184,173,181)
#C9BFC7
(201,191,199)
#DAD1D9
(218,209,217)
#EBE3EB
(235,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #412F37 color. Also use rgb(65,47,55) instead hex code.

Text Font Color

.myTextColor { color: #412F37; }

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

This text font color is #412F37.

Background Color

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

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

This div background color is #412F37.

Border color

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

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

This div border color is #412F37.

Opacity

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

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

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

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

This text has shadow with #412F37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #412F37.

Preview

Color preview on black background

This text has color #412F37 on black background.


Color preview on white background

This text has color #412F37 on white background.


Black color preview on #412F37 background

This text has black color on #412F37 background.


White color preview on #412F37 background

This text has white color on #412F37 background.


Related colors

Complementary color

Complementary color for #hex is #BED0C8.


I love getcolorcode.com

Triadic colors

1 #37412F and #2F3741 with #412F37 are triadic colors.

2 #372F41 and #2F4137 with #412F37 are triadic colors.