COLOR #073039

HEX: #073039 RGB: (7,48,57)

Color info

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

RGB color model

#073039 color RGB value is (7,48,57).

RGB: (7,48,57) (3%, 19%, 22%)

RGB channels and saturation

R 7 of 255 = 3%
G 48 of 255 = 19%
B 57 of 255 = 22%

7
48
57

R + G + B ~ 15%. #073039 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 48 + 57 = 112 (100%)
R 7 of 112 ~ 6.25%
G 48 of 112 ~ 42.86%
B 57 of 112 ~ 50.89'%

%42.86
%50.89

CMYK color model

#073039 color CMYK value is (88,16,0,78).

  • cyan value is 87.72%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (88,16,0,78)
C88M16Y0K78 (88%, 16%, 0%, 78%)
(0.88 / 0.16 / 0.00 / 0.78)

CMYK percentages

%87.72
%15.79
%0
%77.65

Codes

Color #073039 in popluar color models

07 30 39
RGB 7 48 57
HSL 191° 78.13% 12.55%
HSB/HSV 191° 87.72% 22.35%
CMYK 87.72% 15.79% 0.00%
77.65%

Color #073039 in popluar number systems.

HEX 07 30 39
Decimal 7 48 57
Binary 111 110000 111001
Octal 7 60 71

Shades and tints

Shades of #073039

#073039
(7,48,57)
#072C34
(7,44,52)
#07282F
(7,40,47)
#07242A
(7,36,42)
#072025
(7,32,37)
#071C20
(7,28,32)
#07181B
(7,24,27)
#071416
(7,20,22)
#071011
(7,16,17)
#070C0C
(7,12,12)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #073039

#073039
(7,48,57)
#1D424B
(29,66,75)
#33545D
(51,84,93)
#49666F
(73,102,111)
#5F7881
(95,120,129)
#758A93
(117,138,147)
#8B9CA5
(139,156,165)
#A1AEB7
(161,174,183)
#B7C0C9
(183,192,201)
#CDD2DB
(205,210,219)
#E3E4ED
(227,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073039 color. Also use rgb(7,48,57) instead hex code.

Text Font Color

.myTextColor { color: #073039; }

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

This text font color is #073039.

Background Color

.myBgColor { background-color: #073039; }

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

This div background color is #073039.

Border color

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

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

This div border color is #073039.

Opacity

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

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

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

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

This text has shadow with #073039 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073039.

Preview

Color preview on black background

This text has color #073039 on black background.


Color preview on white background

This text has color #073039 on white background.


Black color preview on #073039 background

This text has black color on #073039 background.


White color preview on #073039 background

This text has white color on #073039 background.


Related colors

Complementary color

Complementary color for #hex is #F8CFC6.


I love getcolorcode.com

Triadic colors

1 #390730 and #303907 with #073039 are triadic colors.

2 #393007 and #300739 with #073039 are triadic colors.