COLOR #073252

HEX: #073252 RGB: (7,50,82)

Color info

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

RGB color model

#073252 color RGB value is (7,50,82).

RGB: (7,50,82) (3%, 20%, 32%)

RGB channels and saturation

R 7 of 255 = 3%
G 50 of 255 = 20%
B 82 of 255 = 32%

7
50
82

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

Portions of RGB colors in percentages

R + G + B = 7 + 50 + 82 = 139 (100%)
R 7 of 139 ~ 5.04%
G 50 of 139 ~ 35.97%
B 82 of 139 ~ 58.99'%

%35.97
%58.99

CMYK color model

#073252 color CMYK value is (91,39,0,68).

  • cyan value is 91.46%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 67.84%

CMYK: (91,39,0,68)
C91M39Y0K68 (91%, 39%, 0%, 68%)
(0.91 / 0.39 / 0.00 / 0.68)

CMYK percentages

%91.46
%39.02
%0
%67.84

Codes

Color #073252 in popluar color models

07 32 52
RGB 7 50 82
HSL 206° 84.27% 17.45%
HSB/HSV 206° 91.46% 32.16%
CMYK 91.46% 39.02% 0.00%
67.84%

Color #073252 in popluar number systems.

HEX 07 32 52
Decimal 7 50 82
Binary 111 110010 1010010
Octal 7 62 122

Shades and tints

Shades of #073252

#073252
(7,50,82)
#072E4B
(7,46,75)
#072A44
(7,42,68)
#07263D
(7,38,61)
#072236
(7,34,54)
#071E2F
(7,30,47)
#071A28
(7,26,40)
#071621
(7,22,33)
#07121A
(7,18,26)
#070E13
(7,14,19)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #073252

#073252
(7,50,82)
#1D4461
(29,68,97)
#335670
(51,86,112)
#49687F
(73,104,127)
#5F7A8E
(95,122,142)
#758C9D
(117,140,157)
#8B9EAC
(139,158,172)
#A1B0BB
(161,176,187)
#B7C2CA
(183,194,202)
#CDD4D9
(205,212,217)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073252; }

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

This text font color is #073252.

Background Color

.myBgColor { background-color: #073252; }

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

This div background color is #073252.

Border color

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

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

This div border color is #073252.

Opacity

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

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

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

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

This text has shadow with #073252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073252.

Preview

Color preview on black background

This text has color #073252 on black background.


Color preview on white background

This text has color #073252 on white background.


Black color preview on #073252 background

This text has black color on #073252 background.


White color preview on #073252 background

This text has white color on #073252 background.


Related colors

Complementary color

Complementary color for #hex is #F8CDAD.


I love getcolorcode.com

Triadic colors

1 #520732 and #325207 with #073252 are triadic colors.

2 #523207 and #320752 with #073252 are triadic colors.