COLOR #676628

HEX: #676628
RGB: (103,102,40)

Color info

#676628 contains mainly red and green colors. Web safe color of #676628 is #666633 (or #663).

RGB color model

#676628 color RGB value is (103,102,40).

  • red value is 103;
  • green value is 102;
  • blue value is 40.
RGB:
(103,102,40)
(40%,40%,16%)

RGB channels and saturation

R 103 of 255 = 40%
G 102 of 255 = 40%
B 40 of 255 = 16%

103
102
40

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

Portions of RGB colors in percentages

R + G + B =
103 + 102 + 40 = 245 (100%)
R 103 of 245 ~ 42.04%
G 102 of 245 ~ 41.63%
B 40 of 245 ~ 16.33%

%42.04
%41.63
%16.33

CMYK color model

#676628 color CMYK value is (0,1,61,60).

  • cyan value is 0.00%
  • magenta value is 0.97%
  • yellow value is 61.17%
  • key color value is 59.61%
CMYK:
(0,1,61,60)
C0M1Y61K60 
(0%,1%,61%,60%)
(0.00/0.01/0.61/0.60)	

CMYK percentages

%0
%0.97
%61.17
%59.61

Codes

Color #676628 in popluar color models

676628
RGB10310240
HSL59°44.06%28.04%
HSB/HSV59°61.17%40.39%
CMYK0.00%0.97%61.17%
59.61%

Color #676628 in popluar number systems.

HEX676628
Decimal10310240
Binary11001111100110101000
Octal14714650

Shades and tints

Shades of #676628

#676628
(103,102,40)
#5E5D25
(94,93,37)
#555422
(85,84,34)
#4C4B1F
(76,75,31)
#43421C
(67,66,28)
#3A3919
(58,57,25)
#313016
(49,48,22)
#282713
(40,39,19)
#1F1E10
(31,30,16)
#16150D
(22,21,13)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #676628

#676628
(103,102,40)
#74733B
(116,115,59)
#81804E
(129,128,78)
#8E8D61
(142,141,97)
#9B9A74
(155,154,116)
#A8A787
(168,167,135)
#B5B49A
(181,180,154)
#C2C1AD
(194,193,173)
#CFCEC0
(207,206,192)
#DCDBD3
(220,219,211)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676628 color. Also use rgb(103,102,40) instead hex code.

Text Font Color

.myTextColor { color: #676628; }

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

This text font color is #676628.


Background Color

.myBgColor { background-color: #676628; }

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

This div background color is #676628.


Border color

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

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

This div border color is #676628.


Opacity

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

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

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

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

This text has shadow with #676628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676628 on black background.


Color preview on white background

This text has color #676628 on white background.



Black color preview on #676628 background

This text has black color on #676628 background.


White color preview on #676628 background

This text has white color on #676628 background.