COLOR #074948

HEX: #074948
RGB: (7,73,72)

Color info

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

RGB color model

#074948 color RGB value is (7,73,72).

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

RGB channels and saturation

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

7
73
72

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

Portions of RGB colors in percentages

R + G + B =
7 + 73 + 72 = 152 (100%)
R 7 of 152 ~ 4.61%
G 73 of 152 ~ 48.03%
B 72 of 152 ~ 47.37%

%48.03
%47.37

CMYK color model

#074948 color CMYK value is (90,0,1,71).

  • cyan value is 90.41%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 71.37%
CMYK:
(90,0,1,71)
C90M0Y1K71 
(90%,0%,1%,71%)
(0.90/0.00/0.01/0.71)	

CMYK percentages

%90.41
%0
%1.37
%71.37

Codes

Color #074948 in popluar color models

074948
RGB77372
HSL179°82.50%15.69%
HSB/HSV179°90.41%28.63%
CMYK90.41%0.00%1.37%
71.37%

Color #074948 in popluar number systems.

HEX074948
Decimal77372
Binary11110010011001000
Octal7111110

Shades and tints

Shades of #074948

#074948
(7,73,72)
#074342
(7,67,66)
#073D3C
(7,61,60)
#073736
(7,55,54)
#073130
(7,49,48)
#072B2A
(7,43,42)
#072524
(7,37,36)
#071F1E
(7,31,30)
#071918
(7,25,24)
#071312
(7,19,18)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #074948

#074948
(7,73,72)
#1D5958
(29,89,88)
#336968
(51,105,104)
#497978
(73,121,120)
#5F8988
(95,137,136)
#759998
(117,153,152)
#8BA9A8
(139,169,168)
#A1B9B8
(161,185,184)
#B7C9C8
(183,201,200)
#CDD9D8
(205,217,216)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074948; }

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

This text font color is #074948.


Background Color

.myBgColor { background-color: #074948; }

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

This div background color is #074948.


Border color

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

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

This div border color is #074948.


Opacity

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

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

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

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

This text has shadow with #074948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074948 on black background.


Color preview on white background

This text has color #074948 on white background.



Black color preview on #074948 background

This text has black color on #074948 background.


White color preview on #074948 background

This text has white color on #074948 background.