COLOR #007798

HEX: #007798
RGB: (0,119,152)

Color info

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

RGB color model

#007798 color RGB value is (0,119,152).

  • red value is 0;
  • green value is 119;
  • blue value is 152.
RGB:
(0,119,152)
(0%,47%,60%)

RGB channels and saturation

R 0 of 255 = 0%
G 119 of 255 = 47%
B 152 of 255 = 60%

0
119
152

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

Portions of RGB colors in percentages

R + G + B =
0 + 119 + 152 = 271 (100%)
R 0 of 271 ~ 0%
G 119 of 271 ~ 43.91%
B 152 of 271 ~ 56.09%

%43.91
%56.09

CMYK color model

#007798 color CMYK value is (100,22,0,40).

  • cyan value is 100.00%
  • magenta value is 21.71%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(100,22,0,40)
C100M22Y0K40 
(100%,22%,0%,40%)
(1.00/0.22/0.00/0.40)	

CMYK percentages

%100
%21.71
%0
%40.39

Codes

Color #007798 in popluar color models

007798
RGB0119152
HSL193°100.00%29.80%
HSB/HSV193°100.00%59.61%
CMYK100.00%21.71%0.00%
40.39%

Color #007798 in popluar number systems.

HEX007798
Decimal0119152
Binary0111011110011000
Octal0167230

Shades and tints

Shades of #007798

#007798
(0,119,152)
#006D8B
(0,109,139)
#00637E
(0,99,126)
#005971
(0,89,113)
#004F64
(0,79,100)
#004557
(0,69,87)
#003B4A
(0,59,74)
#00313D
(0,49,61)
#002730
(0,39,48)
#001D23
(0,29,35)
#001316
(0,19,22)
#000000
(0,0,0)

Tints of #007798

#007798
(0,119,152)
#1783A1
(23,131,161)
#2E8FAA
(46,143,170)
#459BB3
(69,155,179)
#5CA7BC
(92,167,188)
#73B3C5
(115,179,197)
#8ABFCE
(138,191,206)
#A1CBD7
(161,203,215)
#B8D7E0
(184,215,224)
#CFE3E9
(207,227,233)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007798; }

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

This text font color is #007798.


Background Color

.myBgColor { background-color: #007798; }

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

This div background color is #007798.


Border color

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

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

This div border color is #007798.


Opacity

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

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

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

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

This text has shadow with #007798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007798 on black background.


Color preview on white background

This text has color #007798 on white background.



Black color preview on #007798 background

This text has black color on #007798 background.


White color preview on #007798 background

This text has white color on #007798 background.