COLOR #677266

HEX: #677266
RGB: (103,114,102)

Color info

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

RGB color model

#677266 color RGB value is (103,114,102).

  • red value is 103;
  • green value is 114;
  • blue value is 102.
RGB:
(103,114,102)
(40%,45%,40%)

RGB channels and saturation

R 103 of 255 = 40%
G 114 of 255 = 45%
B 102 of 255 = 40%

103
114
102

R + G + B ~ 42%. #677266 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 114 + 102 = 319 (100%)
R 103 of 319 ~ 32.29%
G 114 of 319 ~ 35.74%
B 102 of 319 ~ 31.97%

%32.29
%35.74
%31.97

CMYK color model

#677266 color CMYK value is (10,0,11,55).

  • cyan value is 9.65%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 55.29%
CMYK:
(10,0,11,55)
C10M0Y11K55 
(10%,0%,11%,55%)
(0.10/0.00/0.11/0.55)	

CMYK percentages

%9.65
%0
%10.53
%55.29

Codes

Color #677266 in popluar color models

677266
RGB103114102
HSL115°5.56%42.35%
HSB/HSV115°10.53%44.71%
CMYK9.65%0.00%10.53%
55.29%

Color #677266 in popluar number systems.

HEX677266
Decimal103114102
Binary110011111100101100110
Octal147162146

Shades and tints

Shades of #677266

#677266
(103,114,102)
#5E685D
(94,104,93)
#555E54
(85,94,84)
#4C544B
(76,84,75)
#434A42
(67,74,66)
#3A4039
(58,64,57)
#313630
(49,54,48)
#282C27
(40,44,39)
#1F221E
(31,34,30)
#161815
(22,24,21)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #677266

#677266
(103,114,102)
#747E73
(116,126,115)
#818A80
(129,138,128)
#8E968D
(142,150,141)
#9BA29A
(155,162,154)
#A8AEA7
(168,174,167)
#B5BAB4
(181,186,180)
#C2C6C1
(194,198,193)
#CFD2CE
(207,210,206)
#DCDEDB
(220,222,219)
#E9EAE8
(233,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677266 color. Also use rgb(103,114,102) instead hex code.

Text Font Color

.myTextColor { color: #677266; }

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

This text font color is #677266.


Background Color

.myBgColor { background-color: #677266; }

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

This div background color is #677266.


Border color

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

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

This div border color is #677266.


Opacity

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

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

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

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

This text has shadow with #677266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677266 on black background.


Color preview on white background

This text has color #677266 on white background.



Black color preview on #677266 background

This text has black color on #677266 background.


White color preview on #677266 background

This text has white color on #677266 background.