COLOR #412F0D

HEX: #412F0D
RGB: (65,47,13)

Color info

#412F0D contains red, green and blue colors in about the same proportion. Web safe color of #412F0D is #333300 (or #330).

RGB color model

#412F0D color RGB value is (65,47,13).

  • red value is 65;
  • green value is 47;
  • blue value is 13.
RGB:
(65,47,13)
(25%,18%,5%)

RGB channels and saturation

R 65 of 255 = 25%
G 47 of 255 = 18%
B 13 of 255 = 5%

65
47
13

R + G + B ~ 16%. #412F0D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 47 + 13 = 125 (100%)
R 65 of 125 ~ 52%
G 47 of 125 ~ 37.6%
B 13 of 125 ~ 10.4%

%52
%37.6
%10.4

CMYK color model

#412F0D color CMYK value is (0,28,80,75).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 80.00%
  • key color value is 74.51%
CMYK:
(0,28,80,75)
C0M28Y80K75 
(0%,28%,80%,75%)
(0.00/0.28/0.80/0.75)	

CMYK percentages

%0
%27.69
%80
%74.51

Codes

Color #412F0D in popluar color models

412F0D
RGB654713
HSL39°66.67%15.29%
HSB/HSV39°80.00%25.49%
CMYK0.00%27.69%80.00%
74.51%

Color #412F0D in popluar number systems.

HEX412F0D
Decimal654713
Binary10000011011111101
Octal1015715

Shades and tints

Shades of #412F0D

#412F0D
(65,47,13)
#3C2B0C
(60,43,12)
#37270B
(55,39,11)
#32230A
(50,35,10)
#2D1F09
(45,31,9)
#281B08
(40,27,8)
#231707
(35,23,7)
#1E1306
(30,19,6)
#190F05
(25,15,5)
#140B04
(20,11,4)
#0F0703
(15,7,3)
#000000
(0,0,0)

Tints of #412F0D

#412F0D
(65,47,13)
#524123
(82,65,35)
#635339
(99,83,57)
#74654F
(116,101,79)
#857765
(133,119,101)
#96897B
(150,137,123)
#A79B91
(167,155,145)
#B8ADA7
(184,173,167)
#C9BFBD
(201,191,189)
#DAD1D3
(218,209,211)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412F0D; }

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

This text font color is #412F0D.


Background Color

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

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

This div background color is #412F0D.


Border color

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

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

This div border color is #412F0D.


Opacity

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

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

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

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

This text has shadow with #412F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412F0D on black background.


Color preview on white background

This text has color #412F0D on white background.



Black color preview on #412F0D background

This text has black color on #412F0D background.


White color preview on #412F0D background

This text has white color on #412F0D background.