COLOR #007373

HEX: #007373
RGB: (0,115,115)

Color info

#007373 contains only green and blue colors. Web safe color of #007373 is #006666 (or #066).

RGB color model

#007373 color RGB value is (0,115,115).

  • red value is 0;
  • green value is 115;
  • blue value is 115.
RGB:
(0,115,115)
(0%,45%,45%)

RGB channels and saturation

R 0 of 255 = 0%
G 115 of 255 = 45%
B 115 of 255 = 45%

0
115
115

R + G + B ~ 30%. #007373 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 115 + 115 = 230 (100%)
R 0 of 230 ~ 0%
G 115 of 230 ~ 50%
B 115 of 230 ~ 50%

%50
%50

CMYK color model

#007373 color CMYK value is (100,0,0,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(100,0,0,55)
C100M0Y0K55 
(100%,0%,0%,55%)
(1.00/0.00/0.00/0.55)	

CMYK percentages

%100
%0
%0
%54.9

Codes

Color #007373 in popluar color models

007373
RGB0115115
HSL180°100.00%22.55%
HSB/HSV180°100.00%45.10%
CMYK100.00%0.00%0.00%
54.90%

Color #007373 in popluar number systems.

HEX007373
Decimal0115115
Binary011100111110011
Octal0163163

Shades and tints

Shades of #007373

#007373
(0,115,115)
#006969
(0,105,105)
#005F5F
(0,95,95)
#005555
(0,85,85)
#004B4B
(0,75,75)
#004141
(0,65,65)
#003737
(0,55,55)
#002D2D
(0,45,45)
#002323
(0,35,35)
#001919
(0,25,25)
#000F0F
(0,15,15)
#000000
(0,0,0)

Tints of #007373

#007373
(0,115,115)
#177F7F
(23,127,127)
#2E8B8B
(46,139,139)
#459797
(69,151,151)
#5CA3A3
(92,163,163)
#73AFAF
(115,175,175)
#8ABBBB
(138,187,187)
#A1C7C7
(161,199,199)
#B8D3D3
(184,211,211)
#CFDFDF
(207,223,223)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007373 color. Also use rgb(0,115,115) instead hex code.

Text Font Color

.myTextColor { color: #007373; }

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

This text font color is #007373.


Background Color

.myBgColor { background-color: #007373; }

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

This div background color is #007373.


Border color

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

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

This div border color is #007373.


Opacity

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

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

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

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

This text has shadow with #007373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007373 on black background.


Color preview on white background

This text has color #007373 on white background.



Black color preview on #007373 background

This text has black color on #007373 background.


White color preview on #007373 background

This text has white color on #007373 background.