COLOR #676613

HEX: #676613
RGB: (103,102,19)

Color info

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

RGB color model

#676613 color RGB value is (103,102,19).

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

RGB channels and saturation

R 103 of 255 = 40%
G 102 of 255 = 40%
B 19 of 255 = 7%

103
102
19

R + G + B ~ 29%. #676613 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 102 + 19 = 224 (100%)
R 103 of 224 ~ 45.98%
G 102 of 224 ~ 45.54%
B 19 of 224 ~ 8.48%

%45.98
%45.54

CMYK color model

#676613 color CMYK value is (0,1,82,60).

  • cyan value is 0.00%
  • magenta value is 0.97%
  • yellow value is 81.55%
  • key color value is 59.61%
CMYK:
(0,1,82,60)
C0M1Y82K60 
(0%,1%,82%,60%)
(0.00/0.01/0.82/0.60)	

CMYK percentages

%0
%0.97
%81.55
%59.61

Codes

Color #676613 in popluar color models

676613
RGB10310219
HSL59°68.85%23.92%
HSB/HSV59°81.55%40.39%
CMYK0.00%0.97%81.55%
59.61%

Color #676613 in popluar number systems.

HEX676613
Decimal10310219
Binary1100111110011010011
Octal14714623

Shades and tints

Shades of #676613

#676613
(103,102,19)
#5E5D12
(94,93,18)
#555411
(85,84,17)
#4C4B10
(76,75,16)
#43420F
(67,66,15)
#3A390E
(58,57,14)
#31300D
(49,48,13)
#28270C
(40,39,12)
#1F1E0B
(31,30,11)
#16150A
(22,21,10)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #676613

#676613
(103,102,19)
#747328
(116,115,40)
#81803D
(129,128,61)
#8E8D52
(142,141,82)
#9B9A67
(155,154,103)
#A8A77C
(168,167,124)
#B5B491
(181,180,145)
#C2C1A6
(194,193,166)
#CFCEBB
(207,206,187)
#DCDBD0
(220,219,208)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676613; }

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

This text font color is #676613.


Background Color

.myBgColor { background-color: #676613; }

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

This div background color is #676613.


Border color

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

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

This div border color is #676613.


Opacity

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

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

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

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

This text has shadow with #676613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676613 on black background.


Color preview on white background

This text has color #676613 on white background.



Black color preview on #676613 background

This text has black color on #676613 background.


White color preview on #676613 background

This text has white color on #676613 background.