COLOR #07392A

HEX: #07392A
RGB: (7,57,42)

Color info

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

RGB color model

#07392A color RGB value is (7,57,42).

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

RGB channels and saturation

R 7 of 255 = 3%
G 57 of 255 = 22%
B 42 of 255 = 16%

7
57
42

R + G + B ~ 14%. #07392A is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 57 + 42 = 106 (100%)
R 7 of 106 ~ 6.6%
G 57 of 106 ~ 53.77%
B 42 of 106 ~ 39.62%

%53.77
%39.62

CMYK color model

#07392A color CMYK value is (88,0,26,78).

  • cyan value is 87.72%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 77.65%
CMYK:
(88,0,26,78)
C88M0Y26K78 
(88%,0%,26%,78%)
(0.88/0.00/0.26/0.78)	

CMYK percentages

%87.72
%0
%26.32
%77.65

Codes

Color #07392A in popluar color models

07392A
RGB75742
HSL162°78.13%12.55%
HSB/HSV162°87.72%22.35%
CMYK87.72%0.00%26.32%
77.65%

Color #07392A in popluar number systems.

HEX07392A
Decimal75742
Binary111111001101010
Octal77152

Shades and tints

Shades of #07392A

#07392A
(7,57,42)
#073427
(7,52,39)
#072F24
(7,47,36)
#072A21
(7,42,33)
#07251E
(7,37,30)
#07201B
(7,32,27)
#071B18
(7,27,24)
#071615
(7,22,21)
#071112
(7,17,18)
#070C0F
(7,12,15)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #07392A

#07392A
(7,57,42)
#1D4B3D
(29,75,61)
#335D50
(51,93,80)
#496F63
(73,111,99)
#5F8176
(95,129,118)
#759389
(117,147,137)
#8BA59C
(139,165,156)
#A1B7AF
(161,183,175)
#B7C9C2
(183,201,194)
#CDDBD5
(205,219,213)
#E3EDE8
(227,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07392A; }

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

This text font color is #07392A.


Background Color

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

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

This div background color is #07392A.


Border color

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

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

This div border color is #07392A.


Opacity

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

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

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

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

This text has shadow with #07392A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07392A on black background.


Color preview on white background

This text has color #07392A on white background.



Black color preview on #07392A background

This text has black color on #07392A background.


White color preview on #07392A background

This text has white color on #07392A background.