COLOR #075678

HEX: #075678
RGB: (7,86,120)

Color info

#075678 contains mainly green and blue colors. Web safe color of #075678 is #006666 (or #066).

RGB color model

#075678 color RGB value is (7,86,120).

  • red value is 7;
  • green value is 86;
  • blue value is 120.
RGB:
(7,86,120)
(3%,34%,47%)

RGB channels and saturation

R 7 of 255 = 3%
G 86 of 255 = 34%
B 120 of 255 = 47%

7
86
120

R + G + B ~ 28%. #075678 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 86 + 120 = 213 (100%)
R 7 of 213 ~ 3.29%
G 86 of 213 ~ 40.38%
B 120 of 213 ~ 56.34%

%40.38
%56.34

CMYK color model

#075678 color CMYK value is (94,28,0,53).

  • cyan value is 94.17%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(94,28,0,53)
C94M28Y0K53 
(94%,28%,0%,53%)
(0.94/0.28/0.00/0.53)	

CMYK percentages

%94.17
%28.33
%0
%52.94

Codes

Color #075678 in popluar color models

075678
RGB786120
HSL198°88.98%24.90%
HSB/HSV198°94.17%47.06%
CMYK94.17%28.33%0.00%
52.94%

Color #075678 in popluar number systems.

HEX075678
Decimal786120
Binary11110101101111000
Octal7126170

Shades and tints

Shades of #075678

#075678
(7,86,120)
#074F6E
(7,79,110)
#074864
(7,72,100)
#07415A
(7,65,90)
#073A50
(7,58,80)
#073346
(7,51,70)
#072C3C
(7,44,60)
#072532
(7,37,50)
#071E28
(7,30,40)
#07171E
(7,23,30)
#071014
(7,16,20)
#000000
(0,0,0)

Tints of #075678

#075678
(7,86,120)
#1D6584
(29,101,132)
#337490
(51,116,144)
#49839C
(73,131,156)
#5F92A8
(95,146,168)
#75A1B4
(117,161,180)
#8BB0C0
(139,176,192)
#A1BFCC
(161,191,204)
#B7CED8
(183,206,216)
#CDDDE4
(205,221,228)
#E3ECF0
(227,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #075678 color. Also use rgb(7,86,120) instead hex code.

Text Font Color

.myTextColor { color: #075678; }

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

This text font color is #075678.


Background Color

.myBgColor { background-color: #075678; }

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

This div background color is #075678.


Border color

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

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

This div border color is #075678.


Opacity

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

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

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

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

This text has shadow with #075678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #075678 on black background.


Color preview on white background

This text has color #075678 on white background.



Black color preview on #075678 background

This text has black color on #075678 background.


White color preview on #075678 background

This text has white color on #075678 background.