COLOR #072B3E

HEX: #072B3E RGB: (7,43,62)

Color info

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

RGB color model

#072B3E color RGB value is (7,43,62).

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

RGB channels and saturation

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

7
43
62

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

Portions of RGB colors in percentages

R + G + B = 7 + 43 + 62 = 112 (100%)
R 7 of 112 ~ 6.25%
G 43 of 112 ~ 38.39%
B 62 of 112 ~ 55.36'%

%38.39
%55.36

CMYK color model

#072B3E color CMYK value is (89,31,0,76).

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

CMYK: (89,31,0,76)
C89M31Y0K76 (89%, 31%, 0%, 76%)
(0.89 / 0.31 / 0.00 / 0.76)

CMYK percentages

%88.71
%30.65
%0
%75.69

Codes

Color #072B3E in popluar color models

07 2B 3E
RGB 7 43 62
HSL 201° 79.71% 13.53%
HSB/HSV 201° 88.71% 24.31%
CMYK 88.71% 30.65% 0.00%
75.69%

Color #072B3E in popluar number systems.

HEX 07 2B 3E
Decimal 7 43 62
Binary 111 101011 111110
Octal 7 53 76

Shades and tints

Shades of #072B3E

#072B3E
(7,43,62)
#072839
(7,40,57)
#072534
(7,37,52)
#07222F
(7,34,47)
#071F2A
(7,31,42)
#071C25
(7,28,37)
#071920
(7,25,32)
#07161B
(7,22,27)
#071316
(7,19,22)
#071011
(7,16,17)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #072B3E

#072B3E
(7,43,62)
#1D3E4F
(29,62,79)
#335160
(51,81,96)
#496471
(73,100,113)
#5F7782
(95,119,130)
#758A93
(117,138,147)
#8B9DA4
(139,157,164)
#A1B0B5
(161,176,181)
#B7C3C6
(183,195,198)
#CDD6D7
(205,214,215)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072B3E; }

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

This text font color is #072B3E.

Background Color

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

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

This div background color is #072B3E.

Border color

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

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

This div border color is #072B3E.

Opacity

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

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

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

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

This text has shadow with #072B3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072B3E.

Preview

Color preview on black background

This text has color #072B3E on black background.


Color preview on white background

This text has color #072B3E on white background.


Black color preview on #072B3E background

This text has black color on #072B3E background.


White color preview on #072B3E background

This text has white color on #072B3E background.


Related colors

Complementary color

Complementary color for #hex is #F8D4C1.


I love getcolorcode.com

Triadic colors

1 #3E072B and #2B3E07 with #072B3E are triadic colors.

2 #3E2B07 and #2B073E with #072B3E are triadic colors.