COLOR #074937

HEX: #074937
RGB: (7,73,55)

Color info

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

RGB color model

#074937 color RGB value is (7,73,55).

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

RGB channels and saturation

R 7 of 255 = 3%
G 73 of 255 = 29%
B 55 of 255 = 22%

7
73
55

R + G + B ~ 18%. #074937 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 73 + 55 = 135 (100%)
R 7 of 135 ~ 5.19%
G 73 of 135 ~ 54.07%
B 55 of 135 ~ 40.74%

%54.07
%40.74

CMYK color model

#074937 color CMYK value is (90,0,25,71).

  • cyan value is 90.41%
  • magenta value is 0.00%
  • yellow value is 24.66%
  • key color value is 71.37%
CMYK:
(90,0,25,71)
C90M0Y25K71 
(90%,0%,25%,71%)
(0.90/0.00/0.25/0.71)	

CMYK percentages

%90.41
%0
%24.66
%71.37

Codes

Color #074937 in popluar color models

074937
RGB77355
HSL164°82.50%15.69%
HSB/HSV164°90.41%28.63%
CMYK90.41%0.00%24.66%
71.37%

Color #074937 in popluar number systems.

HEX074937
Decimal77355
Binary1111001001110111
Octal711167

Shades and tints

Shades of #074937

#074937
(7,73,55)
#074332
(7,67,50)
#073D2D
(7,61,45)
#073728
(7,55,40)
#073123
(7,49,35)
#072B1E
(7,43,30)
#072519
(7,37,25)
#071F14
(7,31,20)
#07190F
(7,25,15)
#07130A
(7,19,10)
#070D05
(7,13,5)
#000000
(0,0,0)

Tints of #074937

#074937
(7,73,55)
#1D5949
(29,89,73)
#33695B
(51,105,91)
#49796D
(73,121,109)
#5F897F
(95,137,127)
#759991
(117,153,145)
#8BA9A3
(139,169,163)
#A1B9B5
(161,185,181)
#B7C9C7
(183,201,199)
#CDD9D9
(205,217,217)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074937; }

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

This text font color is #074937.


Background Color

.myBgColor { background-color: #074937; }

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

This div background color is #074937.


Border color

.myBorderColor { border: 1px solid #074937; }

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

This div border color is #074937.


Opacity

.myOpacity80 { color: #074937; opacity: 0.8; }

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

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

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

This text has shadow with #074937 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074937 on black background.


Color preview on white background

This text has color #074937 on white background.



Black color preview on #074937 background

This text has black color on #074937 background.


White color preview on #074937 background

This text has white color on #074937 background.