COLOR #675859

HEX: #675859
RGB: (103,88,89)

Color info

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

RGB color model

#675859 color RGB value is (103,88,89).

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

RGB channels and saturation

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

103
88
89

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

Portions of RGB colors in percentages

R + G + B =
103 + 88 + 89 = 280 (100%)
R 103 of 280 ~ 36.79%
G 88 of 280 ~ 31.43%
B 89 of 280 ~ 31.79%

%36.79
%31.43
%31.79

CMYK color model

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

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

CMYK percentages

%0
%14.56
%13.59
%59.61

Codes

Color #675859 in popluar color models

675859
RGB1038889
HSL356°7.85%37.45%
HSB/HSV356°14.56%40.39%
CMYK0.00%14.56%13.59%
59.61%

Color #675859 in popluar number systems.

HEX675859
Decimal1038889
Binary110011110110001011001
Octal147130131

Shades and tints

Shades of #675859

#675859
(103,88,89)
#5E5051
(94,80,81)
#554849
(85,72,73)
#4C4041
(76,64,65)
#433839
(67,56,57)
#3A3031
(58,48,49)
#312829
(49,40,41)
#282021
(40,32,33)
#1F1819
(31,24,25)
#161011
(22,16,17)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #675859

#675859
(103,88,89)
#746768
(116,103,104)
#817677
(129,118,119)
#8E8586
(142,133,134)
#9B9495
(155,148,149)
#A8A3A4
(168,163,164)
#B5B2B3
(181,178,179)
#C2C1C2
(194,193,194)
#CFD0D1
(207,208,209)
#DCDFE0
(220,223,224)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675859; }

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

This text font color is #675859.


Background Color

.myBgColor { background-color: #675859; }

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

This div background color is #675859.


Border color

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

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

This div border color is #675859.


Opacity

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

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

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

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

This text has shadow with #675859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675859 on black background.


Color preview on white background

This text has color #675859 on white background.



Black color preview on #675859 background

This text has black color on #675859 background.


White color preview on #675859 background

This text has white color on #675859 background.