COLOR #07391C

HEX: #07391C
RGB: (7,57,28)

Color info

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

RGB color model

#07391C color RGB value is (7,57,28).

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

RGB channels and saturation

R 7 of 255 = 3%
G 57 of 255 = 22%
B 28 of 255 = 11%

7
57
28

R + G + B ~ 12%. #07391C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 57 + 28 = 92 (100%)
R 7 of 92 ~ 7.61%
G 57 of 92 ~ 61.96%
B 28 of 92 ~ 30.43%

%61.96
%30.43

CMYK color model

#07391C color CMYK value is (88,0,51,78).

  • cyan value is 87.72%
  • magenta value is 0.00%
  • yellow value is 50.88%
  • key color value is 77.65%
CMYK:
(88,0,51,78)
C88M0Y51K78 
(88%,0%,51%,78%)
(0.88/0.00/0.51/0.78)	

CMYK percentages

%87.72
%0
%50.88
%77.65

Codes

Color #07391C in popluar color models

07391C
RGB75728
HSL145°78.13%12.55%
HSB/HSV145°87.72%22.35%
CMYK87.72%0.00%50.88%
77.65%

Color #07391C in popluar number systems.

HEX07391C
Decimal75728
Binary11111100111100
Octal77134

Shades and tints

Shades of #07391C

#07391C
(7,57,28)
#07341A
(7,52,26)
#072F18
(7,47,24)
#072A16
(7,42,22)
#072514
(7,37,20)
#072012
(7,32,18)
#071B10
(7,27,16)
#07160E
(7,22,14)
#07110C
(7,17,12)
#070C0A
(7,12,10)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #07391C

#07391C
(7,57,28)
#1D4B30
(29,75,48)
#335D44
(51,93,68)
#496F58
(73,111,88)
#5F816C
(95,129,108)
#759380
(117,147,128)
#8BA594
(139,165,148)
#A1B7A8
(161,183,168)
#B7C9BC
(183,201,188)
#CDDBD0
(205,219,208)
#E3EDE4
(227,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07391C color. Also use rgb(7,57,28) instead hex code.

Text Font Color

.myTextColor { color: #07391C; }

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

This text font color is #07391C.


Background Color

.myBgColor { background-color: #07391C; }

<div style="background-color:#07391C">Inner text</div>

This div background color is #07391C.


Border color

.myBorderColor { border: 1px solid #07391C; }

<div style="border:3px solid #07391C">Div</div>

This div border color is #07391C.


Opacity

.myOpacity80 { color: #07391C; opacity: 0.8; }

<p style="color:#07391C;opacity:0.8;">80%</p>

Text with #07391C 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 #07391C;}

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

This text has shadow with #07391C color.

.textShadow {text-shadow: 3px 3px 1px #07391C, 3px 3px 1px red;}

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

This text has shadow with #07391C primary color and red secondary color.


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

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

This text has shadow with #07391C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07391C on black background.


Color preview on white background

This text has color #07391C on white background.



Black color preview on #07391C background

This text has black color on #07391C background.


White color preview on #07391C background

This text has white color on #07391C background.