COLOR #07401F

HEX: #07401F
RGB: (7,64,31)

Color info

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

RGB color model

#07401F color RGB value is (7,64,31).

  • red value is 7;
  • green value is 64;
  • blue value is 31.
RGB:
(7,64,31)
(3%,25%,12%)

RGB channels and saturation

R 7 of 255 = 3%
G 64 of 255 = 25%
B 31 of 255 = 12%

7
64
31

R + G + B ~ 13%. #07401F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 64 + 31 = 102 (100%)
R 7 of 102 ~ 6.86%
G 64 of 102 ~ 62.75%
B 31 of 102 ~ 30.39%

%62.75
%30.39

CMYK color model

#07401F color CMYK value is (89,0,52,75).

  • cyan value is 89.06%
  • magenta value is 0.00%
  • yellow value is 51.56%
  • key color value is 74.90%
CMYK:
(89,0,52,75)
C89M0Y52K75 
(89%,0%,52%,75%)
(0.89/0.00/0.52/0.75)	

CMYK percentages

%89.06
%0
%51.56
%74.9

Codes

Color #07401F in popluar color models

07401F
RGB76431
HSL145°80.28%13.92%
HSB/HSV145°89.06%25.10%
CMYK89.06%0.00%51.56%
74.90%

Color #07401F in popluar number systems.

HEX07401F
Decimal76431
Binary111100000011111
Octal710037

Shades and tints

Shades of #07401F

#07401F
(7,64,31)
#073B1D
(7,59,29)
#07361B
(7,54,27)
#073119
(7,49,25)
#072C17
(7,44,23)
#072715
(7,39,21)
#072213
(7,34,19)
#071D11
(7,29,17)
#07180F
(7,24,15)
#07130D
(7,19,13)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #07401F

#07401F
(7,64,31)
#1D5133
(29,81,51)
#336247
(51,98,71)
#49735B
(73,115,91)
#5F846F
(95,132,111)
#759583
(117,149,131)
#8BA697
(139,166,151)
#A1B7AB
(161,183,171)
#B7C8BF
(183,200,191)
#CDD9D3
(205,217,211)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07401F color. Also use rgb(7,64,31) instead hex code.

Text Font Color

.myTextColor { color: #07401F; }

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

This text font color is #07401F.


Background Color

.myBgColor { background-color: #07401F; }

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

This div background color is #07401F.


Border color

.myBorderColor { border: 1px solid #07401F; }

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

This div border color is #07401F.


Opacity

.myOpacity80 { color: #07401F; opacity: 0.8; }

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

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

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

This text has shadow with #07401F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07401F on black background.


Color preview on white background

This text has color #07401F on white background.



Black color preview on #07401F background

This text has black color on #07401F background.


White color preview on #07401F background

This text has white color on #07401F background.