COLOR #07361F

HEX: #07361F
RGB: (7,54,31)

Color info

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

RGB color model

#07361F color RGB value is (7,54,31).

  • red value is 7;
  • green value is 54;
  • blue value is 31.
RGB:
(7,54,31)
(3%,21%,12%)

RGB channels and saturation

R 7 of 255 = 3%
G 54 of 255 = 21%
B 31 of 255 = 12%

7
54
31

R + G + B ~ 12%. #07361F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 54 + 31 = 92 (100%)
R 7 of 92 ~ 7.61%
G 54 of 92 ~ 58.7%
B 31 of 92 ~ 33.7%

%58.7
%33.7

CMYK color model

#07361F color CMYK value is (87,0,43,79).

  • cyan value is 87.04%
  • magenta value is 0.00%
  • yellow value is 42.59%
  • key color value is 78.82%
CMYK:
(87,0,43,79)
C87M0Y43K79 
(87%,0%,43%,79%)
(0.87/0.00/0.43/0.79)	

CMYK percentages

%87.04
%0
%42.59
%78.82

Codes

Color #07361F in popluar color models

07361F
RGB75431
HSL151°77.05%11.96%
HSB/HSV151°87.04%21.18%
CMYK87.04%0.00%42.59%
78.82%

Color #07361F in popluar number systems.

HEX07361F
Decimal75431
Binary11111011011111
Octal76637

Shades and tints

Shades of #07361F

#07361F
(7,54,31)
#07321D
(7,50,29)
#072E1B
(7,46,27)
#072A19
(7,42,25)
#072617
(7,38,23)
#072215
(7,34,21)
#071E13
(7,30,19)
#071A11
(7,26,17)
#07160F
(7,22,15)
#07120D
(7,18,13)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #07361F

#07361F
(7,54,31)
#1D4833
(29,72,51)
#335A47
(51,90,71)
#496C5B
(73,108,91)
#5F7E6F
(95,126,111)
#759083
(117,144,131)
#8BA297
(139,162,151)
#A1B4AB
(161,180,171)
#B7C6BF
(183,198,191)
#CDD8D3
(205,216,211)
#E3EAE7
(227,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07361F color. Also use rgb(7,54,31) instead hex code.

Text Font Color

.myTextColor { color: #07361F; }

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

This text font color is #07361F.


Background Color

.myBgColor { background-color: #07361F; }

<div style="background-color:#07361F">Inner text</div>

This div background color is #07361F.


Border color

.myBorderColor { border: 1px solid #07361F; }

<div style="border:3px solid #07361F">Div</div>

This div border color is #07361F.


Opacity

.myOpacity80 { color: #07361F; opacity: 0.8; }

<p style="color:#07361F;opacity:0.8;">80%</p>

Text with #07361F 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 #07361F;}

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

This text has shadow with #07361F color.

.textShadow {text-shadow: 3px 3px 1px #07361F, 3px 3px 1px red;}

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

This text has shadow with #07361F primary color and red secondary color.


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

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

This text has shadow with #07361F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07361F on black background.


Color preview on white background

This text has color #07361F on white background.



Black color preview on #07361F background

This text has black color on #07361F background.


White color preview on #07361F background

This text has white color on #07361F background.