COLOR #074847

HEX: #074847
RGB: (7,72,71)

Color info

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

RGB color model

#074847 color RGB value is (7,72,71).

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

RGB channels and saturation

R 7 of 255 = 3%
G 72 of 255 = 28%
B 71 of 255 = 28%

7
72
71

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

Portions of RGB colors in percentages

R + G + B =
7 + 72 + 71 = 150 (100%)
R 7 of 150 ~ 4.67%
G 72 of 150 ~ 48%
B 71 of 150 ~ 47.33%

%48
%47.33

CMYK color model

#074847 color CMYK value is (90,0,1,72).

  • cyan value is 90.28%
  • magenta value is 0.00%
  • yellow value is 1.39%
  • key color value is 71.76%
CMYK:
(90,0,1,72)
C90M0Y1K72 
(90%,0%,1%,72%)
(0.90/0.00/0.01/0.72)	

CMYK percentages

%90.28
%0
%1.39
%71.76

Codes

Color #074847 in popluar color models

074847
RGB77271
HSL179°82.28%15.49%
HSB/HSV179°90.28%28.24%
CMYK90.28%0.00%1.39%
71.76%

Color #074847 in popluar number systems.

HEX074847
Decimal77271
Binary11110010001000111
Octal7110107

Shades and tints

Shades of #074847

#074847
(7,72,71)
#074241
(7,66,65)
#073C3B
(7,60,59)
#073635
(7,54,53)
#07302F
(7,48,47)
#072A29
(7,42,41)
#072423
(7,36,35)
#071E1D
(7,30,29)
#071817
(7,24,23)
#071211
(7,18,17)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #074847

#074847
(7,72,71)
#1D5857
(29,88,87)
#336867
(51,104,103)
#497877
(73,120,119)
#5F8887
(95,136,135)
#759897
(117,152,151)
#8BA8A7
(139,168,167)
#A1B8B7
(161,184,183)
#B7C8C7
(183,200,199)
#CDD8D7
(205,216,215)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074847; }

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

This text font color is #074847.


Background Color

.myBgColor { background-color: #074847; }

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

This div background color is #074847.


Border color

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

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

This div border color is #074847.


Opacity

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

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

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

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

This text has shadow with #074847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074847 on black background.


Color preview on white background

This text has color #074847 on white background.



Black color preview on #074847 background

This text has black color on #074847 background.


White color preview on #074847 background

This text has white color on #074847 background.