COLOR #676E53

HEX: #676E53
RGB: (103,110,83)

Color info

#676E53 contains red, green and blue colors in about the same proportion. Web safe color of #676E53 is #666666 (or #666).

RGB color model

#676E53 color RGB value is (103,110,83).

  • red value is 103;
  • green value is 110;
  • blue value is 83.
RGB:
(103,110,83)
(40%,43%,33%)

RGB channels and saturation

R 103 of 255 = 40%
G 110 of 255 = 43%
B 83 of 255 = 33%

103
110
83

R + G + B ~ 39%. #676E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 110 + 83 = 296 (100%)
R 103 of 296 ~ 34.8%
G 110 of 296 ~ 37.16%
B 83 of 296 ~ 28.04%

%34.8
%37.16
%28.04

CMYK color model

#676E53 color CMYK value is (6,0,25,57).

  • cyan value is 6.36%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(6,0,25,57)
C6M0Y25K57 
(6%,0%,25%,57%)
(0.06/0.00/0.25/0.57)	

CMYK percentages

%6.36
%0
%24.55
%56.86

Codes

Color #676E53 in popluar color models

676E53
RGB10311083
HSL76°13.99%37.84%
HSB/HSV76°24.55%43.14%
CMYK6.36%0.00%24.55%
56.86%

Color #676E53 in popluar number systems.

HEX676E53
Decimal10311083
Binary110011111011101010011
Octal147156123

Shades and tints

Shades of #676E53

#676E53
(103,110,83)
#5E644C
(94,100,76)
#555A45
(85,90,69)
#4C503E
(76,80,62)
#434637
(67,70,55)
#3A3C30
(58,60,48)
#313229
(49,50,41)
#282822
(40,40,34)
#1F1E1B
(31,30,27)
#161414
(22,20,20)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #676E53

#676E53
(103,110,83)
#747B62
(116,123,98)
#818871
(129,136,113)
#8E9580
(142,149,128)
#9BA28F
(155,162,143)
#A8AF9E
(168,175,158)
#B5BCAD
(181,188,173)
#C2C9BC
(194,201,188)
#CFD6CB
(207,214,203)
#DCE3DA
(220,227,218)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676E53 color. Also use rgb(103,110,83) instead hex code.

Text Font Color

.myTextColor { color: #676E53; }

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

This text font color is #676E53.


Background Color

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

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

This div background color is #676E53.


Border color

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

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

This div border color is #676E53.


Opacity

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

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

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

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

This text has shadow with #676E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676E53 on black background.


Color preview on white background

This text has color #676E53 on white background.



Black color preview on #676E53 background

This text has black color on #676E53 background.


White color preview on #676E53 background

This text has white color on #676E53 background.