COLOR #074C1F

HEX: #074C1F
RGB: (7,76,31)

Color info

#074C1F contains mainly green and blue colors. Web safe color of #074C1F is #003333 (or #033).

RGB color model

#074C1F color RGB value is (7,76,31).

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

RGB channels and saturation

R 7 of 255 = 3%
G 76 of 255 = 30%
B 31 of 255 = 12%

7
76
31

R + G + B ~ 15%. #074C1F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 76 + 31 = 114 (100%)
R 7 of 114 ~ 6.14%
G 76 of 114 ~ 66.67%
B 31 of 114 ~ 27.19%

%66.67
%27.19

CMYK color model

#074C1F color CMYK value is (91,0,59,70).

  • cyan value is 90.79%
  • magenta value is 0.00%
  • yellow value is 59.21%
  • key color value is 70.20%
CMYK:
(91,0,59,70)
C91M0Y59K70 
(91%,0%,59%,70%)
(0.91/0.00/0.59/0.70)	

CMYK percentages

%90.79
%0
%59.21
%70.2

Codes

Color #074C1F in popluar color models

074C1F
RGB77631
HSL141°83.13%16.27%
HSB/HSV141°90.79%29.80%
CMYK90.79%0.00%59.21%
70.20%

Color #074C1F in popluar number systems.

HEX074C1F
Decimal77631
Binary111100110011111
Octal711437

Shades and tints

Shades of #074C1F

#074C1F
(7,76,31)
#07461D
(7,70,29)
#07401B
(7,64,27)
#073A19
(7,58,25)
#073417
(7,52,23)
#072E15
(7,46,21)
#072813
(7,40,19)
#072211
(7,34,17)
#071C0F
(7,28,15)
#07160D
(7,22,13)
#07100B
(7,16,11)
#000000
(0,0,0)

Tints of #074C1F

#074C1F
(7,76,31)
#1D5C33
(29,92,51)
#336C47
(51,108,71)
#497C5B
(73,124,91)
#5F8C6F
(95,140,111)
#759C83
(117,156,131)
#8BAC97
(139,172,151)
#A1BCAB
(161,188,171)
#B7CCBF
(183,204,191)
#CDDCD3
(205,220,211)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074C1F color. Also use rgb(7,76,31) instead hex code.

Text Font Color

.myTextColor { color: #074C1F; }

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

This text font color is #074C1F.


Background Color

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

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

This div background color is #074C1F.


Border color

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

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

This div border color is #074C1F.


Opacity

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

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

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

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

This text has shadow with #074C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074C1F on black background.


Color preview on white background

This text has color #074C1F on white background.



Black color preview on #074C1F background

This text has black color on #074C1F background.


White color preview on #074C1F background

This text has white color on #074C1F background.