COLOR #074D30

HEX: #074D30
RGB: (7,77,48)

Color info

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

RGB color model

#074D30 color RGB value is (7,77,48).

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

RGB channels and saturation

R 7 of 255 = 3%
G 77 of 255 = 30%
B 48 of 255 = 19%

7
77
48

R + G + B ~ 17%. #074D30 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 77 + 48 = 132 (100%)
R 7 of 132 ~ 5.3%
G 77 of 132 ~ 58.33%
B 48 of 132 ~ 36.36%

%58.33
%36.36

CMYK color model

#074D30 color CMYK value is (91,0,38,70).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 37.66%
  • key color value is 69.80%
CMYK:
(91,0,38,70)
C91M0Y38K70 
(91%,0%,38%,70%)
(0.91/0.00/0.38/0.70)	

CMYK percentages

%90.91
%0
%37.66
%69.8

Codes

Color #074D30 in popluar color models

074D30
RGB77748
HSL155°83.33%16.47%
HSB/HSV155°90.91%30.20%
CMYK90.91%0.00%37.66%
69.80%

Color #074D30 in popluar number systems.

HEX074D30
Decimal77748
Binary1111001101110000
Octal711560

Shades and tints

Shades of #074D30

#074D30
(7,77,48)
#07462C
(7,70,44)
#073F28
(7,63,40)
#073824
(7,56,36)
#073120
(7,49,32)
#072A1C
(7,42,28)
#072318
(7,35,24)
#071C14
(7,28,20)
#071510
(7,21,16)
#070E0C
(7,14,12)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #074D30

#074D30
(7,77,48)
#1D5D42
(29,93,66)
#336D54
(51,109,84)
#497D66
(73,125,102)
#5F8D78
(95,141,120)
#759D8A
(117,157,138)
#8BAD9C
(139,173,156)
#A1BDAE
(161,189,174)
#B7CDC0
(183,205,192)
#CDDDD2
(205,221,210)
#E3EDE4
(227,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074D30; }

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

This text font color is #074D30.


Background Color

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

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

This div background color is #074D30.


Border color

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

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

This div border color is #074D30.


Opacity

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

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

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

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

This text has shadow with #074D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074D30 on black background.


Color preview on white background

This text has color #074D30 on white background.



Black color preview on #074D30 background

This text has black color on #074D30 background.


White color preview on #074D30 background

This text has white color on #074D30 background.