COLOR #677357

HEX: #677357
RGB: (103,115,87)

Color info

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

RGB color model

#677357 color RGB value is (103,115,87).

  • red value is 103;
  • green value is 115;
  • blue value is 87.
RGB:
(103,115,87)
(40%,45%,34%)

RGB channels and saturation

R 103 of 255 = 40%
G 115 of 255 = 45%
B 87 of 255 = 34%

103
115
87

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

Portions of RGB colors in percentages

R + G + B =
103 + 115 + 87 = 305 (100%)
R 103 of 305 ~ 33.77%
G 115 of 305 ~ 37.7%
B 87 of 305 ~ 28.52%

%33.77
%37.7
%28.52

CMYK color model

#677357 color CMYK value is (10,0,24,55).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 24.35%
  • key color value is 54.90%
CMYK:
(10,0,24,55)
C10M0Y24K55 
(10%,0%,24%,55%)
(0.10/0.00/0.24/0.55)	

CMYK percentages

%10.43
%0
%24.35
%54.9

Codes

Color #677357 in popluar color models

677357
RGB10311587
HSL86°13.86%39.61%
HSB/HSV86°24.35%45.10%
CMYK10.43%0.00%24.35%
54.90%

Color #677357 in popluar number systems.

HEX677357
Decimal10311587
Binary110011111100111010111
Octal147163127

Shades and tints

Shades of #677357

#677357
(103,115,87)
#5E6950
(94,105,80)
#555F49
(85,95,73)
#4C5542
(76,85,66)
#434B3B
(67,75,59)
#3A4134
(58,65,52)
#31372D
(49,55,45)
#282D26
(40,45,38)
#1F231F
(31,35,31)
#161918
(22,25,24)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #677357

#677357
(103,115,87)
#747F66
(116,127,102)
#818B75
(129,139,117)
#8E9784
(142,151,132)
#9BA393
(155,163,147)
#A8AFA2
(168,175,162)
#B5BBB1
(181,187,177)
#C2C7C0
(194,199,192)
#CFD3CF
(207,211,207)
#DCDFDE
(220,223,222)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677357 color. Also use rgb(103,115,87) instead hex code.

Text Font Color

.myTextColor { color: #677357; }

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

This text font color is #677357.


Background Color

.myBgColor { background-color: #677357; }

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

This div background color is #677357.


Border color

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

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

This div border color is #677357.


Opacity

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

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

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

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

This text has shadow with #677357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677357 on black background.


Color preview on white background

This text has color #677357 on white background.



Black color preview on #677357 background

This text has black color on #677357 background.


White color preview on #677357 background

This text has white color on #677357 background.