COLOR #072C3E

HEX: #072C3E RGB: (7,44,62)

Color info

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

RGB color model

#072C3E color RGB value is (7,44,62).

RGB: (7,44,62) (3%, 17%, 24%)

RGB channels and saturation

R 7 of 255 = 3%
G 44 of 255 = 17%
B 62 of 255 = 24%

7
44
62

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

Portions of RGB colors in percentages

R + G + B = 7 + 44 + 62 = 113 (100%)
R 7 of 113 ~ 6.19%
G 44 of 113 ~ 38.94%
B 62 of 113 ~ 54.87'%

%38.94
%54.87

CMYK color model

#072C3E color CMYK value is (89,29,0,76).

  • cyan value is 88.71%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (89,29,0,76)
C89M29Y0K76 (89%, 29%, 0%, 76%)
(0.89 / 0.29 / 0.00 / 0.76)

CMYK percentages

%88.71
%29.03
%0
%75.69

Codes

Color #072C3E in popluar color models

07 2C 3E
RGB 7 44 62
HSL 200° 79.71% 13.53%
HSB/HSV 200° 88.71% 24.31%
CMYK 88.71% 29.03% 0.00%
75.69%

Color #072C3E in popluar number systems.

HEX 07 2C 3E
Decimal 7 44 62
Binary 111 101100 111110
Octal 7 54 76

Shades and tints

Shades of #072C3E

#072C3E
(7,44,62)
#072839
(7,40,57)
#072434
(7,36,52)
#07202F
(7,32,47)
#071C2A
(7,28,42)
#071825
(7,24,37)
#071420
(7,20,32)
#07101B
(7,16,27)
#070C16
(7,12,22)
#070811
(7,8,17)
#07040C
(7,4,12)
#000000
(0,0,0)

Tints of #072C3E

#072C3E
(7,44,62)
#1D3F4F
(29,63,79)
#335260
(51,82,96)
#496571
(73,101,113)
#5F7882
(95,120,130)
#758B93
(117,139,147)
#8B9EA4
(139,158,164)
#A1B1B5
(161,177,181)
#B7C4C6
(183,196,198)
#CDD7D7
(205,215,215)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072C3E; }

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

This text font color is #072C3E.

Background Color

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

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

This div background color is #072C3E.

Border color

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

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

This div border color is #072C3E.

Opacity

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

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

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

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

This text has shadow with #072C3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072C3E.

Preview

Color preview on black background

This text has color #072C3E on black background.


Color preview on white background

This text has color #072C3E on white background.


Black color preview on #072C3E background

This text has black color on #072C3E background.


White color preview on #072C3E background

This text has white color on #072C3E background.


Related colors

Complementary color

Complementary color for #hex is #F8D3C1.


I love getcolorcode.com

Triadic colors

1 #3E072C and #2C3E07 with #072C3E are triadic colors.

2 #3E2C07 and #2C073E with #072C3E are triadic colors.