COLOR #074749

HEX: #074749
RGB: (7,71,73)

Color info

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

RGB color model

#074749 color RGB value is (7,71,73).

  • red value is 7;
  • green value is 71;
  • blue value is 73.
RGB:
(7,71,73)
(3%,28%,29%)

RGB channels and saturation

R 7 of 255 = 3%
G 71 of 255 = 28%
B 73 of 255 = 29%

7
71
73

R + G + B ~ 20%. #074749 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 71 + 73 = 151 (100%)
R 7 of 151 ~ 4.64%
G 71 of 151 ~ 47.02%
B 73 of 151 ~ 48.34%

%47.02
%48.34

CMYK color model

#074749 color CMYK value is (90,3,0,71).

  • cyan value is 90.41%
  • magenta value is 2.74%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(90,3,0,71)
C90M3Y0K71 
(90%,3%,0%,71%)
(0.90/0.03/0.00/0.71)	

CMYK percentages

%90.41
%2.74
%0
%71.37

Codes

Color #074749 in popluar color models

074749
RGB77173
HSL182°82.50%15.69%
HSB/HSV182°90.41%28.63%
CMYK90.41%2.74%0.00%
71.37%

Color #074749 in popluar number systems.

HEX074749
Decimal77173
Binary11110001111001001
Octal7107111

Shades and tints

Shades of #074749

#074749
(7,71,73)
#074143
(7,65,67)
#073B3D
(7,59,61)
#073537
(7,53,55)
#072F31
(7,47,49)
#07292B
(7,41,43)
#072325
(7,35,37)
#071D1F
(7,29,31)
#071719
(7,23,25)
#071113
(7,17,19)
#070B0D
(7,11,13)
#000000
(0,0,0)

Tints of #074749

#074749
(7,71,73)
#1D5759
(29,87,89)
#336769
(51,103,105)
#497779
(73,119,121)
#5F8789
(95,135,137)
#759799
(117,151,153)
#8BA7A9
(139,167,169)
#A1B7B9
(161,183,185)
#B7C7C9
(183,199,201)
#CDD7D9
(205,215,217)
#E3E7E9
(227,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074749 color. Also use rgb(7,71,73) instead hex code.

Text Font Color

.myTextColor { color: #074749; }

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

This text font color is #074749.


Background Color

.myBgColor { background-color: #074749; }

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

This div background color is #074749.


Border color

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

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

This div border color is #074749.


Opacity

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

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

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

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

This text has shadow with #074749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074749 on black background.


Color preview on white background

This text has color #074749 on white background.



Black color preview on #074749 background

This text has black color on #074749 background.


White color preview on #074749 background

This text has white color on #074749 background.