COLOR #073242

HEX: #073242
RGB: (7,50,66)

Color info

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

RGB color model

#073242 color RGB value is (7,50,66).

  • red value is 7;
  • green value is 50;
  • blue value is 66.
RGB:
(7,50,66)
(3%,20%,26%)

RGB channels and saturation

R 7 of 255 = 3%
G 50 of 255 = 20%
B 66 of 255 = 26%

7
50
66

R + G + B ~ 16%. #073242 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 50 + 66 = 123 (100%)
R 7 of 123 ~ 5.69%
G 50 of 123 ~ 40.65%
B 66 of 123 ~ 53.66%

%40.65
%53.66

CMYK color model

#073242 color CMYK value is (89,24,0,74).

  • cyan value is 89.39%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(89,24,0,74)
C89M24Y0K74 
(89%,24%,0%,74%)
(0.89/0.24/0.00/0.74)	

CMYK percentages

%89.39
%24.24
%0
%74.12

Codes

Color #073242 in popluar color models

073242
RGB75066
HSL196°80.82%14.31%
HSB/HSV196°89.39%25.88%
CMYK89.39%24.24%0.00%
74.12%

Color #073242 in popluar number systems.

HEX073242
Decimal75066
Binary1111100101000010
Octal762102

Shades and tints

Shades of #073242

#073242
(7,50,66)
#072E3C
(7,46,60)
#072A36
(7,42,54)
#072630
(7,38,48)
#07222A
(7,34,42)
#071E24
(7,30,36)
#071A1E
(7,26,30)
#071618
(7,22,24)
#071212
(7,18,18)
#070E0C
(7,14,12)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #073242

#073242
(7,50,66)
#1D4453
(29,68,83)
#335664
(51,86,100)
#496875
(73,104,117)
#5F7A86
(95,122,134)
#758C97
(117,140,151)
#8B9EA8
(139,158,168)
#A1B0B9
(161,176,185)
#B7C2CA
(183,194,202)
#CDD4DB
(205,212,219)
#E3E6EC
(227,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073242; }

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

This text font color is #073242.


Background Color

.myBgColor { background-color: #073242; }

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

This div background color is #073242.


Border color

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

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

This div border color is #073242.


Opacity

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

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

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

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

This text has shadow with #073242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073242 on black background.


Color preview on white background

This text has color #073242 on white background.



Black color preview on #073242 background

This text has black color on #073242 background.


White color preview on #073242 background

This text has white color on #073242 background.