COLOR #676838

HEX: #676838
RGB: (103,104,56)

Color info

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

RGB color model

#676838 color RGB value is (103,104,56).

  • red value is 103;
  • green value is 104;
  • blue value is 56.
RGB:
(103,104,56)
(40%,41%,22%)

RGB channels and saturation

R 103 of 255 = 40%
G 104 of 255 = 41%
B 56 of 255 = 22%

103
104
56

R + G + B ~ 34%. #676838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 104 + 56 = 263 (100%)
R 103 of 263 ~ 39.16%
G 104 of 263 ~ 39.54%
B 56 of 263 ~ 21.29%

%39.16
%39.54
%21.29

CMYK color model

#676838 color CMYK value is (1,0,46,59).

  • cyan value is 0.96%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 59.22%
CMYK:
(1,0,46,59)
C1M0Y46K59 
(1%,0%,46%,59%)
(0.01/0.00/0.46/0.59)	

CMYK percentages

%0.96
%0
%46.15
%59.22

Codes

Color #676838 in popluar color models

676838
RGB10310456
HSL61°30.00%31.37%
HSB/HSV61°46.15%40.78%
CMYK0.96%0.00%46.15%
59.22%

Color #676838 in popluar number systems.

HEX676838
Decimal10310456
Binary11001111101000111000
Octal14715070

Shades and tints

Shades of #676838

#676838
(103,104,56)
#5E5F33
(94,95,51)
#55562E
(85,86,46)
#4C4D29
(76,77,41)
#434424
(67,68,36)
#3A3B1F
(58,59,31)
#31321A
(49,50,26)
#282915
(40,41,21)
#1F2010
(31,32,16)
#16170B
(22,23,11)
#0D0E06
(13,14,6)
#000000
(0,0,0)

Tints of #676838

#676838
(103,104,56)
#74754A
(116,117,74)
#81825C
(129,130,92)
#8E8F6E
(142,143,110)
#9B9C80
(155,156,128)
#A8A992
(168,169,146)
#B5B6A4
(181,182,164)
#C2C3B6
(194,195,182)
#CFD0C8
(207,208,200)
#DCDDDA
(220,221,218)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676838; }

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

This text font color is #676838.


Background Color

.myBgColor { background-color: #676838; }

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

This div background color is #676838.


Border color

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

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

This div border color is #676838.


Opacity

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

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

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

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

This text has shadow with #676838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676838 on black background.


Color preview on white background

This text has color #676838 on white background.



Black color preview on #676838 background

This text has black color on #676838 background.


White color preview on #676838 background

This text has white color on #676838 background.