COLOR #677842

HEX: #677842
RGB: (103,120,66)

Color info

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

RGB color model

#677842 color RGB value is (103,120,66).

  • red value is 103;
  • green value is 120;
  • blue value is 66.
RGB:
(103,120,66)
(40%,47%,26%)

RGB channels and saturation

R 103 of 255 = 40%
G 120 of 255 = 47%
B 66 of 255 = 26%

103
120
66

R + G + B ~ 38%. #677842 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 120 + 66 = 289 (100%)
R 103 of 289 ~ 35.64%
G 120 of 289 ~ 41.52%
B 66 of 289 ~ 22.84%

%35.64
%41.52
%22.84

CMYK color model

#677842 color CMYK value is (14,0,45,53).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 52.94%
CMYK:
(14,0,45,53)
C14M0Y45K53 
(14%,0%,45%,53%)
(0.14/0.00/0.45/0.53)	

CMYK percentages

%14.17
%0
%45
%52.94

Codes

Color #677842 in popluar color models

677842
RGB10312066
HSL79°29.03%36.47%
HSB/HSV79°45.00%47.06%
CMYK14.17%0.00%45.00%
52.94%

Color #677842 in popluar number systems.

HEX677842
Decimal10312066
Binary110011111110001000010
Octal147170102

Shades and tints

Shades of #677842

#677842
(103,120,66)
#5E6E3C
(94,110,60)
#556436
(85,100,54)
#4C5A30
(76,90,48)
#43502A
(67,80,42)
#3A4624
(58,70,36)
#313C1E
(49,60,30)
#283218
(40,50,24)
#1F2812
(31,40,18)
#161E0C
(22,30,12)
#0D1406
(13,20,6)
#000000
(0,0,0)

Tints of #677842

#677842
(103,120,66)
#748453
(116,132,83)
#819064
(129,144,100)
#8E9C75
(142,156,117)
#9BA886
(155,168,134)
#A8B497
(168,180,151)
#B5C0A8
(181,192,168)
#C2CCB9
(194,204,185)
#CFD8CA
(207,216,202)
#DCE4DB
(220,228,219)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677842 color. Also use rgb(103,120,66) instead hex code.

Text Font Color

.myTextColor { color: #677842; }

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

This text font color is #677842.


Background Color

.myBgColor { background-color: #677842; }

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

This div background color is #677842.


Border color

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

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

This div border color is #677842.


Opacity

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

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

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

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

This text has shadow with #677842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677842 on black background.


Color preview on white background

This text has color #677842 on white background.



Black color preview on #677842 background

This text has black color on #677842 background.


White color preview on #677842 background

This text has white color on #677842 background.