COLOR #675B62

HEX: #675B62
RGB: (103,91,98)

Color info

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

RGB color model

#675B62 color RGB value is (103,91,98).

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

RGB channels and saturation

R 103 of 255 = 40%
G 91 of 255 = 36%
B 98 of 255 = 38%

103
91
98

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

Portions of RGB colors in percentages

R + G + B =
103 + 91 + 98 = 292 (100%)
R 103 of 292 ~ 35.27%
G 91 of 292 ~ 31.16%
B 98 of 292 ~ 33.56%

%35.27
%31.16
%33.56

CMYK color model

#675B62 color CMYK value is (0,12,5,60).

  • cyan value is 0.00%
  • magenta value is 11.65%
  • yellow value is 4.85%
  • key color value is 59.61%
CMYK:
(0,12,5,60)
C0M12Y5K60 
(0%,12%,5%,60%)
(0.00/0.12/0.05/0.60)	

CMYK percentages

%0
%11.65
%4.85
%59.61

Codes

Color #675B62 in popluar color models

675B62
RGB1039198
HSL325°6.19%38.04%
HSB/HSV325°11.65%40.39%
CMYK0.00%11.65%4.85%
59.61%

Color #675B62 in popluar number systems.

HEX675B62
Decimal1039198
Binary110011110110111100010
Octal147133142

Shades and tints

Shades of #675B62

#675B62
(103,91,98)
#5E535A
(94,83,90)
#554B52
(85,75,82)
#4C434A
(76,67,74)
#433B42
(67,59,66)
#3A333A
(58,51,58)
#312B32
(49,43,50)
#28232A
(40,35,42)
#1F1B22
(31,27,34)
#16131A
(22,19,26)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #675B62

#675B62
(103,91,98)
#746970
(116,105,112)
#81777E
(129,119,126)
#8E858C
(142,133,140)
#9B939A
(155,147,154)
#A8A1A8
(168,161,168)
#B5AFB6
(181,175,182)
#C2BDC4
(194,189,196)
#CFCBD2
(207,203,210)
#DCD9E0
(220,217,224)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675B62; }

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

This text font color is #675B62.


Background Color

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

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

This div background color is #675B62.


Border color

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

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

This div border color is #675B62.


Opacity

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

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

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

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

This text has shadow with #675B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675B62 on black background.


Color preview on white background

This text has color #675B62 on white background.



Black color preview on #675B62 background

This text has black color on #675B62 background.


White color preview on #675B62 background

This text has white color on #675B62 background.