COLOR #676744

HEX: #676744
RGB: (103,103,68)

Color info

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

RGB color model

#676744 color RGB value is (103,103,68).

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

RGB channels and saturation

R 103 of 255 = 40%
G 103 of 255 = 40%
B 68 of 255 = 27%

103
103
68

R + G + B ~ 36%. #676744 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 103 + 68 = 274 (100%)
R 103 of 274 ~ 37.59%
G 103 of 274 ~ 37.59%
B 68 of 274 ~ 24.82%

%37.59
%37.59
%24.82

CMYK color model

#676744 color CMYK value is (0,0,34,60).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 33.98%
  • key color value is 59.61%
CMYK:
(0,0,34,60)
C0M0Y34K60 
(0%,0%,34%,60%)
(0.00/0.00/0.34/0.60)	

CMYK percentages

%0
%0
%33.98
%59.61

Codes

Color #676744 in popluar color models

676744
RGB10310368
HSL60°20.47%33.53%
HSB/HSV60°33.98%40.39%
CMYK0.00%0.00%33.98%
59.61%

Color #676744 in popluar number systems.

HEX676744
Decimal10310368
Binary110011111001111000100
Octal147147104

Shades and tints

Shades of #676744

#676744
(103,103,68)
#5E5E3E
(94,94,62)
#555538
(85,85,56)
#4C4C32
(76,76,50)
#43432C
(67,67,44)
#3A3A26
(58,58,38)
#313120
(49,49,32)
#28281A
(40,40,26)
#1F1F14
(31,31,20)
#16160E
(22,22,14)
#0D0D08
(13,13,8)
#000000
(0,0,0)

Tints of #676744

#676744
(103,103,68)
#747455
(116,116,85)
#818166
(129,129,102)
#8E8E77
(142,142,119)
#9B9B88
(155,155,136)
#A8A899
(168,168,153)
#B5B5AA
(181,181,170)
#C2C2BB
(194,194,187)
#CFCFCC
(207,207,204)
#DCDCDD
(220,220,221)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676744; }

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

This text font color is #676744.


Background Color

.myBgColor { background-color: #676744; }

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

This div background color is #676744.


Border color

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

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

This div border color is #676744.


Opacity

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

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

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

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

This text has shadow with #676744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676744 on black background.


Color preview on white background

This text has color #676744 on white background.



Black color preview on #676744 background

This text has black color on #676744 background.


White color preview on #676744 background

This text has white color on #676744 background.