COLOR #078295

HEX: #078295
RGB: (7,130,149)

Color info

#078295 contains mainly green and blue colors. Web safe color of #078295 is #009999 (or #099).

RGB color model

#078295 color RGB value is (7,130,149).

  • red value is 7;
  • green value is 130;
  • blue value is 149.
RGB:
(7,130,149)
(3%,51%,58%)

RGB channels and saturation

R 7 of 255 = 3%
G 130 of 255 = 51%
B 149 of 255 = 58%

7
130
149

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

Portions of RGB colors in percentages

R + G + B =
7 + 130 + 149 = 286 (100%)
R 7 of 286 ~ 2.45%
G 130 of 286 ~ 45.45%
B 149 of 286 ~ 52.1%

%45.45
%52.1

CMYK color model

#078295 color CMYK value is (95,13,0,42).

  • cyan value is 95.30%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(95,13,0,42)
C95M13Y0K42 
(95%,13%,0%,42%)
(0.95/0.13/0.00/0.42)	

CMYK percentages

%95.3
%12.75
%0
%41.57

Codes

Color #078295 in popluar color models

078295
RGB7130149
HSL188°91.03%30.59%
HSB/HSV188°95.30%58.43%
CMYK95.30%12.75%0.00%
41.57%

Color #078295 in popluar number systems.

HEX078295
Decimal7130149
Binary1111000001010010101
Octal7202225

Shades and tints

Shades of #078295

#078295
(7,130,149)
#077788
(7,119,136)
#076C7B
(7,108,123)
#07616E
(7,97,110)
#075661
(7,86,97)
#074B54
(7,75,84)
#074047
(7,64,71)
#07353A
(7,53,58)
#072A2D
(7,42,45)
#071F20
(7,31,32)
#071413
(7,20,19)
#000000
(0,0,0)

Tints of #078295

#078295
(7,130,149)
#1D8D9E
(29,141,158)
#3398A7
(51,152,167)
#49A3B0
(73,163,176)
#5FAEB9
(95,174,185)
#75B9C2
(117,185,194)
#8BC4CB
(139,196,203)
#A1CFD4
(161,207,212)
#B7DADD
(183,218,221)
#CDE5E6
(205,229,230)
#E3F0EF
(227,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #078295 color. Also use rgb(7,130,149) instead hex code.

Text Font Color

.myTextColor { color: #078295; }

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

This text font color is #078295.


Background Color

.myBgColor { background-color: #078295; }

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

This div background color is #078295.


Border color

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

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

This div border color is #078295.


Opacity

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

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

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

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

This text has shadow with #078295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #078295 on black background.


Color preview on white background

This text has color #078295 on white background.



Black color preview on #078295 background

This text has black color on #078295 background.


White color preview on #078295 background

This text has white color on #078295 background.