COLOR #072C38

HEX: #072C38
RGB: (7,44,56)

Color info

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

RGB color model

#072C38 color RGB value is (7,44,56).

  • red value is 7;
  • green value is 44;
  • blue value is 56.
RGB:
(7,44,56)
(3%,17%,22%)

RGB channels and saturation

R 7 of 255 = 3%
G 44 of 255 = 17%
B 56 of 255 = 22%

7
44
56

R + G + B ~ 14%. #072C38 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 44 + 56 = 107 (100%)
R 7 of 107 ~ 6.54%
G 44 of 107 ~ 41.12%
B 56 of 107 ~ 52.34%

%41.12
%52.34

CMYK color model

#072C38 color CMYK value is (88,21,0,78).

  • cyan value is 87.50%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(88,21,0,78)
C88M21Y0K78 
(88%,21%,0%,78%)
(0.88/0.21/0.00/0.78)	

CMYK percentages

%87.5
%21.43
%0
%78.04

Codes

Color #072C38 in popluar color models

072C38
RGB74456
HSL195°77.78%12.35%
HSB/HSV195°87.50%21.96%
CMYK87.50%21.43%0.00%
78.04%

Color #072C38 in popluar number systems.

HEX072C38
Decimal74456
Binary111101100111000
Octal75470

Shades and tints

Shades of #072C38

#072C38
(7,44,56)
#072833
(7,40,51)
#07242E
(7,36,46)
#072029
(7,32,41)
#071C24
(7,28,36)
#07181F
(7,24,31)
#07141A
(7,20,26)
#071015
(7,16,21)
#070C10
(7,12,16)
#07080B
(7,8,11)
#070406
(7,4,6)
#000000
(0,0,0)

Tints of #072C38

#072C38
(7,44,56)
#1D3F4A
(29,63,74)
#33525C
(51,82,92)
#49656E
(73,101,110)
#5F7880
(95,120,128)
#758B92
(117,139,146)
#8B9EA4
(139,158,164)
#A1B1B6
(161,177,182)
#B7C4C8
(183,196,200)
#CDD7DA
(205,215,218)
#E3EAEC
(227,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #072C38 color. Also use rgb(7,44,56) instead hex code.

Text Font Color

.myTextColor { color: #072C38; }

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

This text font color is #072C38.


Background Color

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

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

This div background color is #072C38.


Border color

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

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

This div border color is #072C38.


Opacity

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

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

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

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

This text has shadow with #072C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #072C38 on black background.


Color preview on white background

This text has color #072C38 on white background.



Black color preview on #072C38 background

This text has black color on #072C38 background.


White color preview on #072C38 background

This text has white color on #072C38 background.