COLOR #677C45

HEX: #677C45
RGB: (103,124,69)

Color info

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

RGB color model

#677C45 color RGB value is (103,124,69).

  • red value is 103;
  • green value is 124;
  • blue value is 69.
RGB:
(103,124,69)
(40%,49%,27%)

RGB channels and saturation

R 103 of 255 = 40%
G 124 of 255 = 49%
B 69 of 255 = 27%

103
124
69

R + G + B ~ 39%. #677C45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 124 + 69 = 296 (100%)
R 103 of 296 ~ 34.8%
G 124 of 296 ~ 41.89%
B 69 of 296 ~ 23.31%

%34.8
%41.89
%23.31

CMYK color model

#677C45 color CMYK value is (17,0,44,51).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 44.35%
  • key color value is 51.37%
CMYK:
(17,0,44,51)
C17M0Y44K51 
(17%,0%,44%,51%)
(0.17/0.00/0.44/0.51)	

CMYK percentages

%16.94
%0
%44.35
%51.37

Codes

Color #677C45 in popluar color models

677C45
RGB10312469
HSL83°28.50%37.84%
HSB/HSV83°44.35%48.63%
CMYK16.94%0.00%44.35%
51.37%

Color #677C45 in popluar number systems.

HEX677C45
Decimal10312469
Binary110011111111001000101
Octal147174105

Shades and tints

Shades of #677C45

#677C45
(103,124,69)
#5E713F
(94,113,63)
#556639
(85,102,57)
#4C5B33
(76,91,51)
#43502D
(67,80,45)
#3A4527
(58,69,39)
#313A21
(49,58,33)
#282F1B
(40,47,27)
#1F2415
(31,36,21)
#16190F
(22,25,15)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #677C45

#677C45
(103,124,69)
#748755
(116,135,85)
#819265
(129,146,101)
#8E9D75
(142,157,117)
#9BA885
(155,168,133)
#A8B395
(168,179,149)
#B5BEA5
(181,190,165)
#C2C9B5
(194,201,181)
#CFD4C5
(207,212,197)
#DCDFD5
(220,223,213)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #677C45 color. Also use rgb(103,124,69) instead hex code.

Text Font Color

.myTextColor { color: #677C45; }

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

This text font color is #677C45.


Background Color

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

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

This div background color is #677C45.


Border color

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

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

This div border color is #677C45.


Opacity

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

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

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

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

This text has shadow with #677C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677C45 on black background.


Color preview on white background

This text has color #677C45 on white background.



Black color preview on #677C45 background

This text has black color on #677C45 background.


White color preview on #677C45 background

This text has white color on #677C45 background.