COLOR #072642

HEX: #072642
RGB: (7,38,66)

Color info

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

RGB color model

#072642 color RGB value is (7,38,66).

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

RGB channels and saturation

R 7 of 255 = 3%
G 38 of 255 = 15%
B 66 of 255 = 26%

7
38
66

R + G + B ~ 15%. #072642 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 38 + 66 = 111 (100%)
R 7 of 111 ~ 6.31%
G 38 of 111 ~ 34.23%
B 66 of 111 ~ 59.46%

%34.23
%59.46

CMYK color model

#072642 color CMYK value is (89,42,0,74).

  • cyan value is 89.39%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(89,42,0,74)
C89M42Y0K74 
(89%,42%,0%,74%)
(0.89/0.42/0.00/0.74)	

CMYK percentages

%89.39
%42.42
%0
%74.12

Codes

Color #072642 in popluar color models

072642
RGB73866
HSL208°80.82%14.31%
HSB/HSV208°89.39%25.88%
CMYK89.39%42.42%0.00%
74.12%

Color #072642 in popluar number systems.

HEX072642
Decimal73866
Binary1111001101000010
Octal746102

Shades and tints

Shades of #072642

#072642
(7,38,66)
#07233C
(7,35,60)
#072036
(7,32,54)
#071D30
(7,29,48)
#071A2A
(7,26,42)
#071724
(7,23,36)
#07141E
(7,20,30)
#071118
(7,17,24)
#070E12
(7,14,18)
#070B0C
(7,11,12)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #072642

#072642
(7,38,66)
#1D3953
(29,57,83)
#334C64
(51,76,100)
#495F75
(73,95,117)
#5F7286
(95,114,134)
#758597
(117,133,151)
#8B98A8
(139,152,168)
#A1ABB9
(161,171,185)
#B7BECA
(183,190,202)
#CDD1DB
(205,209,219)
#E3E4EC
(227,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072642; }

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

This text font color is #072642.


Background Color

.myBgColor { background-color: #072642; }

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

This div background color is #072642.


Border color

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

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

This div border color is #072642.


Opacity

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

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

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

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

This text has shadow with #072642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072642 on black background.


Color preview on white background

This text has color #072642 on white background.



Black color preview on #072642 background

This text has black color on #072642 background.


White color preview on #072642 background

This text has white color on #072642 background.