COLOR #677A69

HEX: #677A69
RGB: (103,122,105)

Color info

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

RGB color model

#677A69 color RGB value is (103,122,105).

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

RGB channels and saturation

R 103 of 255 = 40%
G 122 of 255 = 48%
B 105 of 255 = 41%

103
122
105

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

Portions of RGB colors in percentages

R + G + B =
103 + 122 + 105 = 330 (100%)
R 103 of 330 ~ 31.21%
G 122 of 330 ~ 36.97%
B 105 of 330 ~ 31.82%

%31.21
%36.97
%31.82

CMYK color model

#677A69 color CMYK value is (16,0,14,52).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 52.16%
CMYK:
(16,0,14,52)
C16M0Y14K52 
(16%,0%,14%,52%)
(0.16/0.00/0.14/0.52)	

CMYK percentages

%15.57
%0
%13.93
%52.16

Codes

Color #677A69 in popluar color models

677A69
RGB103122105
HSL126°8.44%44.12%
HSB/HSV126°15.57%47.84%
CMYK15.57%0.00%13.93%
52.16%

Color #677A69 in popluar number systems.

HEX677A69
Decimal103122105
Binary110011111110101101001
Octal147172151

Shades and tints

Shades of #677A69

#677A69
(103,122,105)
#5E6F60
(94,111,96)
#556457
(85,100,87)
#4C594E
(76,89,78)
#434E45
(67,78,69)
#3A433C
(58,67,60)
#313833
(49,56,51)
#282D2A
(40,45,42)
#1F2221
(31,34,33)
#161718
(22,23,24)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #677A69

#677A69
(103,122,105)
#748676
(116,134,118)
#819283
(129,146,131)
#8E9E90
(142,158,144)
#9BAA9D
(155,170,157)
#A8B6AA
(168,182,170)
#B5C2B7
(181,194,183)
#C2CEC4
(194,206,196)
#CFDAD1
(207,218,209)
#DCE6DE
(220,230,222)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677A69; }

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

This text font color is #677A69.


Background Color

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

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

This div background color is #677A69.


Border color

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

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

This div border color is #677A69.


Opacity

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

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

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

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

This text has shadow with #677A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677A69 on black background.


Color preview on white background

This text has color #677A69 on white background.



Black color preview on #677A69 background

This text has black color on #677A69 background.


White color preview on #677A69 background

This text has white color on #677A69 background.