COLOR #412F07

HEX: #412F07
RGB: (65,47,7)

Color info

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

RGB color model

#412F07 color RGB value is (65,47,7).

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

RGB channels and saturation

R 65 of 255 = 25%
G 47 of 255 = 18%
B 7 of 255 = 3%

65
47
7

R + G + B ~ 15%. #412F07 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 47 + 7 = 119 (100%)
R 65 of 119 ~ 54.62%
G 47 of 119 ~ 39.5%
B 7 of 119 ~ 5.88%

%54.62
%39.5

CMYK color model

#412F07 color CMYK value is (0,28,89,75).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 89.23%
  • key color value is 74.51%
CMYK:
(0,28,89,75)
C0M28Y89K75 
(0%,28%,89%,75%)
(0.00/0.28/0.89/0.75)	

CMYK percentages

%0
%27.69
%89.23
%74.51

Codes

Color #412F07 in popluar color models

412F07
RGB65477
HSL41°80.56%14.12%
HSB/HSV41°89.23%25.49%
CMYK0.00%27.69%89.23%
74.51%

Color #412F07 in popluar number systems.

HEX412F07
Decimal65477
Binary1000001101111111
Octal101577

Shades and tints

Shades of #412F07

#412F07
(65,47,7)
#3C2B07
(60,43,7)
#372707
(55,39,7)
#322307
(50,35,7)
#2D1F07
(45,31,7)
#281B07
(40,27,7)
#231707
(35,23,7)
#1E1307
(30,19,7)
#190F07
(25,15,7)
#140B07
(20,11,7)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #412F07

#412F07
(65,47,7)
#52411D
(82,65,29)
#635333
(99,83,51)
#746549
(116,101,73)
#85775F
(133,119,95)
#968975
(150,137,117)
#A79B8B
(167,155,139)
#B8ADA1
(184,173,161)
#C9BFB7
(201,191,183)
#DAD1CD
(218,209,205)
#EBE3E3
(235,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #412F07; }

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

This text font color is #412F07.


Background Color

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

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

This div background color is #412F07.


Border color

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

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

This div border color is #412F07.


Opacity

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

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

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

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

This text has shadow with #412F07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #412F07 on black background.


Color preview on white background

This text has color #412F07 on white background.



Black color preview on #412F07 background

This text has black color on #412F07 background.


White color preview on #412F07 background

This text has white color on #412F07 background.