COLOR #676931

HEX: #676931
RGB: (103,105,49)

Color info

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

RGB color model

#676931 color RGB value is (103,105,49).

  • red value is 103;
  • green value is 105;
  • blue value is 49.
RGB:
(103,105,49)
(40%,41%,19%)

RGB channels and saturation

R 103 of 255 = 40%
G 105 of 255 = 41%
B 49 of 255 = 19%

103
105
49

R + G + B ~ 33%. #676931 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 105 + 49 = 257 (100%)
R 103 of 257 ~ 40.08%
G 105 of 257 ~ 40.86%
B 49 of 257 ~ 19.07%

%40.08
%40.86
%19.07

CMYK color model

#676931 color CMYK value is (2,0,53,59).

  • cyan value is 1.90%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 58.82%
CMYK:
(2,0,53,59)
C2M0Y53K59 
(2%,0%,53%,59%)
(0.02/0.00/0.53/0.59)	

CMYK percentages

%1.9
%0
%53.33
%58.82

Codes

Color #676931 in popluar color models

676931
RGB10310549
HSL62°36.36%30.20%
HSB/HSV62°53.33%41.18%
CMYK1.90%0.00%53.33%
58.82%

Color #676931 in popluar number systems.

HEX676931
Decimal10310549
Binary11001111101001110001
Octal14715161

Shades and tints

Shades of #676931

#676931
(103,105,49)
#5E602D
(94,96,45)
#555729
(85,87,41)
#4C4E25
(76,78,37)
#434521
(67,69,33)
#3A3C1D
(58,60,29)
#313319
(49,51,25)
#282A15
(40,42,21)
#1F2111
(31,33,17)
#16180D
(22,24,13)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #676931

#676931
(103,105,49)
#747643
(116,118,67)
#818355
(129,131,85)
#8E9067
(142,144,103)
#9B9D79
(155,157,121)
#A8AA8B
(168,170,139)
#B5B79D
(181,183,157)
#C2C4AF
(194,196,175)
#CFD1C1
(207,209,193)
#DCDED3
(220,222,211)
#E9EBE5
(233,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676931 color. Also use rgb(103,105,49) instead hex code.

Text Font Color

.myTextColor { color: #676931; }

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

This text font color is #676931.


Background Color

.myBgColor { background-color: #676931; }

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

This div background color is #676931.


Border color

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

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

This div border color is #676931.


Opacity

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

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

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

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

This text has shadow with #676931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676931 on black background.


Color preview on white background

This text has color #676931 on white background.



Black color preview on #676931 background

This text has black color on #676931 background.


White color preview on #676931 background

This text has white color on #676931 background.