COLOR #074A3C

HEX: #074A3C
RGB: (7,74,60)

Color info

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

RGB color model

#074A3C color RGB value is (7,74,60).

  • red value is 7;
  • green value is 74;
  • blue value is 60.
RGB:
(7,74,60)
(3%,29%,24%)

RGB channels and saturation

R 7 of 255 = 3%
G 74 of 255 = 29%
B 60 of 255 = 24%

7
74
60

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

Portions of RGB colors in percentages

R + G + B =
7 + 74 + 60 = 141 (100%)
R 7 of 141 ~ 4.96%
G 74 of 141 ~ 52.48%
B 60 of 141 ~ 42.55%

%52.48
%42.55

CMYK color model

#074A3C color CMYK value is (91,0,19,71).

  • cyan value is 90.54%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 70.98%
CMYK:
(91,0,19,71)
C91M0Y19K71 
(91%,0%,19%,71%)
(0.91/0.00/0.19/0.71)	

CMYK percentages

%90.54
%0
%18.92
%70.98

Codes

Color #074A3C in popluar color models

074A3C
RGB77460
HSL167°82.72%15.88%
HSB/HSV167°90.54%29.02%
CMYK90.54%0.00%18.92%
70.98%

Color #074A3C in popluar number systems.

HEX074A3C
Decimal77460
Binary1111001010111100
Octal711274

Shades and tints

Shades of #074A3C

#074A3C
(7,74,60)
#074437
(7,68,55)
#073E32
(7,62,50)
#07382D
(7,56,45)
#073228
(7,50,40)
#072C23
(7,44,35)
#07261E
(7,38,30)
#072019
(7,32,25)
#071A14
(7,26,20)
#07140F
(7,20,15)
#070E0A
(7,14,10)
#000000
(0,0,0)

Tints of #074A3C

#074A3C
(7,74,60)
#1D5A4D
(29,90,77)
#336A5E
(51,106,94)
#497A6F
(73,122,111)
#5F8A80
(95,138,128)
#759A91
(117,154,145)
#8BAAA2
(139,170,162)
#A1BAB3
(161,186,179)
#B7CAC4
(183,202,196)
#CDDAD5
(205,218,213)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #074A3C color. Also use rgb(7,74,60) instead hex code.

Text Font Color

.myTextColor { color: #074A3C; }

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

This text font color is #074A3C.


Background Color

.myBgColor { background-color: #074A3C; }

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

This div background color is #074A3C.


Border color

.myBorderColor { border: 1px solid #074A3C; }

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

This div border color is #074A3C.


Opacity

.myOpacity80 { color: #074A3C; opacity: 0.8; }

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

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

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

This text has shadow with #074A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074A3C on black background.


Color preview on white background

This text has color #074A3C on white background.



Black color preview on #074A3C background

This text has black color on #074A3C background.


White color preview on #074A3C background

This text has white color on #074A3C background.