COLOR #074640

HEX: #074640
RGB: (7,70,64)

Color info

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

RGB color model

#074640 color RGB value is (7,70,64).

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

RGB channels and saturation

R 7 of 255 = 3%
G 70 of 255 = 27%
B 64 of 255 = 25%

7
70
64

R + G + B ~ 18%. #074640 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 70 + 64 = 141 (100%)
R 7 of 141 ~ 4.96%
G 70 of 141 ~ 49.65%
B 64 of 141 ~ 45.39%

%49.65
%45.39

CMYK color model

#074640 color CMYK value is (90,0,9,73).

  • cyan value is 90.00%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 72.55%
CMYK:
(90,0,9,73)
C90M0Y9K73 
(90%,0%,9%,73%)
(0.90/0.00/0.09/0.73)	

CMYK percentages

%90
%0
%8.57
%72.55

Codes

Color #074640 in popluar color models

074640
RGB77064
HSL174°81.82%15.10%
HSB/HSV174°90.00%27.45%
CMYK90.00%0.00%8.57%
72.55%

Color #074640 in popluar number systems.

HEX074640
Decimal77064
Binary11110001101000000
Octal7106100

Shades and tints

Shades of #074640

#074640
(7,70,64)
#07403B
(7,64,59)
#073A36
(7,58,54)
#073431
(7,52,49)
#072E2C
(7,46,44)
#072827
(7,40,39)
#072222
(7,34,34)
#071C1D
(7,28,29)
#071618
(7,22,24)
#071013
(7,16,19)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #074640

#074640
(7,70,64)
#1D5651
(29,86,81)
#336662
(51,102,98)
#497673
(73,118,115)
#5F8684
(95,134,132)
#759695
(117,150,149)
#8BA6A6
(139,166,166)
#A1B6B7
(161,182,183)
#B7C6C8
(183,198,200)
#CDD6D9
(205,214,217)
#E3E6EA
(227,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074640; }

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

This text font color is #074640.


Background Color

.myBgColor { background-color: #074640; }

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

This div background color is #074640.


Border color

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

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

This div border color is #074640.


Opacity

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

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

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

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

This text has shadow with #074640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #074640 on black background.


Color preview on white background

This text has color #074640 on white background.



Black color preview on #074640 background

This text has black color on #074640 background.


White color preview on #074640 background

This text has white color on #074640 background.