COLOR #074B0F

HEX: #074B0F
RGB: (7,75,15)

Color info

#074B0F contains mainly green color. Web safe color of #074B0F is #003300 (or #030).

RGB color model

#074B0F color RGB value is (7,75,15).

  • red value is 7;
  • green value is 75;
  • blue value is 15.
RGB:
(7,75,15)
(3%,29%,6%)

RGB channels and saturation

R 7 of 255 = 3%
G 75 of 255 = 29%
B 15 of 255 = 6%

7
75
15

R + G + B ~ 13%. #074B0F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 75 + 15 = 97 (100%)
R 7 of 97 ~ 7.22%
G 75 of 97 ~ 77.32%
B 15 of 97 ~ 15.46%

%77.32
%15.46

CMYK color model

#074B0F color CMYK value is (91,0,80,71).

  • cyan value is 90.67%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 70.59%
CMYK:
(91,0,80,71)
C91M0Y80K71 
(91%,0%,80%,71%)
(0.91/0.00/0.80/0.71)	

CMYK percentages

%90.67
%0
%80
%70.59

Codes

Color #074B0F in popluar color models

074B0F
RGB77515
HSL127°82.93%16.08%
HSB/HSV127°90.67%29.41%
CMYK90.67%0.00%80.00%
70.59%

Color #074B0F in popluar number systems.

HEX074B0F
Decimal77515
Binary11110010111111
Octal711317

Shades and tints

Shades of #074B0F

#074B0F
(7,75,15)
#07450E
(7,69,14)
#073F0D
(7,63,13)
#07390C
(7,57,12)
#07330B
(7,51,11)
#072D0A
(7,45,10)
#072709
(7,39,9)
#072108
(7,33,8)
#071B07
(7,27,7)
#071506
(7,21,6)
#070F05
(7,15,5)
#000000
(0,0,0)

Tints of #074B0F

#074B0F
(7,75,15)
#1D5B24
(29,91,36)
#336B39
(51,107,57)
#497B4E
(73,123,78)
#5F8B63
(95,139,99)
#759B78
(117,155,120)
#8BAB8D
(139,171,141)
#A1BBA2
(161,187,162)
#B7CBB7
(183,203,183)
#CDDBCC
(205,219,204)
#E3EBE1
(227,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074B0F color. Also use rgb(7,75,15) instead hex code.

Text Font Color

.myTextColor { color: #074B0F; }

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

This text font color is #074B0F.


Background Color

.myBgColor { background-color: #074B0F; }

<div style="background-color:#074B0F">Inner text</div>

This div background color is #074B0F.


Border color

.myBorderColor { border: 1px solid #074B0F; }

<div style="border:3px solid #074B0F">Div</div>

This div border color is #074B0F.


Opacity

.myOpacity80 { color: #074B0F; opacity: 0.8; }

<p style="color:#074B0F;opacity:0.8;">80%</p>

Text with #074B0F 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 #074B0F;}

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

This text has shadow with #074B0F color.

.textShadow {text-shadow: 3px 3px 1px #074B0F, 3px 3px 1px red;}

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

This text has shadow with #074B0F primary color and red secondary color.


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

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

This text has shadow with #074B0F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074B0F on black background.


Color preview on white background

This text has color #074B0F on white background.



Black color preview on #074B0F background

This text has black color on #074B0F background.


White color preview on #074B0F background

This text has white color on #074B0F background.