COLOR #07340B

HEX: #07340B
RGB: (7,52,11)

Color info

#07340B contains red, green and blue colors in about the same proportion. Web safe color of #07340B is #003300 (or #030).

RGB color model

#07340B color RGB value is (7,52,11).

  • red value is 7;
  • green value is 52;
  • blue value is 11.
RGB:
(7,52,11)
(3%,20%,4%)

RGB channels and saturation

R 7 of 255 = 3%
G 52 of 255 = 20%
B 11 of 255 = 4%

7
52
11

R + G + B ~ 9%. #07340B is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 52 + 11 = 70 (100%)
R 7 of 70 ~ 10%
G 52 of 70 ~ 74.29%
B 11 of 70 ~ 15.71%

%10
%74.29
%15.71

CMYK color model

#07340B color CMYK value is (87,0,79,80).

  • cyan value is 86.54%
  • magenta value is 0.00%
  • yellow value is 78.85%
  • key color value is 79.61%
CMYK:
(87,0,79,80)
C87M0Y79K80 
(87%,0%,79%,80%)
(0.87/0.00/0.79/0.80)	

CMYK percentages

%86.54
%0
%78.85
%79.61

Codes

Color #07340B in popluar color models

07340B
RGB75211
HSL125°76.27%11.57%
HSB/HSV125°86.54%20.39%
CMYK86.54%0.00%78.85%
79.61%

Color #07340B in popluar number systems.

HEX07340B
Decimal75211
Binary1111101001011
Octal76413

Shades and tints

Shades of #07340B

#07340B
(7,52,11)
#07300A
(7,48,10)
#072C09
(7,44,9)
#072808
(7,40,8)
#072407
(7,36,7)
#072006
(7,32,6)
#071C05
(7,28,5)
#071804
(7,24,4)
#071403
(7,20,3)
#071002
(7,16,2)
#070C01
(7,12,1)
#000000
(0,0,0)

Tints of #07340B

#07340B
(7,52,11)
#1D4621
(29,70,33)
#335837
(51,88,55)
#496A4D
(73,106,77)
#5F7C63
(95,124,99)
#758E79
(117,142,121)
#8BA08F
(139,160,143)
#A1B2A5
(161,178,165)
#B7C4BB
(183,196,187)
#CDD6D1
(205,214,209)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07340B color. Also use rgb(7,52,11) instead hex code.

Text Font Color

.myTextColor { color: #07340B; }

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

This text font color is #07340B.


Background Color

.myBgColor { background-color: #07340B; }

<div style="background-color:#07340B">Inner text</div>

This div background color is #07340B.


Border color

.myBorderColor { border: 1px solid #07340B; }

<div style="border:3px solid #07340B">Div</div>

This div border color is #07340B.


Opacity

.myOpacity80 { color: #07340B; opacity: 0.8; }

<p style="color:#07340B;opacity:0.8;">80%</p>

Text with #07340B 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 #07340B;}

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

This text has shadow with #07340B color.

.textShadow {text-shadow: 3px 3px 1px #07340B, 3px 3px 1px red;}

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

This text has shadow with #07340B primary color and red secondary color.


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

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

This text has shadow with #07340B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07340B on black background.


Color preview on white background

This text has color #07340B on white background.



Black color preview on #07340B background

This text has black color on #07340B background.


White color preview on #07340B background

This text has white color on #07340B background.