COLOR #675B58

HEX: #675B58
RGB: (103,91,88)

Color info

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

RGB color model

#675B58 color RGB value is (103,91,88).

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

RGB channels and saturation

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

103
91
88

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

Portions of RGB colors in percentages

R + G + B =
103 + 91 + 88 = 282 (100%)
R 103 of 282 ~ 36.52%
G 91 of 282 ~ 32.27%
B 88 of 282 ~ 31.21%

%36.52
%32.27
%31.21

CMYK color model

#675B58 color CMYK value is (0,12,15,60).

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

CMYK percentages

%0
%11.65
%14.56
%59.61

Codes

Color #675B58 in popluar color models

675B58
RGB1039188
HSL12°7.85%37.45%
HSB/HSV12°14.56%40.39%
CMYK0.00%11.65%14.56%
59.61%

Color #675B58 in popluar number systems.

HEX675B58
Decimal1039188
Binary110011110110111011000
Octal147133130

Shades and tints

Shades of #675B58

#675B58
(103,91,88)
#5E5350
(94,83,80)
#554B48
(85,75,72)
#4C4340
(76,67,64)
#433B38
(67,59,56)
#3A3330
(58,51,48)
#312B28
(49,43,40)
#282320
(40,35,32)
#1F1B18
(31,27,24)
#161310
(22,19,16)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #675B58

#675B58
(103,91,88)
#746967
(116,105,103)
#817776
(129,119,118)
#8E8585
(142,133,133)
#9B9394
(155,147,148)
#A8A1A3
(168,161,163)
#B5AFB2
(181,175,178)
#C2BDC1
(194,189,193)
#CFCBD0
(207,203,208)
#DCD9DF
(220,217,223)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675B58; }

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

This text font color is #675B58.


Background Color

.myBgColor { background-color: #675B58; }

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

This div background color is #675B58.


Border color

.myBorderColor { border: 1px solid #675B58; }

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

This div border color is #675B58.


Opacity

.myOpacity80 { color: #675B58; opacity: 0.8; }

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

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

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

This text has shadow with #675B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675B58 on black background.


Color preview on white background

This text has color #675B58 on white background.



Black color preview on #675B58 background

This text has black color on #675B58 background.


White color preview on #675B58 background

This text has white color on #675B58 background.