COLOR #074F37

HEX: #074F37
RGB: (7,79,55)

Color info

#074F37 contains mainly green and blue colors. Web safe color of #074F37 is #006633 (or #063).

RGB color model

#074F37 color RGB value is (7,79,55).

  • red value is 7;
  • green value is 79;
  • blue value is 55.
RGB:
(7,79,55)
(3%,31%,22%)

RGB channels and saturation

R 7 of 255 = 3%
G 79 of 255 = 31%
B 55 of 255 = 22%

7
79
55

R + G + B ~ 19%. #074F37 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 79 + 55 = 141 (100%)
R 7 of 141 ~ 4.96%
G 79 of 141 ~ 56.03%
B 55 of 141 ~ 39.01%

%56.03
%39.01

CMYK color model

#074F37 color CMYK value is (91,0,30,69).

  • cyan value is 91.14%
  • magenta value is 0.00%
  • yellow value is 30.38%
  • key color value is 69.02%
CMYK:
(91,0,30,69)
C91M0Y30K69 
(91%,0%,30%,69%)
(0.91/0.00/0.30/0.69)	

CMYK percentages

%91.14
%0
%30.38
%69.02

Codes

Color #074F37 in popluar color models

074F37
RGB77955
HSL160°83.72%16.86%
HSB/HSV160°91.14%30.98%
CMYK91.14%0.00%30.38%
69.02%

Color #074F37 in popluar number systems.

HEX074F37
Decimal77955
Binary1111001111110111
Octal711767

Shades and tints

Shades of #074F37

#074F37
(7,79,55)
#074832
(7,72,50)
#07412D
(7,65,45)
#073A28
(7,58,40)
#073323
(7,51,35)
#072C1E
(7,44,30)
#072519
(7,37,25)
#071E14
(7,30,20)
#07170F
(7,23,15)
#07100A
(7,16,10)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #074F37

#074F37
(7,79,55)
#1D5F49
(29,95,73)
#336F5B
(51,111,91)
#497F6D
(73,127,109)
#5F8F7F
(95,143,127)
#759F91
(117,159,145)
#8BAFA3
(139,175,163)
#A1BFB5
(161,191,181)
#B7CFC7
(183,207,199)
#CDDFD9
(205,223,217)
#E3EFEB
(227,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074F37 color. Also use rgb(7,79,55) instead hex code.

Text Font Color

.myTextColor { color: #074F37; }

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

This text font color is #074F37.


Background Color

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

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

This div background color is #074F37.


Border color

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

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

This div border color is #074F37.


Opacity

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

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

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

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

This text has shadow with #074F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074F37 on black background.


Color preview on white background

This text has color #074F37 on white background.



Black color preview on #074F37 background

This text has black color on #074F37 background.


White color preview on #074F37 background

This text has white color on #074F37 background.