COLOR #07381E

HEX: #07381E
RGB: (7,56,30)

Color info

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

RGB color model

#07381E color RGB value is (7,56,30).

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

RGB channels and saturation

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

7
56
30

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

Portions of RGB colors in percentages

R + G + B =
7 + 56 + 30 = 93 (100%)
R 7 of 93 ~ 7.53%
G 56 of 93 ~ 60.22%
B 30 of 93 ~ 32.26%

%60.22
%32.26

CMYK color model

#07381E color CMYK value is (88,0,46,78).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 78.04%
CMYK:
(88,0,46,78)
C88M0Y46K78 
(88%,0%,46%,78%)
(0.88/0.00/0.46/0.78)	

CMYK percentages

%87.5
%0
%46.43
%78.04

Codes

Color #07381E in popluar color models

07381E
RGB75630
HSL148°77.78%12.35%
HSB/HSV148°87.50%21.96%
CMYK87.50%0.00%46.43%
78.04%

Color #07381E in popluar number systems.

HEX07381E
Decimal75630
Binary11111100011110
Octal77036

Shades and tints

Shades of #07381E

#07381E
(7,56,30)
#07331C
(7,51,28)
#072E1A
(7,46,26)
#072918
(7,41,24)
#072416
(7,36,22)
#071F14
(7,31,20)
#071A12
(7,26,18)
#071510
(7,21,16)
#07100E
(7,16,14)
#070B0C
(7,11,12)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #07381E

#07381E
(7,56,30)
#1D4A32
(29,74,50)
#335C46
(51,92,70)
#496E5A
(73,110,90)
#5F806E
(95,128,110)
#759282
(117,146,130)
#8BA496
(139,164,150)
#A1B6AA
(161,182,170)
#B7C8BE
(183,200,190)
#CDDAD2
(205,218,210)
#E3ECE6
(227,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07381E; }

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

This text font color is #07381E.


Background Color

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

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

This div background color is #07381E.


Border color

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

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

This div border color is #07381E.


Opacity

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

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

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

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

This text has shadow with #07381E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07381E on black background.


Color preview on white background

This text has color #07381E on white background.



Black color preview on #07381E background

This text has black color on #07381E background.


White color preview on #07381E background

This text has white color on #07381E background.