COLOR #007288

HEX: #007288
RGB: (0,114,136)

Color info

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

RGB color model

#007288 color RGB value is (0,114,136).

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

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 136 of 255 = 53%

0
114
136

R + G + B ~ 33%. #007288 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 114 + 136 = 250 (100%)
R 0 of 250 ~ 0%
G 114 of 250 ~ 45.6%
B 136 of 250 ~ 54.4%

%45.6
%54.4

CMYK color model

#007288 color CMYK value is (100,16,0,47).

  • cyan value is 100.00%
  • magenta value is 16.18%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(100,16,0,47)
C100M16Y0K47 
(100%,16%,0%,47%)
(1.00/0.16/0.00/0.47)	

CMYK percentages

%100
%16.18
%0
%46.67

Codes

Color #007288 in popluar color models

007288
RGB0114136
HSL190°100.00%26.67%
HSB/HSV190°100.00%53.33%
CMYK100.00%16.18%0.00%
46.67%

Color #007288 in popluar number systems.

HEX007288
Decimal0114136
Binary0111001010001000
Octal0162210

Shades and tints

Shades of #007288

#007288
(0,114,136)
#00687C
(0,104,124)
#005E70
(0,94,112)
#005464
(0,84,100)
#004A58
(0,74,88)
#00404C
(0,64,76)
#003640
(0,54,64)
#002C34
(0,44,52)
#002228
(0,34,40)
#00181C
(0,24,28)
#000E10
(0,14,16)
#000000
(0,0,0)

Tints of #007288

#007288
(0,114,136)
#177E92
(23,126,146)
#2E8A9C
(46,138,156)
#4596A6
(69,150,166)
#5CA2B0
(92,162,176)
#73AEBA
(115,174,186)
#8ABAC4
(138,186,196)
#A1C6CE
(161,198,206)
#B8D2D8
(184,210,216)
#CFDEE2
(207,222,226)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007288; }

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

This text font color is #007288.


Background Color

.myBgColor { background-color: #007288; }

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

This div background color is #007288.


Border color

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

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

This div border color is #007288.


Opacity

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

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

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

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

This text has shadow with #007288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007288 on black background.


Color preview on white background

This text has color #007288 on white background.



Black color preview on #007288 background

This text has black color on #007288 background.


White color preview on #007288 background

This text has white color on #007288 background.