COLOR #675742

HEX: #675742
RGB: (103,87,66)

Color info

#675742 contains red, green and blue colors in about the same proportion. Web safe color of #675742 is #666633 (or #663).

RGB color model

#675742 color RGB value is (103,87,66).

  • red value is 103;
  • green value is 87;
  • blue value is 66.
RGB:
(103,87,66)
(40%,34%,26%)

RGB channels and saturation

R 103 of 255 = 40%
G 87 of 255 = 34%
B 66 of 255 = 26%

103
87
66

R + G + B ~ 33%. #675742 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 87 + 66 = 256 (100%)
R 103 of 256 ~ 40.23%
G 87 of 256 ~ 33.98%
B 66 of 256 ~ 25.78%

%40.23
%33.98
%25.78

CMYK color model

#675742 color CMYK value is (0,16,36,60).

  • cyan value is 0.00%
  • magenta value is 15.53%
  • yellow value is 35.92%
  • key color value is 59.61%
CMYK:
(0,16,36,60)
C0M16Y36K60 
(0%,16%,36%,60%)
(0.00/0.16/0.36/0.60)	

CMYK percentages

%0
%15.53
%35.92
%59.61

Codes

Color #675742 in popluar color models

675742
RGB1038766
HSL34°21.89%33.14%
HSB/HSV34°35.92%40.39%
CMYK0.00%15.53%35.92%
59.61%

Color #675742 in popluar number systems.

HEX675742
Decimal1038766
Binary110011110101111000010
Octal147127102

Shades and tints

Shades of #675742

#675742
(103,87,66)
#5E503C
(94,80,60)
#554936
(85,73,54)
#4C4230
(76,66,48)
#433B2A
(67,59,42)
#3A3424
(58,52,36)
#312D1E
(49,45,30)
#282618
(40,38,24)
#1F1F12
(31,31,18)
#16180C
(22,24,12)
#0D1106
(13,17,6)
#000000
(0,0,0)

Tints of #675742

#675742
(103,87,66)
#746653
(116,102,83)
#817564
(129,117,100)
#8E8475
(142,132,117)
#9B9386
(155,147,134)
#A8A297
(168,162,151)
#B5B1A8
(181,177,168)
#C2C0B9
(194,192,185)
#CFCFCA
(207,207,202)
#DCDEDB
(220,222,219)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675742; }

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

This text font color is #675742.


Background Color

.myBgColor { background-color: #675742; }

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

This div background color is #675742.


Border color

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

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

This div border color is #675742.


Opacity

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

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

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

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

This text has shadow with #675742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675742 on black background.


Color preview on white background

This text has color #675742 on white background.



Black color preview on #675742 background

This text has black color on #675742 background.


White color preview on #675742 background

This text has white color on #675742 background.