COLOR #073C32

HEX: #073C32
RGB: (7,60,50)

Color info

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

RGB color model

#073C32 color RGB value is (7,60,50).

  • red value is 7;
  • green value is 60;
  • blue value is 50.
RGB:
(7,60,50)
(3%,24%,20%)

RGB channels and saturation

R 7 of 255 = 3%
G 60 of 255 = 24%
B 50 of 255 = 20%

7
60
50

R + G + B ~ 16%. #073C32 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 60 + 50 = 117 (100%)
R 7 of 117 ~ 5.98%
G 60 of 117 ~ 51.28%
B 50 of 117 ~ 42.74%

%51.28
%42.74

CMYK color model

#073C32 color CMYK value is (88,0,17,76).

  • cyan value is 88.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 76.47%
CMYK:
(88,0,17,76)
C88M0Y17K76 
(88%,0%,17%,76%)
(0.88/0.00/0.17/0.76)	

CMYK percentages

%88.33
%0
%16.67
%76.47

Codes

Color #073C32 in popluar color models

073C32
RGB76050
HSL169°79.10%13.14%
HSB/HSV169°88.33%23.53%
CMYK88.33%0.00%16.67%
76.47%

Color #073C32 in popluar number systems.

HEX073C32
Decimal76050
Binary111111100110010
Octal77462

Shades and tints

Shades of #073C32

#073C32
(7,60,50)
#07372E
(7,55,46)
#07322A
(7,50,42)
#072D26
(7,45,38)
#072822
(7,40,34)
#07231E
(7,35,30)
#071E1A
(7,30,26)
#071916
(7,25,22)
#071412
(7,20,18)
#070F0E
(7,15,14)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #073C32

#073C32
(7,60,50)
#1D4D44
(29,77,68)
#335E56
(51,94,86)
#496F68
(73,111,104)
#5F807A
(95,128,122)
#75918C
(117,145,140)
#8BA29E
(139,162,158)
#A1B3B0
(161,179,176)
#B7C4C2
(183,196,194)
#CDD5D4
(205,213,212)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #073C32; }

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

This text font color is #073C32.


Background Color

.myBgColor { background-color: #073C32; }

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

This div background color is #073C32.


Border color

.myBorderColor { border: 1px solid #073C32; }

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

This div border color is #073C32.


Opacity

.myOpacity80 { color: #073C32; opacity: 0.8; }

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

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

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

This text has shadow with #073C32 color.

.textShadow {text-shadow: 3px 3px 1px #073C32, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #073C32 on black background.


Color preview on white background

This text has color #073C32 on white background.



Black color preview on #073C32 background

This text has black color on #073C32 background.


White color preview on #073C32 background

This text has white color on #073C32 background.