COLOR #073E46

HEX: #073E46 RGB: (7,62,70)

Color info

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

RGB color model

#073E46 color RGB value is (7,62,70).

RGB: (7,62,70) (3%, 24%, 27%)

RGB channels and saturation

R 7 of 255 = 3%
G 62 of 255 = 24%
B 70 of 255 = 27%

7
62
70

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

Portions of RGB colors in percentages

R + G + B = 7 + 62 + 70 = 139 (100%)
R 7 of 139 ~ 5.04%
G 62 of 139 ~ 44.6%
B 70 of 139 ~ 50.36'%

%44.6
%50.36

CMYK color model

#073E46 color CMYK value is (90,11,0,73).

  • cyan value is 90.00%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 72.55%

CMYK: (90,11,0,73)
C90M11Y0K73 (90%, 11%, 0%, 73%)
(0.90 / 0.11 / 0.00 / 0.73)

CMYK percentages

%90
%11.43
%0
%72.55

Codes

Color #073E46 in popluar color models

07 3E 46
RGB 7 62 70
HSL 188° 81.82% 15.10%
HSB/HSV 188° 90.00% 27.45%
CMYK 90.00% 11.43% 0.00%
72.55%

Color #073E46 in popluar number systems.

HEX 07 3E 46
Decimal 7 62 70
Binary 111 111110 1000110
Octal 7 76 106

Shades and tints

Shades of #073E46

#073E46
(7,62,70)
#073940
(7,57,64)
#07343A
(7,52,58)
#072F34
(7,47,52)
#072A2E
(7,42,46)
#072528
(7,37,40)
#072022
(7,32,34)
#071B1C
(7,27,28)
#071616
(7,22,22)
#071110
(7,17,16)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #073E46

#073E46
(7,62,70)
#1D4F56
(29,79,86)
#336066
(51,96,102)
#497176
(73,113,118)
#5F8286
(95,130,134)
#759396
(117,147,150)
#8BA4A6
(139,164,166)
#A1B5B6
(161,181,182)
#B7C6C6
(183,198,198)
#CDD7D6
(205,215,214)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073E46; }

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

This text font color is #073E46.

Background Color

.myBgColor { background-color: #073E46; }

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

This div background color is #073E46.

Border color

.myBorderColor { border: 1px solid #073E46; }

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

This div border color is #073E46.

Opacity

.myOpacity80 { color: #073E46; opacity: 0.8; }

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

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

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

This text has shadow with #073E46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073E46.

Preview

Color preview on black background

This text has color #073E46 on black background.


Color preview on white background

This text has color #073E46 on white background.


Black color preview on #073E46 background

This text has black color on #073E46 background.


White color preview on #073E46 background

This text has white color on #073E46 background.


Related colors

Complementary color

Complementary color for #hex is #F8C1B9.


I love getcolorcode.com

Triadic colors

1 #46073E and #3E4607 with #073E46 are triadic colors.

2 #463E07 and #3E0746 with #073E46 are triadic colors.