COLOR #677742

HEX: #677742
RGB: (103,119,66)

Color info

#677742 contains red, green and blue colors in about the same proportion. Web safe color of #677742 is #666633 (or #663).

RGB color model

#677742 color RGB value is (103,119,66).

  • red value is 103;
  • green value is 119;
  • blue value is 66.
RGB:
(103,119,66)
(40%,47%,26%)

RGB channels and saturation

R 103 of 255 = 40%
G 119 of 255 = 47%
B 66 of 255 = 26%

103
119
66

R + G + B ~ 38%. #677742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 119 + 66 = 288 (100%)
R 103 of 288 ~ 35.76%
G 119 of 288 ~ 41.32%
B 66 of 288 ~ 22.92%

%35.76
%41.32
%22.92

CMYK color model

#677742 color CMYK value is (13,0,45,53).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 44.54%
  • key color value is 53.33%
CMYK:
(13,0,45,53)
C13M0Y45K53 
(13%,0%,45%,53%)
(0.13/0.00/0.45/0.53)	

CMYK percentages

%13.45
%0
%44.54
%53.33

Codes

Color #677742 in popluar color models

677742
RGB10311966
HSL78°28.65%36.27%
HSB/HSV78°44.54%46.67%
CMYK13.45%0.00%44.54%
53.33%

Color #677742 in popluar number systems.

HEX677742
Decimal10311966
Binary110011111101111000010
Octal147167102

Shades and tints

Shades of #677742

#677742
(103,119,66)
#5E6D3C
(94,109,60)
#556336
(85,99,54)
#4C5930
(76,89,48)
#434F2A
(67,79,42)
#3A4524
(58,69,36)
#313B1E
(49,59,30)
#283118
(40,49,24)
#1F2712
(31,39,18)
#161D0C
(22,29,12)
#0D1306
(13,19,6)
#000000
(0,0,0)

Tints of #677742

#677742
(103,119,66)
#748353
(116,131,83)
#818F64
(129,143,100)
#8E9B75
(142,155,117)
#9BA786
(155,167,134)
#A8B397
(168,179,151)
#B5BFA8
(181,191,168)
#C2CBB9
(194,203,185)
#CFD7CA
(207,215,202)
#DCE3DB
(220,227,219)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677742 color. Also use rgb(103,119,66) instead hex code.

Text Font Color

.myTextColor { color: #677742; }

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

This text font color is #677742.


Background Color

.myBgColor { background-color: #677742; }

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

This div background color is #677742.


Border color

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

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

This div border color is #677742.


Opacity

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

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

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

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

This text has shadow with #677742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677742 on black background.


Color preview on white background

This text has color #677742 on white background.



Black color preview on #677742 background

This text has black color on #677742 background.


White color preview on #677742 background

This text has white color on #677742 background.