COLOR #078289

HEX: #078289 RGB: (7,130,137)

Color info

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

RGB color model

#078289 color RGB value is (7,130,137).

RGB: (7,130,137) (3%, 51%, 54%)

RGB channels and saturation

R 7 of 255 = 3%
G 130 of 255 = 51%
B 137 of 255 = 54%

7
130
137

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

Portions of RGB colors in percentages

R + G + B = 7 + 130 + 137 = 274 (100%)
R 7 of 274 ~ 2.55%
G 130 of 274 ~ 47.45%
B 137 of 274 ~ 50'%

%47.45
%50

CMYK color model

#078289 color CMYK value is (95,5,0,46).

  • cyan value is 94.89%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (95,5,0,46)
C95M5Y0K46 (95%, 5%, 0%, 46%)
(0.95 / 0.05 / 0.00 / 0.46)

CMYK percentages

%94.89
%5.11
%0
%46.27

Codes

Color #078289 in popluar color models

07 82 89
RGB 7 130 137
HSL 183° 90.28% 28.24%
HSB/HSV 183° 94.89% 53.73%
CMYK 94.89% 5.11% 0.00%
46.27%

Color #078289 in popluar number systems.

HEX 07 82 89
Decimal 7 130 137
Binary 111 10000010 10001001
Octal 7 202 211

Shades and tints

Shades of #078289

#078289
(7,130,137)
#07777D
(7,119,125)
#076C71
(7,108,113)
#076165
(7,97,101)
#075659
(7,86,89)
#074B4D
(7,75,77)
#074041
(7,64,65)
#073535
(7,53,53)
#072A29
(7,42,41)
#071F1D
(7,31,29)
#071411
(7,20,17)
#000000
(0,0,0)

Tints of #078289

#078289
(7,130,137)
#1D8D93
(29,141,147)
#33989D
(51,152,157)
#49A3A7
(73,163,167)
#5FAEB1
(95,174,177)
#75B9BB
(117,185,187)
#8BC4C5
(139,196,197)
#A1CFCF
(161,207,207)
#B7DAD9
(183,218,217)
#CDE5E3
(205,229,227)
#E3F0ED
(227,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #078289; }

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

This text font color is #078289.

Background Color

.myBgColor { background-color: #078289; }

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

This div background color is #078289.

Border color

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

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

This div border color is #078289.

Opacity

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

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

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

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

This text has shadow with #078289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #078289.

Preview

Color preview on black background

This text has color #078289 on black background.


Color preview on white background

This text has color #078289 on white background.


Black color preview on #078289 background

This text has black color on #078289 background.


White color preview on #078289 background

This text has white color on #078289 background.


Related colors

Complementary color

Complementary color for #hex is #F87D76.


I love getcolorcode.com

Triadic colors

1 #890782 and #828907 with #078289 are triadic colors.

2 #898207 and #820789 with #078289 are triadic colors.