COLOR #074D34

HEX: #074D34
RGB: (7,77,52)

Color info

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

RGB color model

#074D34 color RGB value is (7,77,52).

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

RGB channels and saturation

R 7 of 255 = 3%
G 77 of 255 = 30%
B 52 of 255 = 20%

7
77
52

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

Portions of RGB colors in percentages

R + G + B =
7 + 77 + 52 = 136 (100%)
R 7 of 136 ~ 5.15%
G 77 of 136 ~ 56.62%
B 52 of 136 ~ 38.24%

%56.62
%38.24

CMYK color model

#074D34 color CMYK value is (91,0,32,70).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 32.47%
  • key color value is 69.80%
CMYK:
(91,0,32,70)
C91M0Y32K70 
(91%,0%,32%,70%)
(0.91/0.00/0.32/0.70)	

CMYK percentages

%90.91
%0
%32.47
%69.8

Codes

Color #074D34 in popluar color models

074D34
RGB77752
HSL159°83.33%16.47%
HSB/HSV159°90.91%30.20%
CMYK90.91%0.00%32.47%
69.80%

Color #074D34 in popluar number systems.

HEX074D34
Decimal77752
Binary1111001101110100
Octal711564

Shades and tints

Shades of #074D34

#074D34
(7,77,52)
#074630
(7,70,48)
#073F2C
(7,63,44)
#073828
(7,56,40)
#073124
(7,49,36)
#072A20
(7,42,32)
#07231C
(7,35,28)
#071C18
(7,28,24)
#071514
(7,21,20)
#070E10
(7,14,16)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #074D34

#074D34
(7,77,52)
#1D5D46
(29,93,70)
#336D58
(51,109,88)
#497D6A
(73,125,106)
#5F8D7C
(95,141,124)
#759D8E
(117,157,142)
#8BADA0
(139,173,160)
#A1BDB2
(161,189,178)
#B7CDC4
(183,205,196)
#CDDDD6
(205,221,214)
#E3EDE8
(227,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074D34; }

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

This text font color is #074D34.


Background Color

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

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

This div background color is #074D34.


Border color

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

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

This div border color is #074D34.


Opacity

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

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

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

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

This text has shadow with #074D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074D34 on black background.


Color preview on white background

This text has color #074D34 on white background.



Black color preview on #074D34 background

This text has black color on #074D34 background.


White color preview on #074D34 background

This text has white color on #074D34 background.