COLOR #073262

HEX: #073262 RGB: (7,50,98)

Color info

#073262 contains mainly green and blue colors. Web safe color of #073262 is #003366 (or #036).

RGB color model

#073262 color RGB value is (7,50,98).

RGB: (7,50,98) (3%, 20%, 38%)

RGB channels and saturation

R 7 of 255 = 3%
G 50 of 255 = 20%
B 98 of 255 = 38%

7
50
98

R + G + B ~ 20%. #073262 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 50 + 98 = 155 (100%)
R 7 of 155 ~ 4.52%
G 50 of 155 ~ 32.26%
B 98 of 155 ~ 63.23'%

%32.26
%63.23

CMYK color model

#073262 color CMYK value is (93,49,0,62).

  • cyan value is 92.86%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (93,49,0,62)
C93M49Y0K62 (93%, 49%, 0%, 62%)
(0.93 / 0.49 / 0.00 / 0.62)

CMYK percentages

%92.86
%48.98
%0
%61.57

Codes

Color #073262 in popluar color models

07 32 62
RGB 7 50 98
HSL 212° 86.67% 20.59%
HSB/HSV 212° 92.86% 38.43%
CMYK 92.86% 48.98% 0.00%
61.57%

Color #073262 in popluar number systems.

HEX 07 32 62
Decimal 7 50 98
Binary 111 110010 1100010
Octal 7 62 142

Shades and tints

Shades of #073262

#073262
(7,50,98)
#072E5A
(7,46,90)
#072A52
(7,42,82)
#07264A
(7,38,74)
#072242
(7,34,66)
#071E3A
(7,30,58)
#071A32
(7,26,50)
#07162A
(7,22,42)
#071222
(7,18,34)
#070E1A
(7,14,26)
#070A12
(7,10,18)
#000000
(0,0,0)

Tints of #073262

#073262
(7,50,98)
#1D4470
(29,68,112)
#33567E
(51,86,126)
#49688C
(73,104,140)
#5F7A9A
(95,122,154)
#758CA8
(117,140,168)
#8B9EB6
(139,158,182)
#A1B0C4
(161,176,196)
#B7C2D2
(183,194,210)
#CDD4E0
(205,212,224)
#E3E6EE
(227,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073262; }

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

This text font color is #073262.

Background Color

.myBgColor { background-color: #073262; }

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

This div background color is #073262.

Border color

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

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

This div border color is #073262.

Opacity

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

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

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

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

This text has shadow with #073262 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073262.

Preview

Color preview on black background

This text has color #073262 on black background.


Color preview on white background

This text has color #073262 on white background.


Black color preview on #073262 background

This text has black color on #073262 background.


White color preview on #073262 background

This text has white color on #073262 background.


Related colors

Complementary color

Complementary color for #hex is #F8CD9D.


I love getcolorcode.com

Triadic colors

1 #620732 and #326207 with #073262 are triadic colors.

2 #623207 and #320762 with #073262 are triadic colors.