COLOR #007296

HEX: #007296
RGB: (0,114,150)

Color info

#007296 contains only green and blue colors. Web safe color of #007296 is #006699 (or #069).

RGB color model

#007296 color RGB value is (0,114,150).

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

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 150 of 255 = 59%

0
114
150

R + G + B ~ 35%. #007296 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 114 + 150 = 264 (100%)
R 0 of 264 ~ 0%
G 114 of 264 ~ 43.18%
B 150 of 264 ~ 56.82%

%43.18
%56.82

CMYK color model

#007296 color CMYK value is (100,24,0,41).

  • cyan value is 100.00%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(100,24,0,41)
C100M24Y0K41 
(100%,24%,0%,41%)
(1.00/0.24/0.00/0.41)	

CMYK percentages

%100
%24
%0
%41.18

Codes

Color #007296 in popluar color models

007296
RGB0114150
HSL194°100.00%29.41%
HSB/HSV194°100.00%58.82%
CMYK100.00%24.00%0.00%
41.18%

Color #007296 in popluar number systems.

HEX007296
Decimal0114150
Binary0111001010010110
Octal0162226

Shades and tints

Shades of #007296

#007296
(0,114,150)
#006889
(0,104,137)
#005E7C
(0,94,124)
#00546F
(0,84,111)
#004A62
(0,74,98)
#004055
(0,64,85)
#003648
(0,54,72)
#002C3B
(0,44,59)
#00222E
(0,34,46)
#001821
(0,24,33)
#000E14
(0,14,20)
#000000
(0,0,0)

Tints of #007296

#007296
(0,114,150)
#177E9F
(23,126,159)
#2E8AA8
(46,138,168)
#4596B1
(69,150,177)
#5CA2BA
(92,162,186)
#73AEC3
(115,174,195)
#8ABACC
(138,186,204)
#A1C6D5
(161,198,213)
#B8D2DE
(184,210,222)
#CFDEE7
(207,222,231)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007296; }

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

This text font color is #007296.


Background Color

.myBgColor { background-color: #007296; }

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

This div background color is #007296.


Border color

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

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

This div border color is #007296.


Opacity

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

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

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

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

This text has shadow with #007296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007296 on black background.


Color preview on white background

This text has color #007296 on white background.



Black color preview on #007296 background

This text has black color on #007296 background.


White color preview on #007296 background

This text has white color on #007296 background.