COLOR #073137

HEX: #073137
RGB: (7,49,55)

Color info

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

RGB color model

#073137 color RGB value is (7,49,55).

  • red value is 7;
  • green value is 49;
  • blue value is 55.
RGB:
(7,49,55)
(3%,19%,22%)

RGB channels and saturation

R 7 of 255 = 3%
G 49 of 255 = 19%
B 55 of 255 = 22%

7
49
55

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

Portions of RGB colors in percentages

R + G + B =
7 + 49 + 55 = 111 (100%)
R 7 of 111 ~ 6.31%
G 49 of 111 ~ 44.14%
B 55 of 111 ~ 49.55%

%44.14
%49.55

CMYK color model

#073137 color CMYK value is (87,11,0,78).

  • cyan value is 87.27%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(87,11,0,78)
C87M11Y0K78 
(87%,11%,0%,78%)
(0.87/0.11/0.00/0.78)	

CMYK percentages

%87.27
%10.91
%0
%78.43

Codes

Color #073137 in popluar color models

073137
RGB74955
HSL188°77.42%12.16%
HSB/HSV188°87.27%21.57%
CMYK87.27%10.91%0.00%
78.43%

Color #073137 in popluar number systems.

HEX073137
Decimal74955
Binary111110001110111
Octal76167

Shades and tints

Shades of #073137

#073137
(7,49,55)
#072D32
(7,45,50)
#07292D
(7,41,45)
#072528
(7,37,40)
#072123
(7,33,35)
#071D1E
(7,29,30)
#071919
(7,25,25)
#071514
(7,21,20)
#07110F
(7,17,15)
#070D0A
(7,13,10)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #073137

#073137
(7,49,55)
#1D4349
(29,67,73)
#33555B
(51,85,91)
#49676D
(73,103,109)
#5F797F
(95,121,127)
#758B91
(117,139,145)
#8B9DA3
(139,157,163)
#A1AFB5
(161,175,181)
#B7C1C7
(183,193,199)
#CDD3D9
(205,211,217)
#E3E5EB
(227,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #073137 color. Also use rgb(7,49,55) instead hex code.

Text Font Color

.myTextColor { color: #073137; }

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

This text font color is #073137.


Background Color

.myBgColor { background-color: #073137; }

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

This div background color is #073137.


Border color

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

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

This div border color is #073137.


Opacity

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

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

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

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

This text has shadow with #073137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073137 on black background.


Color preview on white background

This text has color #073137 on white background.



Black color preview on #073137 background

This text has black color on #073137 background.


White color preview on #073137 background

This text has white color on #073137 background.