COLOR #677462

HEX: #677462
RGB: (103,116,98)

Color info

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

RGB color model

#677462 color RGB value is (103,116,98).

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

RGB channels and saturation

R 103 of 255 = 40%
G 116 of 255 = 45%
B 98 of 255 = 38%

103
116
98

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

Portions of RGB colors in percentages

R + G + B =
103 + 116 + 98 = 317 (100%)
R 103 of 317 ~ 32.49%
G 116 of 317 ~ 36.59%
B 98 of 317 ~ 30.91%

%32.49
%36.59
%30.91

CMYK color model

#677462 color CMYK value is (11,0,16,55).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 15.52%
  • key color value is 54.51%
CMYK:
(11,0,16,55)
C11M0Y16K55 
(11%,0%,16%,55%)
(0.11/0.00/0.16/0.55)	

CMYK percentages

%11.21
%0
%15.52
%54.51

Codes

Color #677462 in popluar color models

677462
RGB10311698
HSL103°8.41%41.96%
HSB/HSV103°15.52%45.49%
CMYK11.21%0.00%15.52%
54.51%

Color #677462 in popluar number systems.

HEX677462
Decimal10311698
Binary110011111101001100010
Octal147164142

Shades and tints

Shades of #677462

#677462
(103,116,98)
#5E6A5A
(94,106,90)
#556052
(85,96,82)
#4C564A
(76,86,74)
#434C42
(67,76,66)
#3A423A
(58,66,58)
#313832
(49,56,50)
#282E2A
(40,46,42)
#1F2422
(31,36,34)
#161A1A
(22,26,26)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #677462

#677462
(103,116,98)
#748070
(116,128,112)
#818C7E
(129,140,126)
#8E988C
(142,152,140)
#9BA49A
(155,164,154)
#A8B0A8
(168,176,168)
#B5BCB6
(181,188,182)
#C2C8C4
(194,200,196)
#CFD4D2
(207,212,210)
#DCE0E0
(220,224,224)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677462; }

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

This text font color is #677462.


Background Color

.myBgColor { background-color: #677462; }

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

This div background color is #677462.


Border color

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

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

This div border color is #677462.


Opacity

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

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

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

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

This text has shadow with #677462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677462 on black background.


Color preview on white background

This text has color #677462 on white background.



Black color preview on #677462 background

This text has black color on #677462 background.


White color preview on #677462 background

This text has white color on #677462 background.