COLOR #677369

HEX: #677369
RGB: (103,115,105)

Color info

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

RGB color model

#677369 color RGB value is (103,115,105).

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

RGB channels and saturation

R 103 of 255 = 40%
G 115 of 255 = 45%
B 105 of 255 = 41%

103
115
105

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

Portions of RGB colors in percentages

R + G + B =
103 + 115 + 105 = 323 (100%)
R 103 of 323 ~ 31.89%
G 115 of 323 ~ 35.6%
B 105 of 323 ~ 32.51%

%31.89
%35.6
%32.51

CMYK color model

#677369 color CMYK value is (10,0,9,55).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 54.90%
CMYK:
(10,0,9,55)
C10M0Y9K55 
(10%,0%,9%,55%)
(0.10/0.00/0.09/0.55)	

CMYK percentages

%10.43
%0
%8.7
%54.9

Codes

Color #677369 in popluar color models

677369
RGB103115105
HSL130°5.50%42.75%
HSB/HSV130°10.43%45.10%
CMYK10.43%0.00%8.70%
54.90%

Color #677369 in popluar number systems.

HEX677369
Decimal103115105
Binary110011111100111101001
Octal147163151

Shades and tints

Shades of #677369

#677369
(103,115,105)
#5E6960
(94,105,96)
#555F57
(85,95,87)
#4C554E
(76,85,78)
#434B45
(67,75,69)
#3A413C
(58,65,60)
#313733
(49,55,51)
#282D2A
(40,45,42)
#1F2321
(31,35,33)
#161918
(22,25,24)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #677369

#677369
(103,115,105)
#747F76
(116,127,118)
#818B83
(129,139,131)
#8E9790
(142,151,144)
#9BA39D
(155,163,157)
#A8AFAA
(168,175,170)
#B5BBB7
(181,187,183)
#C2C7C4
(194,199,196)
#CFD3D1
(207,211,209)
#DCDFDE
(220,223,222)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677369; }

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

This text font color is #677369.


Background Color

.myBgColor { background-color: #677369; }

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

This div background color is #677369.


Border color

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

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

This div border color is #677369.


Opacity

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

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

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

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

This text has shadow with #677369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677369 on black background.


Color preview on white background

This text has color #677369 on white background.



Black color preview on #677369 background

This text has black color on #677369 background.


White color preview on #677369 background

This text has white color on #677369 background.