COLOR #073231

HEX: #073231 RGB: (7,50,49)

Color info

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

RGB color model

#073231 color RGB value is (7,50,49).

RGB: (7,50,49) (3%, 20%, 19%)

RGB channels and saturation

R 7 of 255 = 3%
G 50 of 255 = 20%
B 49 of 255 = 19%

7
50
49

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

Portions of RGB colors in percentages

R + G + B = 7 + 50 + 49 = 106 (100%)
R 7 of 106 ~ 6.6%
G 50 of 106 ~ 47.17%
B 49 of 106 ~ 46.23'%

%47.17
%46.23

CMYK color model

#073231 color CMYK value is (86,0,2,80).

  • cyan value is 86.00%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 80.39%
CMYK: (86,0,2,80) C86M0Y2K80 (86%,0%,2%,80%) (0.86/0.00/0.02/0.80) 

CMYK percentages

%86
%0
%2
%80.39

Codes

Color #073231 in popluar color models

07 32 31
RGB 7 50 49
HSL 179° 75.44% 11.18%
HSB/HSV 179° 86.00% 19.61%
CMYK 86.00% 0.00% 2.00%
80.39%

Color #073231 in popluar number systems.

HEX 07 32 31
Decimal 7 50 49
Binary 111 110010 110001
Octal 7 62 61

Shades and tints

Shades of #073231

#073231
(7,50,49)
#072E2D
(7,46,45)
#072A29
(7,42,41)
#072625
(7,38,37)
#072221
(7,34,33)
#071E1D
(7,30,29)
#071A19
(7,26,25)
#071615
(7,22,21)
#071211
(7,18,17)
#070E0D
(7,14,13)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #073231

#073231
(7,50,49)
#1D4443
(29,68,67)
#335655
(51,86,85)
#496867
(73,104,103)
#5F7A79
(95,122,121)
#758C8B
(117,140,139)
#8B9E9D
(139,158,157)
#A1B0AF
(161,176,175)
#B7C2C1
(183,194,193)
#CDD4D3
(205,212,211)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073231; }

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

This text font color is #073231.

Background Color

.myBgColor { background-color: #073231; }

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

This div background color is #073231.

Border color

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

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

This div border color is #073231.

Opacity

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

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

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

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

This text has shadow with #073231 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #073231.

Preview

Color preview on black background

This text has color #073231 on black background.


Color preview on white background

This text has color #073231 on white background.


Black color preview on #073231 background

This text has black color on #073231 background.


White color preview on #073231 background

This text has white color on #073231 background.


Related colors

Complementary color

Complementary color for #hex is #F8CDCE.


I love getcolorcode.com

Triadic colors

1 #310732 and #323107 with #073231 are triadic colors.

2 #313207 and #320731 with #073231 are triadic colors.