COLOR #677A42

HEX: #677A42
RGB: (103,122,66)

Color info

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

RGB color model

#677A42 color RGB value is (103,122,66).

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

RGB channels and saturation

R 103 of 255 = 40%
G 122 of 255 = 48%
B 66 of 255 = 26%

103
122
66

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

Portions of RGB colors in percentages

R + G + B =
103 + 122 + 66 = 291 (100%)
R 103 of 291 ~ 35.4%
G 122 of 291 ~ 41.92%
B 66 of 291 ~ 22.68%

%35.4
%41.92
%22.68

CMYK color model

#677A42 color CMYK value is (16,0,46,52).

  • cyan value is 15.57%
  • magenta value is 0.00%
  • yellow value is 45.90%
  • key color value is 52.16%
CMYK:
(16,0,46,52)
C16M0Y46K52 
(16%,0%,46%,52%)
(0.16/0.00/0.46/0.52)	

CMYK percentages

%15.57
%0
%45.9
%52.16

Codes

Color #677A42 in popluar color models

677A42
RGB10312266
HSL80°29.79%36.86%
HSB/HSV80°45.90%47.84%
CMYK15.57%0.00%45.90%
52.16%

Color #677A42 in popluar number systems.

HEX677A42
Decimal10312266
Binary110011111110101000010
Octal147172102

Shades and tints

Shades of #677A42

#677A42
(103,122,66)
#5E6F3C
(94,111,60)
#556436
(85,100,54)
#4C5930
(76,89,48)
#434E2A
(67,78,42)
#3A4324
(58,67,36)
#31381E
(49,56,30)
#282D18
(40,45,24)
#1F2212
(31,34,18)
#16170C
(22,23,12)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #677A42

#677A42
(103,122,66)
#748653
(116,134,83)
#819264
(129,146,100)
#8E9E75
(142,158,117)
#9BAA86
(155,170,134)
#A8B697
(168,182,151)
#B5C2A8
(181,194,168)
#C2CEB9
(194,206,185)
#CFDACA
(207,218,202)
#DCE6DB
(220,230,219)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677A42; }

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

This text font color is #677A42.


Background Color

.myBgColor { background-color: #677A42; }

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

This div background color is #677A42.


Border color

.myBorderColor { border: 1px solid #677A42; }

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

This div border color is #677A42.


Opacity

.myOpacity80 { color: #677A42; opacity: 0.8; }

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

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

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

This text has shadow with #677A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677A42 on black background.


Color preview on white background

This text has color #677A42 on white background.



Black color preview on #677A42 background

This text has black color on #677A42 background.


White color preview on #677A42 background

This text has white color on #677A42 background.