COLOR #074D27

HEX: #074D27
RGB: (7,77,39)

Color info

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

RGB color model

#074D27 color RGB value is (7,77,39).

  • red value is 7;
  • green value is 77;
  • blue value is 39.
RGB:
(7,77,39)
(3%,30%,15%)

RGB channels and saturation

R 7 of 255 = 3%
G 77 of 255 = 30%
B 39 of 255 = 15%

7
77
39

R + G + B ~ 16%. #074D27 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 77 + 39 = 123 (100%)
R 7 of 123 ~ 5.69%
G 77 of 123 ~ 62.6%
B 39 of 123 ~ 31.71%

%62.6
%31.71

CMYK color model

#074D27 color CMYK value is (91,0,49,70).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 49.35%
  • key color value is 69.80%
CMYK:
(91,0,49,70)
C91M0Y49K70 
(91%,0%,49%,70%)
(0.91/0.00/0.49/0.70)	

CMYK percentages

%90.91
%0
%49.35
%69.8

Codes

Color #074D27 in popluar color models

074D27
RGB77739
HSL147°83.33%16.47%
HSB/HSV147°90.91%30.20%
CMYK90.91%0.00%49.35%
69.80%

Color #074D27 in popluar number systems.

HEX074D27
Decimal77739
Binary1111001101100111
Octal711547

Shades and tints

Shades of #074D27

#074D27
(7,77,39)
#074624
(7,70,36)
#073F21
(7,63,33)
#07381E
(7,56,30)
#07311B
(7,49,27)
#072A18
(7,42,24)
#072315
(7,35,21)
#071C12
(7,28,18)
#07150F
(7,21,15)
#070E0C
(7,14,12)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #074D27

#074D27
(7,77,39)
#1D5D3A
(29,93,58)
#336D4D
(51,109,77)
#497D60
(73,125,96)
#5F8D73
(95,141,115)
#759D86
(117,157,134)
#8BAD99
(139,173,153)
#A1BDAC
(161,189,172)
#B7CDBF
(183,205,191)
#CDDDD2
(205,221,210)
#E3EDE5
(227,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074D27; }

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

This text font color is #074D27.


Background Color

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

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

This div background color is #074D27.


Border color

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

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

This div border color is #074D27.


Opacity

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

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

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

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

This text has shadow with #074D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074D27 on black background.


Color preview on white background

This text has color #074D27 on white background.



Black color preview on #074D27 background

This text has black color on #074D27 background.


White color preview on #074D27 background

This text has white color on #074D27 background.