COLOR #072031

HEX: #072031 RGB: (7,32,49)

Color info

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

RGB color model

#072031 color RGB value is (7,32,49).

RGB: (7,32,49) (3%, 13%, 19%)

RGB channels and saturation

R 7 of 255 = 3%
G 32 of 255 = 13%
B 49 of 255 = 19%

7
32
49

R + G + B ~ 12%. #072031 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 32 + 49 = 88 (100%)
R 7 of 88 ~ 7.95%
G 32 of 88 ~ 36.36%
B 49 of 88 ~ 55.68'%

%36.36
%55.68

CMYK color model

#072031 color CMYK value is (86,35,0,81).

  • cyan value is 85.71%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (86,35,0,81)
C86M35Y0K81 (86%, 35%, 0%, 81%)
(0.86 / 0.35 / 0.00 / 0.81)

CMYK percentages

%85.71
%34.69
%0
%80.78

Codes

Color #072031 in popluar color models

07 20 31
RGB 7 32 49
HSL 204° 75.00% 10.98%
HSB/HSV 204° 85.71% 19.22%
CMYK 85.71% 34.69% 0.00%
80.78%

Color #072031 in popluar number systems.

HEX 07 20 31
Decimal 7 32 49
Binary 111 100000 110001
Octal 7 40 61

Shades and tints

Shades of #072031

#072031
(7,32,49)
#071E2D
(7,30,45)
#071C29
(7,28,41)
#071A25
(7,26,37)
#071821
(7,24,33)
#07161D
(7,22,29)
#071419
(7,20,25)
#071215
(7,18,21)
#071011
(7,16,17)
#070E0D
(7,14,13)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #072031

#072031
(7,32,49)
#1D3443
(29,52,67)
#334855
(51,72,85)
#495C67
(73,92,103)
#5F7079
(95,112,121)
#75848B
(117,132,139)
#8B989D
(139,152,157)
#A1ACAF
(161,172,175)
#B7C0C1
(183,192,193)
#CDD4D3
(205,212,211)
#E3E8E5
(227,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072031; }

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

This text font color is #072031.

Background Color

.myBgColor { background-color: #072031; }

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

This div background color is #072031.

Border color

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

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

This div border color is #072031.

Opacity

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

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

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

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

This text has shadow with #072031 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072031.

Preview

Color preview on black background

This text has color #072031 on black background.


Color preview on white background

This text has color #072031 on white background.


Black color preview on #072031 background

This text has black color on #072031 background.


White color preview on #072031 background

This text has white color on #072031 background.


Related colors

Complementary color

Complementary color for #hex is #F8DFCE.


I love getcolorcode.com

Triadic colors

1 #310720 and #203107 with #072031 are triadic colors.

2 #312007 and #200731 with #072031 are triadic colors.