COLOR #675967

HEX: #675967
RGB: (103,89,103)

Color info

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

RGB color model

#675967 color RGB value is (103,89,103).

  • red value is 103;
  • green value is 89;
  • blue value is 103.
RGB:
(103,89,103)
(40%,35%,40%)

RGB channels and saturation

R 103 of 255 = 40%
G 89 of 255 = 35%
B 103 of 255 = 40%

103
89
103

R + G + B ~ 38%. #675967 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 89 + 103 = 295 (100%)
R 103 of 295 ~ 34.92%
G 89 of 295 ~ 30.17%
B 103 of 295 ~ 34.92%

%34.92
%30.17
%34.92

CMYK color model

#675967 color CMYK value is (0,14,0,60).

  • cyan value is 0.00%
  • magenta value is 13.59%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(0,14,0,60)
C0M14Y0K60 
(0%,14%,0%,60%)
(0.00/0.14/0.00/0.60)	

CMYK percentages

%0
%13.59
%0
%59.61

Codes

Color #675967 in popluar color models

675967
RGB10389103
HSL300°7.29%37.65%
HSB/HSV300°13.59%40.39%
CMYK0.00%13.59%0.00%
59.61%

Color #675967 in popluar number systems.

HEX675967
Decimal10389103
Binary110011110110011100111
Octal147131147

Shades and tints

Shades of #675967

#675967
(103,89,103)
#5E515E
(94,81,94)
#554955
(85,73,85)
#4C414C
(76,65,76)
#433943
(67,57,67)
#3A313A
(58,49,58)
#312931
(49,41,49)
#282128
(40,33,40)
#1F191F
(31,25,31)
#161116
(22,17,22)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #675967

#675967
(103,89,103)
#746874
(116,104,116)
#817781
(129,119,129)
#8E868E
(142,134,142)
#9B959B
(155,149,155)
#A8A4A8
(168,164,168)
#B5B3B5
(181,179,181)
#C2C2C2
(194,194,194)
#CFD1CF
(207,209,207)
#DCE0DC
(220,224,220)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675967; }

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

This text font color is #675967.


Background Color

.myBgColor { background-color: #675967; }

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

This div background color is #675967.


Border color

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

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

This div border color is #675967.


Opacity

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

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

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

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

This text has shadow with #675967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675967 on black background.


Color preview on white background

This text has color #675967 on white background.



Black color preview on #675967 background

This text has black color on #675967 background.


White color preview on #675967 background

This text has white color on #675967 background.