COLOR #678A7B

HEX: #678A7B RGB: (103,138,123)

Color info

#678A7B contains red, green and blue colors in about the same proportion. Web safe color of #678A7B is #669966 (or #696).

RGB color model

#678A7B color RGB value is (103,138,123).

RGB: (103,138,123) (40%, 54%, 48%)

RGB channels and saturation

R 103 of 255 = 40%
G 138 of 255 = 54%
B 123 of 255 = 48%

103
138
123

R + G + B ~ 47%. #678A7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 138 + 123 = 364 (100%)
R 103 of 364 ~ 28.3%
G 138 of 364 ~ 37.91%
B 123 of 364 ~ 33.79'%

%28.3
%37.91
%33.79

CMYK color model

#678A7B color CMYK value is (25,0,11,46).

  • cyan value is 25.36%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 45.88%

CMYK: (25,0,11,46)
C25M0Y11K46 (25%, 0%, 11%, 46%)
(0.25 / 0.00 / 0.11 / 0.46)

CMYK percentages

%25.36
%0
%10.87
%45.88

Codes

Color #678A7B in popluar color models

67 8A 7B
RGB 103 138 123
HSL 154° 14.52% 47.25%
HSB/HSV 154° 25.36% 54.12%
CMYK 25.36% 0.00% 10.87%
45.88%

Color #678A7B in popluar number systems.

HEX 67 8A 7B
Decimal 103 138 123
Binary 1100111 10001010 1111011
Octal 147 212 173

Shades and tints

Shades of #678A7B

#678A7B
(103,138,123)
#5E7E70
(94,126,112)
#557265
(85,114,101)
#4C665A
(76,102,90)
#435A4F
(67,90,79)
#3A4E44
(58,78,68)
#314239
(49,66,57)
#28362E
(40,54,46)
#1F2A23
(31,42,35)
#161E18
(22,30,24)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #678A7B

#678A7B
(103,138,123)
#749487
(116,148,135)
#819E93
(129,158,147)
#8EA89F
(142,168,159)
#9BB2AB
(155,178,171)
#A8BCB7
(168,188,183)
#B5C6C3
(181,198,195)
#C2D0CF
(194,208,207)
#CFDADB
(207,218,219)
#DCE4E7
(220,228,231)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678A7B color. Also use rgb(103,138,123) instead hex code.

Text Font Color

.myTextColor { color: #678A7B; }

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

This text font color is #678A7B.

Background Color

.myBgColor { background-color: #678A7B; }

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

This div background color is #678A7B.

Border color

.myBorderColor { border: 1px solid #678A7B; }

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

This div border color is #678A7B.

Opacity

.myOpacity80 { color: #678A7B; opacity: 0.8; }

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

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

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

This text has shadow with #678A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678A7B.

Preview

Color preview on black background

This text has color #678A7B on black background.


Color preview on white background

This text has color #678A7B on white background.


Black color preview on #678A7B background

This text has black color on #678A7B background.


White color preview on #678A7B background

This text has white color on #678A7B background.


Related colors

Complementary color

Complementary color for #hex is #987584.


I love getcolorcode.com

Triadic colors

1 #7B678A and #8A7B67 with #678A7B are triadic colors.

2 #7B8A67 and #8A677B with #678A7B are triadic colors.