COLOR #07371E

HEX: #07371E
RGB: (7,55,30)

Color info

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

RGB color model

#07371E color RGB value is (7,55,30).

  • red value is 7;
  • green value is 55;
  • blue value is 30.
RGB:
(7,55,30)
(3%,22%,12%)

RGB channels and saturation

R 7 of 255 = 3%
G 55 of 255 = 22%
B 30 of 255 = 12%

7
55
30

R + G + B ~ 12%. #07371E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 55 + 30 = 92 (100%)
R 7 of 92 ~ 7.61%
G 55 of 92 ~ 59.78%
B 30 of 92 ~ 32.61%

%59.78
%32.61

CMYK color model

#07371E color CMYK value is (87,0,45,78).

  • cyan value is 87.27%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 78.43%
CMYK:
(87,0,45,78)
C87M0Y45K78 
(87%,0%,45%,78%)
(0.87/0.00/0.45/0.78)	

CMYK percentages

%87.27
%0
%45.45
%78.43

Codes

Color #07371E in popluar color models

07371E
RGB75530
HSL149°77.42%12.16%
HSB/HSV149°87.27%21.57%
CMYK87.27%0.00%45.45%
78.43%

Color #07371E in popluar number systems.

HEX07371E
Decimal75530
Binary11111011111110
Octal76736

Shades and tints

Shades of #07371E

#07371E
(7,55,30)
#07321C
(7,50,28)
#072D1A
(7,45,26)
#072818
(7,40,24)
#072316
(7,35,22)
#071E14
(7,30,20)
#071912
(7,25,18)
#071410
(7,20,16)
#070F0E
(7,15,14)
#070A0C
(7,10,12)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #07371E

#07371E
(7,55,30)
#1D4932
(29,73,50)
#335B46
(51,91,70)
#496D5A
(73,109,90)
#5F7F6E
(95,127,110)
#759182
(117,145,130)
#8BA396
(139,163,150)
#A1B5AA
(161,181,170)
#B7C7BE
(183,199,190)
#CDD9D2
(205,217,210)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07371E color. Also use rgb(7,55,30) instead hex code.

Text Font Color

.myTextColor { color: #07371E; }

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

This text font color is #07371E.


Background Color

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

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

This div background color is #07371E.


Border color

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

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

This div border color is #07371E.


Opacity

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

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

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

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

This text has shadow with #07371E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07371E on black background.


Color preview on white background

This text has color #07371E on white background.



Black color preview on #07371E background

This text has black color on #07371E background.


White color preview on #07371E background

This text has white color on #07371E background.