COLOR #072549

HEX: #072549 RGB: (7,37,73)

Color info

#072549 contains mainly green and blue colors. Web safe color of #072549 is #003333 (or #033).

RGB color model

#072549 color RGB value is (7,37,73).

RGB: (7,37,73) (3%, 15%, 29%)

RGB channels and saturation

R 7 of 255 = 3%
G 37 of 255 = 15%
B 73 of 255 = 29%

7
37
73

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

Portions of RGB colors in percentages

R + G + B = 7 + 37 + 73 = 117 (100%)
R 7 of 117 ~ 5.98%
G 37 of 117 ~ 31.62%
B 73 of 117 ~ 62.39'%

%31.62
%62.39

CMYK color model

#072549 color CMYK value is (90,49,0,71).

  • cyan value is 90.41%
  • magenta value is 49.32%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (90,49,0,71)
C90M49Y0K71 (90%, 49%, 0%, 71%)
(0.90 / 0.49 / 0.00 / 0.71)

CMYK percentages

%90.41
%49.32
%0
%71.37

Codes

Color #072549 in popluar color models

07 25 49
RGB 7 37 73
HSL 213° 82.50% 15.69%
HSB/HSV 213° 90.41% 28.63%
CMYK 90.41% 49.32% 0.00%
71.37%

Color #072549 in popluar number systems.

HEX 07 25 49
Decimal 7 37 73
Binary 111 100101 1001001
Octal 7 45 111

Shades and tints

Shades of #072549

#072549
(7,37,73)
#072243
(7,34,67)
#071F3D
(7,31,61)
#071C37
(7,28,55)
#071931
(7,25,49)
#07162B
(7,22,43)
#071325
(7,19,37)
#07101F
(7,16,31)
#070D19
(7,13,25)
#070A13
(7,10,19)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #072549

#072549
(7,37,73)
#1D3859
(29,56,89)
#334B69
(51,75,105)
#495E79
(73,94,121)
#5F7189
(95,113,137)
#758499
(117,132,153)
#8B97A9
(139,151,169)
#A1AAB9
(161,170,185)
#B7BDC9
(183,189,201)
#CDD0D9
(205,208,217)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072549 color. Also use rgb(7,37,73) instead hex code.

Text Font Color

.myTextColor { color: #072549; }

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

This text font color is #072549.

Background Color

.myBgColor { background-color: #072549; }

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

This div background color is #072549.

Border color

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

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

This div border color is #072549.

Opacity

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

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

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

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

This text has shadow with #072549 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072549.

Preview

Color preview on black background

This text has color #072549 on black background.


Color preview on white background

This text has color #072549 on white background.


Black color preview on #072549 background

This text has black color on #072549 background.


White color preview on #072549 background

This text has white color on #072549 background.


Related colors

Complementary color

Complementary color for #hex is #F8DAB6.


I love getcolorcode.com

Triadic colors

1 #490725 and #254907 with #072549 are triadic colors.

2 #492507 and #250749 with #072549 are triadic colors.