COLOR #074446

HEX: #074446
RGB: (7,68,70)

Color info

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

RGB color model

#074446 color RGB value is (7,68,70).

  • red value is 7;
  • green value is 68;
  • blue value is 70.
RGB:
(7,68,70)
(3%,27%,27%)

RGB channels and saturation

R 7 of 255 = 3%
G 68 of 255 = 27%
B 70 of 255 = 27%

7
68
70

R + G + B ~ 19%. #074446 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 68 + 70 = 145 (100%)
R 7 of 145 ~ 4.83%
G 68 of 145 ~ 46.9%
B 70 of 145 ~ 48.28%

%46.9
%48.28

CMYK color model

#074446 color CMYK value is (90,3,0,73).

  • cyan value is 90.00%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(90,3,0,73)
C90M3Y0K73 
(90%,3%,0%,73%)
(0.90/0.03/0.00/0.73)	

CMYK percentages

%90
%2.86
%0
%72.55

Codes

Color #074446 in popluar color models

074446
RGB76870
HSL182°81.82%15.10%
HSB/HSV182°90.00%27.45%
CMYK90.00%2.86%0.00%
72.55%

Color #074446 in popluar number systems.

HEX074446
Decimal76870
Binary11110001001000110
Octal7104106

Shades and tints

Shades of #074446

#074446
(7,68,70)
#073E40
(7,62,64)
#07383A
(7,56,58)
#073234
(7,50,52)
#072C2E
(7,44,46)
#072628
(7,38,40)
#072022
(7,32,34)
#071A1C
(7,26,28)
#071416
(7,20,22)
#070E10
(7,14,16)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #074446

#074446
(7,68,70)
#1D5556
(29,85,86)
#336666
(51,102,102)
#497776
(73,119,118)
#5F8886
(95,136,134)
#759996
(117,153,150)
#8BAAA6
(139,170,166)
#A1BBB6
(161,187,182)
#B7CCC6
(183,204,198)
#CDDDD6
(205,221,214)
#E3EEE6
(227,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074446 color. Also use rgb(7,68,70) instead hex code.

Text Font Color

.myTextColor { color: #074446; }

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

This text font color is #074446.


Background Color

.myBgColor { background-color: #074446; }

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

This div background color is #074446.


Border color

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

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

This div border color is #074446.


Opacity

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

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

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

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

This text has shadow with #074446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074446 on black background.


Color preview on white background

This text has color #074446 on white background.



Black color preview on #074446 background

This text has black color on #074446 background.


White color preview on #074446 background

This text has white color on #074446 background.