COLOR #676A45

HEX: #676A45
RGB: (103,106,69)

Color info

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

RGB color model

#676A45 color RGB value is (103,106,69).

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

RGB channels and saturation

R 103 of 255 = 40%
G 106 of 255 = 42%
B 69 of 255 = 27%

103
106
69

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

Portions of RGB colors in percentages

R + G + B =
103 + 106 + 69 = 278 (100%)
R 103 of 278 ~ 37.05%
G 106 of 278 ~ 38.13%
B 69 of 278 ~ 24.82%

%37.05
%38.13
%24.82

CMYK color model

#676A45 color CMYK value is (3,0,35,58).

  • cyan value is 2.83%
  • magenta value is 0.00%
  • yellow value is 34.91%
  • key color value is 58.43%
CMYK:
(3,0,35,58)
C3M0Y35K58 
(3%,0%,35%,58%)
(0.03/0.00/0.35/0.58)	

CMYK percentages

%2.83
%0
%34.91
%58.43

Codes

Color #676A45 in popluar color models

676A45
RGB10310669
HSL65°21.14%34.31%
HSB/HSV65°34.91%41.57%
CMYK2.83%0.00%34.91%
58.43%

Color #676A45 in popluar number systems.

HEX676A45
Decimal10310669
Binary110011111010101000101
Octal147152105

Shades and tints

Shades of #676A45

#676A45
(103,106,69)
#5E613F
(94,97,63)
#555839
(85,88,57)
#4C4F33
(76,79,51)
#43462D
(67,70,45)
#3A3D27
(58,61,39)
#313421
(49,52,33)
#282B1B
(40,43,27)
#1F2215
(31,34,21)
#16190F
(22,25,15)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #676A45

#676A45
(103,106,69)
#747755
(116,119,85)
#818465
(129,132,101)
#8E9175
(142,145,117)
#9B9E85
(155,158,133)
#A8AB95
(168,171,149)
#B5B8A5
(181,184,165)
#C2C5B5
(194,197,181)
#CFD2C5
(207,210,197)
#DCDFD5
(220,223,213)
#E9ECE5
(233,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676A45 color. Also use rgb(103,106,69) instead hex code.

Text Font Color

.myTextColor { color: #676A45; }

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

This text font color is #676A45.


Background Color

.myBgColor { background-color: #676A45; }

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

This div background color is #676A45.


Border color

.myBorderColor { border: 1px solid #676A45; }

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

This div border color is #676A45.


Opacity

.myOpacity80 { color: #676A45; opacity: 0.8; }

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

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

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

This text has shadow with #676A45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A45 on black background.


Color preview on white background

This text has color #676A45 on white background.



Black color preview on #676A45 background

This text has black color on #676A45 background.


White color preview on #676A45 background

This text has white color on #676A45 background.