COLOR #074040

HEX: #074040 RGB: (7,64,64)

Color info

#074040 contains red, green and blue colors in about the same proportion. Web safe color of #074040 is #003333 (or #033).

RGB color model

#074040 color RGB value is (7,64,64).

RGB: (7,64,64) (3%, 25%, 25%)

RGB channels and saturation

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

7
64
64

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

Portions of RGB colors in percentages

R + G + B = 7 + 64 + 64 = 135 (100%)
R 7 of 135 ~ 5.19%
G 64 of 135 ~ 47.41%
B 64 of 135 ~ 47.41'%

%47.41
%47.41

CMYK color model

#074040 color CMYK value is (89,0,0,75).

  • cyan value is 89.06%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK: (89,0,0,75) C89M0Y0K75 (89%,0%,0%,75%) (0.89/0.00/0.00/0.75) 

CMYK percentages

%89.06
%0
%0
%74.9

Codes

Color #074040 in popluar color models

07 40 40
RGB 7 64 64
HSL 180° 80.28% 13.92%
HSB/HSV 180° 89.06% 25.10%
CMYK 89.06% 0.00% 0.00%
74.90%

Color #074040 in popluar number systems.

HEX 07 40 40
Decimal 7 64 64
Binary 111 1000000 1000000
Octal 7 100 100

Shades and tints

Shades of #074040

#074040
(7,64,64)
#073B3B
(7,59,59)
#073636
(7,54,54)
#073131
(7,49,49)
#072C2C
(7,44,44)
#072727
(7,39,39)
#072222
(7,34,34)
#071D1D
(7,29,29)
#071818
(7,24,24)
#071313
(7,19,19)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #074040

#074040
(7,64,64)
#1D5151
(29,81,81)
#336262
(51,98,98)
#497373
(73,115,115)
#5F8484
(95,132,132)
#759595
(117,149,149)
#8BA6A6
(139,166,166)
#A1B7B7
(161,183,183)
#B7C8C8
(183,200,200)
#CDD9D9
(205,217,217)
#E3EAEA
(227,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #074040; }

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

This text font color is #074040.

Background Color

.myBgColor { background-color: #074040; }

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

This div background color is #074040.

Border color

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

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

This div border color is #074040.

Opacity

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

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

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

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

This text has shadow with #074040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #074040.

Preview

Color preview on black background

This text has color #074040 on black background.


Color preview on white background

This text has color #074040 on white background.


Black color preview on #074040 background

This text has black color on #074040 background.


White color preview on #074040 background

This text has white color on #074040 background.


Related colors

Complementary color

Complementary color for #hex is #F8BFBF.


I love getcolorcode.com