COLOR #07412E

HEX: #07412E
RGB: (7,65,46)

Color info

#07412E contains red, green and blue colors in about the same proportion. Web safe color of #07412E is #003333 (or #033).

RGB color model

#07412E color RGB value is (7,65,46).

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

RGB channels and saturation

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

7
65
46

R + G + B ~ 15%. #07412E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 65 + 46 = 118 (100%)
R 7 of 118 ~ 5.93%
G 65 of 118 ~ 55.08%
B 46 of 118 ~ 38.98%

%55.08
%38.98

CMYK color model

#07412E color CMYK value is (89,0,29,75).

  • cyan value is 89.23%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 74.51%
CMYK:
(89,0,29,75)
C89M0Y29K75 
(89%,0%,29%,75%)
(0.89/0.00/0.29/0.75)	

CMYK percentages

%89.23
%0
%29.23
%74.51

Codes

Color #07412E in popluar color models

07412E
RGB76546
HSL160°80.56%14.12%
HSB/HSV160°89.23%25.49%
CMYK89.23%0.00%29.23%
74.51%

Color #07412E in popluar number systems.

HEX07412E
Decimal76546
Binary1111000001101110
Octal710156

Shades and tints

Shades of #07412E

#07412E
(7,65,46)
#073C2A
(7,60,42)
#073726
(7,55,38)
#073222
(7,50,34)
#072D1E
(7,45,30)
#07281A
(7,40,26)
#072316
(7,35,22)
#071E12
(7,30,18)
#07190E
(7,25,14)
#07140A
(7,20,10)
#070F06
(7,15,6)
#000000
(0,0,0)

Tints of #07412E

#07412E
(7,65,46)
#1D5241
(29,82,65)
#336354
(51,99,84)
#497467
(73,116,103)
#5F857A
(95,133,122)
#75968D
(117,150,141)
#8BA7A0
(139,167,160)
#A1B8B3
(161,184,179)
#B7C9C6
(183,201,198)
#CDDAD9
(205,218,217)
#E3EBEC
(227,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07412E color. Also use rgb(7,65,46) instead hex code.

Text Font Color

.myTextColor { color: #07412E; }

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

This text font color is #07412E.


Background Color

.myBgColor { background-color: #07412E; }

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

This div background color is #07412E.


Border color

.myBorderColor { border: 1px solid #07412E; }

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

This div border color is #07412E.


Opacity

.myOpacity80 { color: #07412E; opacity: 0.8; }

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

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

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

This text has shadow with #07412E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07412E on black background.


Color preview on white background

This text has color #07412E on white background.



Black color preview on #07412E background

This text has black color on #07412E background.


White color preview on #07412E background

This text has white color on #07412E background.