COLOR #074C1C

HEX: #074C1C
RGB: (7,76,28)

Color info

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

RGB color model

#074C1C color RGB value is (7,76,28).

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

RGB channels and saturation

R 7 of 255 = 3%
G 76 of 255 = 30%
B 28 of 255 = 11%

7
76
28

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

Portions of RGB colors in percentages

R + G + B =
7 + 76 + 28 = 111 (100%)
R 7 of 111 ~ 6.31%
G 76 of 111 ~ 68.47%
B 28 of 111 ~ 25.23%

%68.47
%25.23

CMYK color model

#074C1C color CMYK value is (91,0,63,70).

  • cyan value is 90.79%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 70.20%
CMYK:
(91,0,63,70)
C91M0Y63K70 
(91%,0%,63%,70%)
(0.91/0.00/0.63/0.70)	

CMYK percentages

%90.79
%0
%63.16
%70.2

Codes

Color #074C1C in popluar color models

074C1C
RGB77628
HSL138°83.13%16.27%
HSB/HSV138°90.79%29.80%
CMYK90.79%0.00%63.16%
70.20%

Color #074C1C in popluar number systems.

HEX074C1C
Decimal77628
Binary111100110011100
Octal711434

Shades and tints

Shades of #074C1C

#074C1C
(7,76,28)
#07461A
(7,70,26)
#074018
(7,64,24)
#073A16
(7,58,22)
#073414
(7,52,20)
#072E12
(7,46,18)
#072810
(7,40,16)
#07220E
(7,34,14)
#071C0C
(7,28,12)
#07160A
(7,22,10)
#071008
(7,16,8)
#000000
(0,0,0)

Tints of #074C1C

#074C1C
(7,76,28)
#1D5C30
(29,92,48)
#336C44
(51,108,68)
#497C58
(73,124,88)
#5F8C6C
(95,140,108)
#759C80
(117,156,128)
#8BAC94
(139,172,148)
#A1BCA8
(161,188,168)
#B7CCBC
(183,204,188)
#CDDCD0
(205,220,208)
#E3ECE4
(227,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074C1C; }

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

This text font color is #074C1C.


Background Color

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

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

This div background color is #074C1C.


Border color

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

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

This div border color is #074C1C.


Opacity

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

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

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

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

This text has shadow with #074C1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074C1C on black background.


Color preview on white background

This text has color #074C1C on white background.



Black color preview on #074C1C background

This text has black color on #074C1C background.


White color preview on #074C1C background

This text has white color on #074C1C background.