COLOR #677263

HEX: #677263
RGB: (103,114,99)

Color info

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

RGB color model

#677263 color RGB value is (103,114,99).

  • red value is 103;
  • green value is 114;
  • blue value is 99.
RGB: (103,114,99) (40%,45%,39%)

RGB channels and saturation

R 103 of 255 = 40%
G 114 of 255 = 45%
B 99 of 255 = 39%

103
114
99

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

Portions of RGB colors in percentages

R + G + B =
103 + 114 + 99 = 316 (100%)
R 103 of 316 ~ 32.59%
G 114 of 316 ~ 36.08%
B 99 of 316 ~ 31.33%

%32.59
%36.08
%31.33

CMYK color model

#677263 color CMYK value is (10,0,13,55).

  • cyan value is 9.65%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 55.29%
CMYK: (10,0,13,55) C10M0Y13K55 (10%,0%,13%,55%) (0.10/0.00/0.13/0.55)

CMYK percentages

%9.65
%0
%13.16
%55.29

Codes

Color #677263 in popluar color models

677263
RGB10311499
HSL104°7.04%41.76%
HSB/HSV104°13.16%44.71%
CMYK9.65%0.00%13.16%
55.29%

Color #677263 in popluar number systems.

HEX677263
Decimal10311499
Binary110011111100101100011
Octal147162143

Shades and tints

Shades of #677263

#677263
(103,114,99)
#5E685A
(94,104,90)
#555E51
(85,94,81)
#4C5448
(76,84,72)
#434A3F
(67,74,63)
#3A4036
(58,64,54)
#31362D
(49,54,45)
#282C24
(40,44,36)
#1F221B
(31,34,27)
#161812
(22,24,18)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #677263

#677263
(103,114,99)
#747E71
(116,126,113)
#818A7F
(129,138,127)
#8E968D
(142,150,141)
#9BA29B
(155,162,155)
#A8AEA9
(168,174,169)
#B5BAB7
(181,186,183)
#C2C6C5
(194,198,197)
#CFD2D3
(207,210,211)
#DCDEE1
(220,222,225)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677263 color. Also use rgb(103,114,99) instead hex code.

Text Font Color

.myTextColor { color: #677263; }

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

This text font color is #677263.


Background Color

.myBgColor { background-color: #677263; }

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

This div background color is #677263.


Border color

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

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

This div border color is #677263.


Opacity

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

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

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

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

This text has shadow with #677263 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #677263 on black background.


Color preview on white background

This text has color #677263 on white background.



Black color preview on #677263 background

This text has black color on #677263 background.


White color preview on #677263 background

This text has white color on #677263 background.