COLOR #074048

HEX: #074048
RGB: (7,64,72)

Color info

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

RGB color model

#074048 color RGB value is (7,64,72).

  • red value is 7;
  • green value is 64;
  • blue value is 72.
RGB:
(7,64,72)
(3%,25%,28%)

RGB channels and saturation

R 7 of 255 = 3%
G 64 of 255 = 25%
B 72 of 255 = 28%

7
64
72

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

Portions of RGB colors in percentages

R + G + B =
7 + 64 + 72 = 143 (100%)
R 7 of 143 ~ 4.9%
G 64 of 143 ~ 44.76%
B 72 of 143 ~ 50.35%

%44.76
%50.35

CMYK color model

#074048 color CMYK value is (90,11,0,72).

  • cyan value is 90.28%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(90,11,0,72)
C90M11Y0K72 
(90%,11%,0%,72%)
(0.90/0.11/0.00/0.72)	

CMYK percentages

%90.28
%11.11
%0
%71.76

Codes

Color #074048 in popluar color models

074048
RGB76472
HSL187°82.28%15.49%
HSB/HSV187°90.28%28.24%
CMYK90.28%11.11%0.00%
71.76%

Color #074048 in popluar number systems.

HEX074048
Decimal76472
Binary11110000001001000
Octal7100110

Shades and tints

Shades of #074048

#074048
(7,64,72)
#073B42
(7,59,66)
#07363C
(7,54,60)
#073136
(7,49,54)
#072C30
(7,44,48)
#07272A
(7,39,42)
#072224
(7,34,36)
#071D1E
(7,29,30)
#071818
(7,24,24)
#071312
(7,19,18)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #074048

#074048
(7,64,72)
#1D5158
(29,81,88)
#336268
(51,98,104)
#497378
(73,115,120)
#5F8488
(95,132,136)
#759598
(117,149,152)
#8BA6A8
(139,166,168)
#A1B7B8
(161,183,184)
#B7C8C8
(183,200,200)
#CDD9D8
(205,217,216)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074048 color. Also use rgb(7,64,72) instead hex code.

Text Font Color

.myTextColor { color: #074048; }

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

This text font color is #074048.


Background Color

.myBgColor { background-color: #074048; }

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

This div background color is #074048.


Border color

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

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

This div border color is #074048.


Opacity

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

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

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

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

This text has shadow with #074048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074048 on black background.


Color preview on white background

This text has color #074048 on white background.



Black color preview on #074048 background

This text has black color on #074048 background.


White color preview on #074048 background

This text has white color on #074048 background.