COLOR #07799B

HEX: #07799B
RGB: (7,121,155)

Color info

#07799B contains mainly green and blue colors. Web safe color of #07799B is #006699 (or #069).

RGB color model

#07799B color RGB value is (7,121,155).

  • red value is 7;
  • green value is 121;
  • blue value is 155.
RGB:
(7,121,155)
(3%,47%,61%)

RGB channels and saturation

R 7 of 255 = 3%
G 121 of 255 = 47%
B 155 of 255 = 61%

7
121
155

R + G + B ~ 37%. #07799B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 121 + 155 = 283 (100%)
R 7 of 283 ~ 2.47%
G 121 of 283 ~ 42.76%
B 155 of 283 ~ 54.77%

%42.76
%54.77

CMYK color model

#07799B color CMYK value is (95,22,0,39).

  • cyan value is 95.48%
  • magenta value is 21.94%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(95,22,0,39)
C95M22Y0K39 
(95%,22%,0%,39%)
(0.95/0.22/0.00/0.39)	

CMYK percentages

%95.48
%21.94
%0
%39.22

Codes

Color #07799B in popluar color models

07799B
RGB7121155
HSL194°91.36%31.76%
HSB/HSV194°95.48%60.78%
CMYK95.48%21.94%0.00%
39.22%

Color #07799B in popluar number systems.

HEX07799B
Decimal7121155
Binary111111100110011011
Octal7171233

Shades and tints

Shades of #07799B

#07799B
(7,121,155)
#076E8D
(7,110,141)
#07637F
(7,99,127)
#075871
(7,88,113)
#074D63
(7,77,99)
#074255
(7,66,85)
#073747
(7,55,71)
#072C39
(7,44,57)
#07212B
(7,33,43)
#07161D
(7,22,29)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #07799B

#07799B
(7,121,155)
#1D85A4
(29,133,164)
#3391AD
(51,145,173)
#499DB6
(73,157,182)
#5FA9BF
(95,169,191)
#75B5C8
(117,181,200)
#8BC1D1
(139,193,209)
#A1CDDA
(161,205,218)
#B7D9E3
(183,217,227)
#CDE5EC
(205,229,236)
#E3F1F5
(227,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07799B color. Also use rgb(7,121,155) instead hex code.

Text Font Color

.myTextColor { color: #07799B; }

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

This text font color is #07799B.


Background Color

.myBgColor { background-color: #07799B; }

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

This div background color is #07799B.


Border color

.myBorderColor { border: 1px solid #07799B; }

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

This div border color is #07799B.


Opacity

.myOpacity80 { color: #07799B; opacity: 0.8; }

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

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

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

This text has shadow with #07799B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07799B on black background.


Color preview on white background

This text has color #07799B on white background.



Black color preview on #07799B background

This text has black color on #07799B background.


White color preview on #07799B background

This text has white color on #07799B background.