COLOR #676150

HEX: #676150
RGB: (103,97,80)

Color info

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

RGB color model

#676150 color RGB value is (103,97,80).

  • red value is 103;
  • green value is 97;
  • blue value is 80.
RGB:
(103,97,80)
(40%,38%,31%)

RGB channels and saturation

R 103 of 255 = 40%
G 97 of 255 = 38%
B 80 of 255 = 31%

103
97
80

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

Portions of RGB colors in percentages

R + G + B =
103 + 97 + 80 = 280 (100%)
R 103 of 280 ~ 36.79%
G 97 of 280 ~ 34.64%
B 80 of 280 ~ 28.57%

%36.79
%34.64
%28.57

CMYK color model

#676150 color CMYK value is (0,6,22,60).

  • cyan value is 0.00%
  • magenta value is 5.83%
  • yellow value is 22.33%
  • key color value is 59.61%
CMYK:
(0,6,22,60)
C0M6Y22K60 
(0%,6%,22%,60%)
(0.00/0.06/0.22/0.60)	

CMYK percentages

%0
%5.83
%22.33
%59.61

Codes

Color #676150 in popluar color models

676150
RGB1039780
HSL44°12.57%35.88%
HSB/HSV44°22.33%40.39%
CMYK0.00%5.83%22.33%
59.61%

Color #676150 in popluar number systems.

HEX676150
Decimal1039780
Binary110011111000011010000
Octal147141120

Shades and tints

Shades of #676150

#676150
(103,97,80)
#5E5949
(94,89,73)
#555142
(85,81,66)
#4C493B
(76,73,59)
#434134
(67,65,52)
#3A392D
(58,57,45)
#313126
(49,49,38)
#28291F
(40,41,31)
#1F2118
(31,33,24)
#161911
(22,25,17)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #676150

#676150
(103,97,80)
#746F5F
(116,111,95)
#817D6E
(129,125,110)
#8E8B7D
(142,139,125)
#9B998C
(155,153,140)
#A8A79B
(168,167,155)
#B5B5AA
(181,181,170)
#C2C3B9
(194,195,185)
#CFD1C8
(207,209,200)
#DCDFD7
(220,223,215)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676150; }

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

This text font color is #676150.


Background Color

.myBgColor { background-color: #676150; }

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

This div background color is #676150.


Border color

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

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

This div border color is #676150.


Opacity

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

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

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

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

This text has shadow with #676150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676150 on black background.


Color preview on white background

This text has color #676150 on white background.



Black color preview on #676150 background

This text has black color on #676150 background.


White color preview on #676150 background

This text has white color on #676150 background.