COLOR #677464

HEX: #677464
RGB: (103,116,100)

Color info

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

RGB color model

#677464 color RGB value is (103,116,100).

  • red value is 103;
  • green value is 116;
  • blue value is 100.
RGB:
(103,116,100)
(40%,45%,39%)

RGB channels and saturation

R 103 of 255 = 40%
G 116 of 255 = 45%
B 100 of 255 = 39%

103
116
100

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

Portions of RGB colors in percentages

R + G + B =
103 + 116 + 100 = 319 (100%)
R 103 of 319 ~ 32.29%
G 116 of 319 ~ 36.36%
B 100 of 319 ~ 31.35%

%32.29
%36.36
%31.35

CMYK color model

#677464 color CMYK value is (11,0,14,55).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 54.51%
CMYK:
(11,0,14,55)
C11M0Y14K55 
(11%,0%,14%,55%)
(0.11/0.00/0.14/0.55)	

CMYK percentages

%11.21
%0
%13.79
%54.51

Codes

Color #677464 in popluar color models

677464
RGB103116100
HSL109°7.41%42.35%
HSB/HSV109°13.79%45.49%
CMYK11.21%0.00%13.79%
54.51%

Color #677464 in popluar number systems.

HEX677464
Decimal103116100
Binary110011111101001100100
Octal147164144

Shades and tints

Shades of #677464

#677464
(103,116,100)
#5E6A5B
(94,106,91)
#556052
(85,96,82)
#4C5649
(76,86,73)
#434C40
(67,76,64)
#3A4237
(58,66,55)
#31382E
(49,56,46)
#282E25
(40,46,37)
#1F241C
(31,36,28)
#161A13
(22,26,19)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #677464

#677464
(103,116,100)
#748072
(116,128,114)
#818C80
(129,140,128)
#8E988E
(142,152,142)
#9BA49C
(155,164,156)
#A8B0AA
(168,176,170)
#B5BCB8
(181,188,184)
#C2C8C6
(194,200,198)
#CFD4D4
(207,212,212)
#DCE0E2
(220,224,226)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677464 color. Also use rgb(103,116,100) instead hex code.

Text Font Color

.myTextColor { color: #677464; }

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

This text font color is #677464.


Background Color

.myBgColor { background-color: #677464; }

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

This div background color is #677464.


Border color

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

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

This div border color is #677464.


Opacity

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

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

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

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

This text has shadow with #677464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677464 on black background.


Color preview on white background

This text has color #677464 on white background.



Black color preview on #677464 background

This text has black color on #677464 background.


White color preview on #677464 background

This text has white color on #677464 background.