COLOR #074D15

HEX: #074D15 RGB: (7,77,21)

Color info

#074D15 contains mainly green and blue colors. Web safe color of #074D15 is #003300 (or #030).

RGB color model

#074D15 color RGB value is (7,77,21).

RGB: (7,77,21) (3%, 30%, 8%)

RGB channels and saturation

R 7 of 255 = 3%
G 77 of 255 = 30%
B 21 of 255 = 8%

7
77
21

R + G + B ~ 14%. #074D15 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 77 + 21 = 105 (100%)
R 7 of 105 ~ 6.67%
G 77 of 105 ~ 73.33%
B 21 of 105 ~ 20'%

%73.33
%20

CMYK color model

#074D15 color CMYK value is (91,0,73,70).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 69.80%

CMYK: (91,0,73,70)
C91M0Y73K70 (91%, 0%, 73%, 70%)
(0.91 / 0.00 / 0.73 / 0.70)

CMYK percentages

%90.91
%0
%72.73
%69.8

Codes

Color #074D15 in popluar color models

07 4D 15
RGB 7 77 21
HSL 132° 83.33% 16.47%
HSB/HSV 132° 90.91% 30.20%
CMYK 90.91% 0.00% 72.73%
69.80%

Color #074D15 in popluar number systems.

HEX 07 4D 15
Decimal 7 77 21
Binary 111 1001101 10101
Octal 7 115 25

Shades and tints

Shades of #074D15

#074D15
(7,77,21)
#074614
(7,70,20)
#073F13
(7,63,19)
#073812
(7,56,18)
#073111
(7,49,17)
#072A10
(7,42,16)
#07230F
(7,35,15)
#071C0E
(7,28,14)
#07150D
(7,21,13)
#070E0C
(7,14,12)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #074D15

#074D15
(7,77,21)
#1D5D2A
(29,93,42)
#336D3F
(51,109,63)
#497D54
(73,125,84)
#5F8D69
(95,141,105)
#759D7E
(117,157,126)
#8BAD93
(139,173,147)
#A1BDA8
(161,189,168)
#B7CDBD
(183,205,189)
#CDDDD2
(205,221,210)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074D15 color. Also use rgb(7,77,21) instead hex code.

Text Font Color

.myTextColor { color: #074D15; }

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

This text font color is #074D15.

Background Color

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

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

This div background color is #074D15.

Border color

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

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

This div border color is #074D15.

Opacity

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

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

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

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

This text has shadow with #074D15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #074D15.

Preview

Color preview on black background

This text has color #074D15 on black background.


Color preview on white background

This text has color #074D15 on white background.


Black color preview on #074D15 background

This text has black color on #074D15 background.


White color preview on #074D15 background

This text has white color on #074D15 background.


Related colors

Complementary color

Complementary color for #hex is #F8B2EA.


I love getcolorcode.com

Triadic colors

1 #15074D and #4D1507 with #074D15 are triadic colors.

2 #154D07 and #4D0715 with #074D15 are triadic colors.