COLOR #074D51

HEX: #074D51
RGB: (7,77,81)

Color info

#074D51 contains mainly green and blue colors. Web safe color of #074D51 is #003366 (or #036).

RGB color model

#074D51 color RGB value is (7,77,81).

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

RGB channels and saturation

R 7 of 255 = 3%
G 77 of 255 = 30%
B 81 of 255 = 32%

7
77
81

R + G + B ~ 22%. #074D51 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 77 + 81 = 165 (100%)
R 7 of 165 ~ 4.24%
G 77 of 165 ~ 46.67%
B 81 of 165 ~ 49.09%

%46.67
%49.09

CMYK color model

#074D51 color CMYK value is (91,5,0,68).

  • cyan value is 91.36%
  • magenta value is 4.94%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(91,5,0,68)
C91M5Y0K68 
(91%,5%,0%,68%)
(0.91/0.05/0.00/0.68)	

CMYK percentages

%91.36
%4.94
%0
%68.24

Codes

Color #074D51 in popluar color models

074D51
RGB77781
HSL183°84.09%17.25%
HSB/HSV183°91.36%31.76%
CMYK91.36%4.94%0.00%
68.24%

Color #074D51 in popluar number systems.

HEX074D51
Decimal77781
Binary11110011011010001
Octal7115121

Shades and tints

Shades of #074D51

#074D51
(7,77,81)
#07464A
(7,70,74)
#073F43
(7,63,67)
#07383C
(7,56,60)
#073135
(7,49,53)
#072A2E
(7,42,46)
#072327
(7,35,39)
#071C20
(7,28,32)
#071519
(7,21,25)
#070E12
(7,14,18)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #074D51

#074D51
(7,77,81)
#1D5D60
(29,93,96)
#336D6F
(51,109,111)
#497D7E
(73,125,126)
#5F8D8D
(95,141,141)
#759D9C
(117,157,156)
#8BADAB
(139,173,171)
#A1BDBA
(161,189,186)
#B7CDC9
(183,205,201)
#CDDDD8
(205,221,216)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074D51; }

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

This text font color is #074D51.


Background Color

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

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

This div background color is #074D51.


Border color

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

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

This div border color is #074D51.


Opacity

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

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

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

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

This text has shadow with #074D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074D51 on black background.


Color preview on white background

This text has color #074D51 on white background.



Black color preview on #074D51 background

This text has black color on #074D51 background.


White color preview on #074D51 background

This text has white color on #074D51 background.