COLOR #072B48

HEX: #072B48 RGB: (7,43,72)

Color info

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

RGB color model

#072B48 color RGB value is (7,43,72).

RGB: (7,43,72) (3%, 17%, 28%)

RGB channels and saturation

R 7 of 255 = 3%
G 43 of 255 = 17%
B 72 of 255 = 28%

7
43
72

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

Portions of RGB colors in percentages

R + G + B = 7 + 43 + 72 = 122 (100%)
R 7 of 122 ~ 5.74%
G 43 of 122 ~ 35.25%
B 72 of 122 ~ 59.02'%

%35.25
%59.02

CMYK color model

#072B48 color CMYK value is (90,40,0,72).

  • cyan value is 90.28%
  • magenta value is 40.28%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (90,40,0,72)
C90M40Y0K72 (90%, 40%, 0%, 72%)
(0.90 / 0.40 / 0.00 / 0.72)

CMYK percentages

%90.28
%40.28
%0
%71.76

Codes

Color #072B48 in popluar color models

07 2B 48
RGB 7 43 72
HSL 207° 82.28% 15.49%
HSB/HSV 207° 90.28% 28.24%
CMYK 90.28% 40.28% 0.00%
71.76%

Color #072B48 in popluar number systems.

HEX 07 2B 48
Decimal 7 43 72
Binary 111 101011 1001000
Octal 7 53 110

Shades and tints

Shades of #072B48

#072B48
(7,43,72)
#072842
(7,40,66)
#07253C
(7,37,60)
#072236
(7,34,54)
#071F30
(7,31,48)
#071C2A
(7,28,42)
#071924
(7,25,36)
#07161E
(7,22,30)
#071318
(7,19,24)
#071012
(7,16,18)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #072B48

#072B48
(7,43,72)
#1D3E58
(29,62,88)
#335168
(51,81,104)
#496478
(73,100,120)
#5F7788
(95,119,136)
#758A98
(117,138,152)
#8B9DA8
(139,157,168)
#A1B0B8
(161,176,184)
#B7C3C8
(183,195,200)
#CDD6D8
(205,214,216)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072B48 color. Also use rgb(7,43,72) instead hex code.

Text Font Color

.myTextColor { color: #072B48; }

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

This text font color is #072B48.

Background Color

.myBgColor { background-color: #072B48; }

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

This div background color is #072B48.

Border color

.myBorderColor { border: 1px solid #072B48; }

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

This div border color is #072B48.

Opacity

.myOpacity80 { color: #072B48; opacity: 0.8; }

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

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

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

This text has shadow with #072B48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072B48.

Preview

Color preview on black background

This text has color #072B48 on black background.


Color preview on white background

This text has color #072B48 on white background.


Black color preview on #072B48 background

This text has black color on #072B48 background.


White color preview on #072B48 background

This text has white color on #072B48 background.


Related colors

Complementary color

Complementary color for #hex is #F8D4B7.


I love getcolorcode.com

Triadic colors

1 #48072B and #2B4807 with #072B48 are triadic colors.

2 #482B07 and #2B0748 with #072B48 are triadic colors.