COLOR #677110

HEX: #677110
RGB: (103,113,16)

Color info

#677110 contains mainly red and green colors. Web safe color of #677110 is #666600 (or #660).

RGB color model

#677110 color RGB value is (103,113,16).

  • red value is 103;
  • green value is 113;
  • blue value is 16.
RGB:
(103,113,16)
(40%,44%,6%)

RGB channels and saturation

R 103 of 255 = 40%
G 113 of 255 = 44%
B 16 of 255 = 6%

103
113
16

R + G + B ~ 30%. #677110 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 113 + 16 = 232 (100%)
R 103 of 232 ~ 44.4%
G 113 of 232 ~ 48.71%
B 16 of 232 ~ 6.9%

%44.4
%48.71

CMYK color model

#677110 color CMYK value is (9,0,86,56).

  • cyan value is 8.85%
  • magenta value is 0.00%
  • yellow value is 85.84%
  • key color value is 55.69%
CMYK:
(9,0,86,56)
C9M0Y86K56 
(9%,0%,86%,56%)
(0.09/0.00/0.86/0.56)	

CMYK percentages

%8.85
%0
%85.84
%55.69

Codes

Color #677110 in popluar color models

677110
RGB10311316
HSL66°75.19%25.29%
HSB/HSV66°85.84%44.31%
CMYK8.85%0.00%85.84%
55.69%

Color #677110 in popluar number systems.

HEX677110
Decimal10311316
Binary1100111111000110000
Octal14716120

Shades and tints

Shades of #677110

#677110
(103,113,16)
#5E670F
(94,103,15)
#555D0E
(85,93,14)
#4C530D
(76,83,13)
#43490C
(67,73,12)
#3A3F0B
(58,63,11)
#31350A
(49,53,10)
#282B09
(40,43,9)
#1F2108
(31,33,8)
#161707
(22,23,7)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #677110

#677110
(103,113,16)
#747D25
(116,125,37)
#81893A
(129,137,58)
#8E954F
(142,149,79)
#9BA164
(155,161,100)
#A8AD79
(168,173,121)
#B5B98E
(181,185,142)
#C2C5A3
(194,197,163)
#CFD1B8
(207,209,184)
#DCDDCD
(220,221,205)
#E9E9E2
(233,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677110 color. Also use rgb(103,113,16) instead hex code.

Text Font Color

.myTextColor { color: #677110; }

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

This text font color is #677110.


Background Color

.myBgColor { background-color: #677110; }

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

This div background color is #677110.


Border color

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

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

This div border color is #677110.


Opacity

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

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

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

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

This text has shadow with #677110 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677110 on black background.


Color preview on white background

This text has color #677110 on white background.



Black color preview on #677110 background

This text has black color on #677110 background.


White color preview on #677110 background

This text has white color on #677110 background.