COLOR #676724

HEX: #676724
RGB: (103,103,36)

Color info

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

RGB color model

#676724 color RGB value is (103,103,36).

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

RGB channels and saturation

R 103 of 255 = 40%
G 103 of 255 = 40%
B 36 of 255 = 14%

103
103
36

R + G + B ~ 31%. #676724 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 103 + 36 = 242 (100%)
R 103 of 242 ~ 42.56%
G 103 of 242 ~ 42.56%
B 36 of 242 ~ 14.88%

%42.56
%42.56
%14.88

CMYK color model

#676724 color CMYK value is (0,0,65,60).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 65.05%
  • key color value is 59.61%
CMYK:
(0,0,65,60)
C0M0Y65K60 
(0%,0%,65%,60%)
(0.00/0.00/0.65/0.60)	

CMYK percentages

%0
%0
%65.05
%59.61

Codes

Color #676724 in popluar color models

676724
RGB10310336
HSL60°48.20%27.25%
HSB/HSV60°65.05%40.39%
CMYK0.00%0.00%65.05%
59.61%

Color #676724 in popluar number systems.

HEX676724
Decimal10310336
Binary11001111100111100100
Octal14714744

Shades and tints

Shades of #676724

#676724
(103,103,36)
#5E5E21
(94,94,33)
#55551E
(85,85,30)
#4C4C1B
(76,76,27)
#434318
(67,67,24)
#3A3A15
(58,58,21)
#313112
(49,49,18)
#28280F
(40,40,15)
#1F1F0C
(31,31,12)
#161609
(22,22,9)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #676724

#676724
(103,103,36)
#747437
(116,116,55)
#81814A
(129,129,74)
#8E8E5D
(142,142,93)
#9B9B70
(155,155,112)
#A8A883
(168,168,131)
#B5B596
(181,181,150)
#C2C2A9
(194,194,169)
#CFCFBC
(207,207,188)
#DCDCCF
(220,220,207)
#E9E9E2
(233,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676724; }

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

This text font color is #676724.


Background Color

.myBgColor { background-color: #676724; }

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

This div background color is #676724.


Border color

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

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

This div border color is #676724.


Opacity

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

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

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

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

This text has shadow with #676724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676724 on black background.


Color preview on white background

This text has color #676724 on white background.



Black color preview on #676724 background

This text has black color on #676724 background.


White color preview on #676724 background

This text has white color on #676724 background.