COLOR #07402A

HEX: #07402A
RGB: (7,64,42)

Color info

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

RGB color model

#07402A color RGB value is (7,64,42).

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

RGB channels and saturation

R 7 of 255 = 3%
G 64 of 255 = 25%
B 42 of 255 = 16%

7
64
42

R + G + B ~ 15%. #07402A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 64 + 42 = 113 (100%)
R 7 of 113 ~ 6.19%
G 64 of 113 ~ 56.64%
B 42 of 113 ~ 37.17%

%56.64
%37.17

CMYK color model

#07402A color CMYK value is (89,0,34,75).

  • cyan value is 89.06%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 74.90%
CMYK:
(89,0,34,75)
C89M0Y34K75 
(89%,0%,34%,75%)
(0.89/0.00/0.34/0.75)	

CMYK percentages

%89.06
%0
%34.38
%74.9

Codes

Color #07402A in popluar color models

07402A
RGB76442
HSL157°80.28%13.92%
HSB/HSV157°89.06%25.10%
CMYK89.06%0.00%34.38%
74.90%

Color #07402A in popluar number systems.

HEX07402A
Decimal76442
Binary1111000000101010
Octal710052

Shades and tints

Shades of #07402A

#07402A
(7,64,42)
#073B27
(7,59,39)
#073624
(7,54,36)
#073121
(7,49,33)
#072C1E
(7,44,30)
#07271B
(7,39,27)
#072218
(7,34,24)
#071D15
(7,29,21)
#071812
(7,24,18)
#07130F
(7,19,15)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #07402A

#07402A
(7,64,42)
#1D513D
(29,81,61)
#336250
(51,98,80)
#497363
(73,115,99)
#5F8476
(95,132,118)
#759589
(117,149,137)
#8BA69C
(139,166,156)
#A1B7AF
(161,183,175)
#B7C8C2
(183,200,194)
#CDD9D5
(205,217,213)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07402A color. Also use rgb(7,64,42) instead hex code.

Text Font Color

.myTextColor { color: #07402A; }

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

This text font color is #07402A.


Background Color

.myBgColor { background-color: #07402A; }

<div style="background-color:#07402A">Inner text</div>

This div background color is #07402A.


Border color

.myBorderColor { border: 1px solid #07402A; }

<div style="border:3px solid #07402A">Div</div>

This div border color is #07402A.


Opacity

.myOpacity80 { color: #07402A; opacity: 0.8; }

<p style="color:#07402A;opacity:0.8;">80%</p>

Text with #07402A 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 #07402A;}

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

This text has shadow with #07402A color.

.textShadow {text-shadow: 3px 3px 1px #07402A, 3px 3px 1px red;}

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

This text has shadow with #07402A primary color and red secondary color.


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

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

This text has shadow with #07402A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07402A on black background.


Color preview on white background

This text has color #07402A on white background.



Black color preview on #07402A background

This text has black color on #07402A background.


White color preview on #07402A background

This text has white color on #07402A background.