COLOR #677816

HEX: #677816
RGB: (103,120,22)

Color info

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

RGB color model

#677816 color RGB value is (103,120,22).

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

RGB channels and saturation

R 103 of 255 = 40%
G 120 of 255 = 47%
B 22 of 255 = 9%

103
120
22

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

Portions of RGB colors in percentages

R + G + B =
103 + 120 + 22 = 245 (100%)
R 103 of 245 ~ 42.04%
G 120 of 245 ~ 48.98%
B 22 of 245 ~ 8.98%

%42.04
%48.98

CMYK color model

#677816 color CMYK value is (14,0,82,53).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 81.67%
  • key color value is 52.94%
CMYK:
(14,0,82,53)
C14M0Y82K53 
(14%,0%,82%,53%)
(0.14/0.00/0.82/0.53)	

CMYK percentages

%14.17
%0
%81.67
%52.94

Codes

Color #677816 in popluar color models

677816
RGB10312022
HSL70°69.01%27.84%
HSB/HSV70°81.67%47.06%
CMYK14.17%0.00%81.67%
52.94%

Color #677816 in popluar number systems.

HEX677816
Decimal10312022
Binary1100111111100010110
Octal14717026

Shades and tints

Shades of #677816

#677816
(103,120,22)
#5E6E14
(94,110,20)
#556412
(85,100,18)
#4C5A10
(76,90,16)
#43500E
(67,80,14)
#3A460C
(58,70,12)
#313C0A
(49,60,10)
#283208
(40,50,8)
#1F2806
(31,40,6)
#161E04
(22,30,4)
#0D1402
(13,20,2)
#000000
(0,0,0)

Tints of #677816

#677816
(103,120,22)
#74842B
(116,132,43)
#819040
(129,144,64)
#8E9C55
(142,156,85)
#9BA86A
(155,168,106)
#A8B47F
(168,180,127)
#B5C094
(181,192,148)
#C2CCA9
(194,204,169)
#CFD8BE
(207,216,190)
#DCE4D3
(220,228,211)
#E9F0E8
(233,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #677816; }

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

This text font color is #677816.


Background Color

.myBgColor { background-color: #677816; }

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

This div background color is #677816.


Border color

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

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

This div border color is #677816.


Opacity

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

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

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

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

This text has shadow with #677816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #677816 on black background.


Color preview on white background

This text has color #677816 on white background.



Black color preview on #677816 background

This text has black color on #677816 background.


White color preview on #677816 background

This text has white color on #677816 background.