COLOR #676257

HEX: #676257
RGB: (103,98,87)

Color info

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

RGB color model

#676257 color RGB value is (103,98,87).

  • red value is 103;
  • green value is 98;
  • blue value is 87.
RGB:
(103,98,87)
(40%,38%,34%)

RGB channels and saturation

R 103 of 255 = 40%
G 98 of 255 = 38%
B 87 of 255 = 34%

103
98
87

R + G + B ~ 37%. #676257 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 98 + 87 = 288 (100%)
R 103 of 288 ~ 35.76%
G 98 of 288 ~ 34.03%
B 87 of 288 ~ 30.21%

%35.76
%34.03
%30.21

CMYK color model

#676257 color CMYK value is (0,5,16,60).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 15.53%
  • key color value is 59.61%
CMYK:
(0,5,16,60)
C0M5Y16K60 
(0%,5%,16%,60%)
(0.00/0.05/0.16/0.60)	

CMYK percentages

%0
%4.85
%15.53
%59.61

Codes

Color #676257 in popluar color models

676257
RGB1039887
HSL41°8.42%37.25%
HSB/HSV41°15.53%40.39%
CMYK0.00%4.85%15.53%
59.61%

Color #676257 in popluar number systems.

HEX676257
Decimal1039887
Binary110011111000101010111
Octal147142127

Shades and tints

Shades of #676257

#676257
(103,98,87)
#5E5A50
(94,90,80)
#555249
(85,82,73)
#4C4A42
(76,74,66)
#43423B
(67,66,59)
#3A3A34
(58,58,52)
#31322D
(49,50,45)
#282A26
(40,42,38)
#1F221F
(31,34,31)
#161A18
(22,26,24)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #676257

#676257
(103,98,87)
#747066
(116,112,102)
#817E75
(129,126,117)
#8E8C84
(142,140,132)
#9B9A93
(155,154,147)
#A8A8A2
(168,168,162)
#B5B6B1
(181,182,177)
#C2C4C0
(194,196,192)
#CFD2CF
(207,210,207)
#DCE0DE
(220,224,222)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676257; }

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

This text font color is #676257.


Background Color

.myBgColor { background-color: #676257; }

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

This div background color is #676257.


Border color

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

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

This div border color is #676257.


Opacity

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

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

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

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

This text has shadow with #676257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676257 on black background.


Color preview on white background

This text has color #676257 on white background.



Black color preview on #676257 background

This text has black color on #676257 background.


White color preview on #676257 background

This text has white color on #676257 background.