COLOR #074A4D

HEX: #074A4D
RGB: (7,74,77)

Color info

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

RGB color model

#074A4D color RGB value is (7,74,77).

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

RGB channels and saturation

R 7 of 255 = 3%
G 74 of 255 = 29%
B 77 of 255 = 30%

7
74
77

R + G + B ~ 21%. #074A4D is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 74 + 77 = 158 (100%)
R 7 of 158 ~ 4.43%
G 74 of 158 ~ 46.84%
B 77 of 158 ~ 48.73%

%46.84
%48.73

CMYK color model

#074A4D color CMYK value is (91,4,0,70).

  • cyan value is 90.91%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(91,4,0,70)
C91M4Y0K70 
(91%,4%,0%,70%)
(0.91/0.04/0.00/0.70)	

CMYK percentages

%90.91
%3.9
%0
%69.8

Codes

Color #074A4D in popluar color models

074A4D
RGB77477
HSL183°83.33%16.47%
HSB/HSV183°90.91%30.20%
CMYK90.91%3.90%0.00%
69.80%

Color #074A4D in popluar number systems.

HEX074A4D
Decimal77477
Binary11110010101001101
Octal7112115

Shades and tints

Shades of #074A4D

#074A4D
(7,74,77)
#074446
(7,68,70)
#073E3F
(7,62,63)
#073838
(7,56,56)
#073231
(7,50,49)
#072C2A
(7,44,42)
#072623
(7,38,35)
#07201C
(7,32,28)
#071A15
(7,26,21)
#07140E
(7,20,14)
#070E07
(7,14,7)
#000000
(0,0,0)

Tints of #074A4D

#074A4D
(7,74,77)
#1D5A5D
(29,90,93)
#336A6D
(51,106,109)
#497A7D
(73,122,125)
#5F8A8D
(95,138,141)
#759A9D
(117,154,157)
#8BAAAD
(139,170,173)
#A1BABD
(161,186,189)
#B7CACD
(183,202,205)
#CDDADD
(205,218,221)
#E3EAED
(227,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074A4D; }

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

This text font color is #074A4D.


Background Color

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

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

This div background color is #074A4D.


Border color

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

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

This div border color is #074A4D.


Opacity

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

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

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

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

This text has shadow with #074A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074A4D on black background.


Color preview on white background

This text has color #074A4D on white background.



Black color preview on #074A4D background

This text has black color on #074A4D background.


White color preview on #074A4D background

This text has white color on #074A4D background.