COLOR #072733

HEX: #072733 RGB: (7,39,51)

Color info

#072733 contains red, green and blue colors in about the same proportion. Web safe color of #072733 is #003333 (or #033).

RGB color model

#072733 color RGB value is (7,39,51).

RGB: (7,39,51) (3%, 15%, 20%)

RGB channels and saturation

R 7 of 255 = 3%
G 39 of 255 = 15%
B 51 of 255 = 20%

7
39
51

R + G + B ~ 13%. #072733 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 39 + 51 = 97 (100%)
R 7 of 97 ~ 7.22%
G 39 of 97 ~ 40.21%
B 51 of 97 ~ 52.58'%

%40.21
%52.58

CMYK color model

#072733 color CMYK value is (86,24,0,80).

  • cyan value is 86.27%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (86,24,0,80)
C86M24Y0K80 (86%, 24%, 0%, 80%)
(0.86 / 0.24 / 0.00 / 0.80)

CMYK percentages

%86.27
%23.53
%0
%80

Codes

Color #072733 in popluar color models

07 27 33
RGB 7 39 51
HSL 196° 75.86% 11.37%
HSB/HSV 196° 86.27% 20.00%
CMYK 86.27% 23.53% 0.00%
80.00%

Color #072733 in popluar number systems.

HEX 07 27 33
Decimal 7 39 51
Binary 111 100111 110011
Octal 7 47 63

Shades and tints

Shades of #072733

#072733
(7,39,51)
#07242F
(7,36,47)
#07212B
(7,33,43)
#071E27
(7,30,39)
#071B23
(7,27,35)
#07181F
(7,24,31)
#07151B
(7,21,27)
#071217
(7,18,23)
#070F13
(7,15,19)
#070C0F
(7,12,15)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #072733

#072733
(7,39,51)
#1D3A45
(29,58,69)
#334D57
(51,77,87)
#496069
(73,96,105)
#5F737B
(95,115,123)
#75868D
(117,134,141)
#8B999F
(139,153,159)
#A1ACB1
(161,172,177)
#B7BFC3
(183,191,195)
#CDD2D5
(205,210,213)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072733 color. Also use rgb(7,39,51) instead hex code.

Text Font Color

.myTextColor { color: #072733; }

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

This text font color is #072733.

Background Color

.myBgColor { background-color: #072733; }

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

This div background color is #072733.

Border color

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

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

This div border color is #072733.

Opacity

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

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

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

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

This text has shadow with #072733 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072733.

Preview

Color preview on black background

This text has color #072733 on black background.


Color preview on white background

This text has color #072733 on white background.


Black color preview on #072733 background

This text has black color on #072733 background.


White color preview on #072733 background

This text has white color on #072733 background.


Related colors

Complementary color

Complementary color for #hex is #F8D8CC.


I love getcolorcode.com

Triadic colors

1 #330727 and #273307 with #072733 are triadic colors.

2 #332707 and #270733 with #072733 are triadic colors.