COLOR #677749

HEX: #677749
RGB: (103,119,73)

Color info

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

RGB color model

#677749 color RGB value is (103,119,73).

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

RGB channels and saturation

R 103 of 255 = 40%
G 119 of 255 = 47%
B 73 of 255 = 29%

103
119
73

R + G + B ~ 39%. #677749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 119 + 73 = 295 (100%)
R 103 of 295 ~ 34.92%
G 119 of 295 ~ 40.34%
B 73 of 295 ~ 24.75%

%34.92
%40.34
%24.75

CMYK color model

#677749 color CMYK value is (13,0,39,53).

  • cyan value is 13.45%
  • magenta value is 0.00%
  • yellow value is 38.66%
  • key color value is 53.33%
CMYK:
(13,0,39,53)
C13M0Y39K53 
(13%,0%,39%,53%)
(0.13/0.00/0.39/0.53)	

CMYK percentages

%13.45
%0
%38.66
%53.33

Codes

Color #677749 in popluar color models

677749
RGB10311973
HSL81°23.96%37.65%
HSB/HSV81°38.66%46.67%
CMYK13.45%0.00%38.66%
53.33%

Color #677749 in popluar number systems.

HEX677749
Decimal10311973
Binary110011111101111001001
Octal147167111

Shades and tints

Shades of #677749

#677749
(103,119,73)
#5E6D43
(94,109,67)
#55633D
(85,99,61)
#4C5937
(76,89,55)
#434F31
(67,79,49)
#3A452B
(58,69,43)
#313B25
(49,59,37)
#28311F
(40,49,31)
#1F2719
(31,39,25)
#161D13
(22,29,19)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #677749

#677749
(103,119,73)
#748359
(116,131,89)
#818F69
(129,143,105)
#8E9B79
(142,155,121)
#9BA789
(155,167,137)
#A8B399
(168,179,153)
#B5BFA9
(181,191,169)
#C2CBB9
(194,203,185)
#CFD7C9
(207,215,201)
#DCE3D9
(220,227,217)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677749; }

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

This text font color is #677749.


Background Color

.myBgColor { background-color: #677749; }

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

This div background color is #677749.


Border color

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

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

This div border color is #677749.


Opacity

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

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

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

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

This text has shadow with #677749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677749 on black background.


Color preview on white background

This text has color #677749 on white background.



Black color preview on #677749 background

This text has black color on #677749 background.


White color preview on #677749 background

This text has white color on #677749 background.