COLOR #675858

HEX: #675858
RGB: (103,88,88)

Color info

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

RGB color model

#675858 color RGB value is (103,88,88).

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

RGB channels and saturation

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

103
88
88

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

Portions of RGB colors in percentages

R + G + B =
103 + 88 + 88 = 279 (100%)
R 103 of 279 ~ 36.92%
G 88 of 279 ~ 31.54%
B 88 of 279 ~ 31.54%

%36.92
%31.54
%31.54

CMYK color model

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

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

CMYK percentages

%0
%14.56
%14.56
%59.61

Codes

Color #675858 in popluar color models

675858
RGB1038888
HSL7.85%37.45%
HSB/HSV14.56%40.39%
CMYK0.00%14.56%14.56%
59.61%

Color #675858 in popluar number systems.

HEX675858
Decimal1038888
Binary110011110110001011000
Octal147130130

Shades and tints

Shades of #675858

#675858
(103,88,88)
#5E5050
(94,80,80)
#554848
(85,72,72)
#4C4040
(76,64,64)
#433838
(67,56,56)
#3A3030
(58,48,48)
#312828
(49,40,40)
#282020
(40,32,32)
#1F1818
(31,24,24)
#161010
(22,16,16)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #675858

#675858
(103,88,88)
#746767
(116,103,103)
#817676
(129,118,118)
#8E8585
(142,133,133)
#9B9494
(155,148,148)
#A8A3A3
(168,163,163)
#B5B2B2
(181,178,178)
#C2C1C1
(194,193,193)
#CFD0D0
(207,208,208)
#DCDFDF
(220,223,223)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675858; }

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

This text font color is #675858.


Background Color

.myBgColor { background-color: #675858; }

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

This div background color is #675858.


Border color

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

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

This div border color is #675858.


Opacity

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

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

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

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

This text has shadow with #675858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675858 on black background.


Color preview on white background

This text has color #675858 on white background.



Black color preview on #675858 background

This text has black color on #675858 background.


White color preview on #675858 background

This text has white color on #675858 background.