COLOR #007A9C

HEX: #007A9C
RGB: (0,122,156)

Color info

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

RGB color model

#007A9C color RGB value is (0,122,156).

  • red value is 0;
  • green value is 122;
  • blue value is 156.
RGB:
(0,122,156)
(0%,48%,61%)

RGB channels and saturation

R 0 of 255 = 0%
G 122 of 255 = 48%
B 156 of 255 = 61%

0
122
156

R + G + B ~ 36%. #007A9C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 122 + 156 = 278 (100%)
R 0 of 278 ~ 0%
G 122 of 278 ~ 43.88%
B 156 of 278 ~ 56.12%

%43.88
%56.12

CMYK color model

#007A9C color CMYK value is (100,22,0,39).

  • cyan value is 100.00%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(100,22,0,39)
C100M22Y0K39 
(100%,22%,0%,39%)
(1.00/0.22/0.00/0.39)	

CMYK percentages

%100
%21.79
%0
%38.82

Codes

Color #007A9C in popluar color models

007A9C
RGB0122156
HSL193°100.00%30.59%
HSB/HSV193°100.00%61.18%
CMYK100.00%21.79%0.00%
38.82%

Color #007A9C in popluar number systems.

HEX007A9C
Decimal0122156
Binary0111101010011100
Octal0172234

Shades and tints

Shades of #007A9C

#007A9C
(0,122,156)
#006F8E
(0,111,142)
#006480
(0,100,128)
#005972
(0,89,114)
#004E64
(0,78,100)
#004356
(0,67,86)
#003848
(0,56,72)
#002D3A
(0,45,58)
#00222C
(0,34,44)
#00171E
(0,23,30)
#000C10
(0,12,16)
#000000
(0,0,0)

Tints of #007A9C

#007A9C
(0,122,156)
#1786A5
(23,134,165)
#2E92AE
(46,146,174)
#459EB7
(69,158,183)
#5CAAC0
(92,170,192)
#73B6C9
(115,182,201)
#8AC2D2
(138,194,210)
#A1CEDB
(161,206,219)
#B8DAE4
(184,218,228)
#CFE6ED
(207,230,237)
#E6F2F6
(230,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007A9C color. Also use rgb(0,122,156) instead hex code.

Text Font Color

.myTextColor { color: #007A9C; }

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

This text font color is #007A9C.


Background Color

.myBgColor { background-color: #007A9C; }

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

This div background color is #007A9C.


Border color

.myBorderColor { border: 1px solid #007A9C; }

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

This div border color is #007A9C.


Opacity

.myOpacity80 { color: #007A9C; opacity: 0.8; }

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

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

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

This text has shadow with #007A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007A9C on black background.


Color preview on white background

This text has color #007A9C on white background.



Black color preview on #007A9C background

This text has black color on #007A9C background.


White color preview on #007A9C background

This text has white color on #007A9C background.