COLOR #677A71

HEX: #677A71
RGB: (103,122,113)

Color info

#677A71 contains red, green and blue colors in about the same proportion. Web safe color of #677A71 is #666666 (or #666).

RGB color model

#677A71 color RGB value is (103,122,113).

  • red value is 103;
  • green value is 122;
  • blue value is 113.
RGB:
(103,122,113)
(40%,48%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 122 of 255 = 48%
B 113 of 255 = 44%

103
122
113

R + G + B ~ 44%. #677A71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 122 + 113 = 338 (100%)
R 103 of 338 ~ 30.47%
G 122 of 338 ~ 36.09%
B 113 of 338 ~ 33.43%

%30.47
%36.09
%33.43

CMYK color model

#677A71 color CMYK value is (16,0,7,52).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 7.38%
  • key color value is 52.16%
CMYK:
(16,0,7,52)
C16M0Y7K52 
(16%,0%,7%,52%)
(0.16/0.00/0.07/0.52)	

CMYK percentages

%15.57
%0
%7.38
%52.16

Codes

Color #677A71 in popluar color models

677A71
RGB103122113
HSL152°8.44%44.12%
HSB/HSV152°15.57%47.84%
CMYK15.57%0.00%7.38%
52.16%

Color #677A71 in popluar number systems.

HEX677A71
Decimal103122113
Binary110011111110101110001
Octal147172161

Shades and tints

Shades of #677A71

#677A71
(103,122,113)
#5E6F67
(94,111,103)
#55645D
(85,100,93)
#4C5953
(76,89,83)
#434E49
(67,78,73)
#3A433F
(58,67,63)
#313835
(49,56,53)
#282D2B
(40,45,43)
#1F2221
(31,34,33)
#161717
(22,23,23)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #677A71

#677A71
(103,122,113)
#74867D
(116,134,125)
#819289
(129,146,137)
#8E9E95
(142,158,149)
#9BAAA1
(155,170,161)
#A8B6AD
(168,182,173)
#B5C2B9
(181,194,185)
#C2CEC5
(194,206,197)
#CFDAD1
(207,218,209)
#DCE6DD
(220,230,221)
#E9F2E9
(233,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677A71 color. Also use rgb(103,122,113) instead hex code.

Text Font Color

.myTextColor { color: #677A71; }

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

This text font color is #677A71.


Background Color

.myBgColor { background-color: #677A71; }

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

This div background color is #677A71.


Border color

.myBorderColor { border: 1px solid #677A71; }

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

This div border color is #677A71.


Opacity

.myOpacity80 { color: #677A71; opacity: 0.8; }

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

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

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

This text has shadow with #677A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677A71 on black background.


Color preview on white background

This text has color #677A71 on white background.



Black color preview on #677A71 background

This text has black color on #677A71 background.


White color preview on #677A71 background

This text has white color on #677A71 background.