COLOR #677C0F

HEX: #677C0F
RGB: (103,124,15)

Color info

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

RGB color model

#677C0F color RGB value is (103,124,15).

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

RGB channels and saturation

R 103 of 255 = 40%
G 124 of 255 = 49%
B 15 of 255 = 6%

103
124
15

R + G + B ~ 32%. #677C0F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 124 + 15 = 242 (100%)
R 103 of 242 ~ 42.56%
G 124 of 242 ~ 51.24%
B 15 of 242 ~ 6.2%

%42.56
%51.24

CMYK color model

#677C0F color CMYK value is (17,0,88,51).

  • cyan value is 16.94%
  • magenta value is 0.00%
  • yellow value is 87.90%
  • key color value is 51.37%
CMYK:
(17,0,88,51)
C17M0Y88K51 
(17%,0%,88%,51%)
(0.17/0.00/0.88/0.51)	

CMYK percentages

%16.94
%0
%87.9
%51.37

Codes

Color #677C0F in popluar color models

677C0F
RGB10312415
HSL72°78.42%27.25%
HSB/HSV72°87.90%48.63%
CMYK16.94%0.00%87.90%
51.37%

Color #677C0F in popluar number systems.

HEX677C0F
Decimal10312415
Binary110011111111001111
Octal14717417

Shades and tints

Shades of #677C0F

#677C0F
(103,124,15)
#5E710E
(94,113,14)
#55660D
(85,102,13)
#4C5B0C
(76,91,12)
#43500B
(67,80,11)
#3A450A
(58,69,10)
#313A09
(49,58,9)
#282F08
(40,47,8)
#1F2407
(31,36,7)
#161906
(22,25,6)
#0D0E05
(13,14,5)
#000000
(0,0,0)

Tints of #677C0F

#677C0F
(103,124,15)
#748724
(116,135,36)
#819239
(129,146,57)
#8E9D4E
(142,157,78)
#9BA863
(155,168,99)
#A8B378
(168,179,120)
#B5BE8D
(181,190,141)
#C2C9A2
(194,201,162)
#CFD4B7
(207,212,183)
#DCDFCC
(220,223,204)
#E9EAE1
(233,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677C0F; }

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

This text font color is #677C0F.


Background Color

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

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

This div background color is #677C0F.


Border color

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

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

This div border color is #677C0F.


Opacity

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

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

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

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

This text has shadow with #677C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677C0F on black background.


Color preview on white background

This text has color #677C0F on white background.



Black color preview on #677C0F background

This text has black color on #677C0F background.


White color preview on #677C0F background

This text has white color on #677C0F background.