COLOR #072676

HEX: #072676
RGB: (7,38,118)

Color info

#072676 contains mainly blue color. Web safe color of #072676 is #003366 (or #036).

RGB color model

#072676 color RGB value is (7,38,118).

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

RGB channels and saturation

R 7 of 255 = 3%
G 38 of 255 = 15%
B 118 of 255 = 46%

7
38
118

R + G + B ~ 21%. #072676 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 38 + 118 = 163 (100%)
R 7 of 163 ~ 4.29%
G 38 of 163 ~ 23.31%
B 118 of 163 ~ 72.39%

%23.31
%72.39

CMYK color model

#072676 color CMYK value is (94,68,0,54).

  • cyan value is 94.07%
  • magenta value is 67.80%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(94,68,0,54)
C94M68Y0K54 
(94%,68%,0%,54%)
(0.94/0.68/0.00/0.54)	

CMYK percentages

%94.07
%67.8
%0
%53.73

Codes

Color #072676 in popluar color models

072676
RGB738118
HSL223°88.80%24.51%
HSB/HSV223°94.07%46.27%
CMYK94.07%67.80%0.00%
53.73%

Color #072676 in popluar number systems.

HEX072676
Decimal738118
Binary1111001101110110
Octal746166

Shades and tints

Shades of #072676

#072676
(7,38,118)
#07236C
(7,35,108)
#072062
(7,32,98)
#071D58
(7,29,88)
#071A4E
(7,26,78)
#071744
(7,23,68)
#07143A
(7,20,58)
#071130
(7,17,48)
#070E26
(7,14,38)
#070B1C
(7,11,28)
#070812
(7,8,18)
#000000
(0,0,0)

Tints of #072676

#072676
(7,38,118)
#1D3982
(29,57,130)
#334C8E
(51,76,142)
#495F9A
(73,95,154)
#5F72A6
(95,114,166)
#7585B2
(117,133,178)
#8B98BE
(139,152,190)
#A1ABCA
(161,171,202)
#B7BED6
(183,190,214)
#CDD1E2
(205,209,226)
#E3E4EE
(227,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072676; }

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

This text font color is #072676.


Background Color

.myBgColor { background-color: #072676; }

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

This div background color is #072676.


Border color

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

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

This div border color is #072676.


Opacity

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

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

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

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

This text has shadow with #072676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072676 on black background.


Color preview on white background

This text has color #072676 on white background.



Black color preview on #072676 background

This text has black color on #072676 background.


White color preview on #072676 background

This text has white color on #072676 background.