COLOR #675A49

HEX: #675A49
RGB: (103,90,73)

Color info

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

RGB color model

#675A49 color RGB value is (103,90,73).

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

RGB channels and saturation

R 103 of 255 = 40%
G 90 of 255 = 35%
B 73 of 255 = 29%

103
90
73

R + G + B ~ 35%. #675A49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 90 + 73 = 266 (100%)
R 103 of 266 ~ 38.72%
G 90 of 266 ~ 33.83%
B 73 of 266 ~ 27.44%

%38.72
%33.83
%27.44

CMYK color model

#675A49 color CMYK value is (0,13,29,60).

  • cyan value is 0.00%
  • magenta value is 12.62%
  • yellow value is 29.13%
  • key color value is 59.61%
CMYK:
(0,13,29,60)
C0M13Y29K60 
(0%,13%,29%,60%)
(0.00/0.13/0.29/0.60)	

CMYK percentages

%0
%12.62
%29.13
%59.61

Codes

Color #675A49 in popluar color models

675A49
RGB1039073
HSL34°17.05%34.51%
HSB/HSV34°29.13%40.39%
CMYK0.00%12.62%29.13%
59.61%

Color #675A49 in popluar number systems.

HEX675A49
Decimal1039073
Binary110011110110101001001
Octal147132111

Shades and tints

Shades of #675A49

#675A49
(103,90,73)
#5E5243
(94,82,67)
#554A3D
(85,74,61)
#4C4237
(76,66,55)
#433A31
(67,58,49)
#3A322B
(58,50,43)
#312A25
(49,42,37)
#28221F
(40,34,31)
#1F1A19
(31,26,25)
#161213
(22,18,19)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #675A49

#675A49
(103,90,73)
#746959
(116,105,89)
#817869
(129,120,105)
#8E8779
(142,135,121)
#9B9689
(155,150,137)
#A8A599
(168,165,153)
#B5B4A9
(181,180,169)
#C2C3B9
(194,195,185)
#CFD2C9
(207,210,201)
#DCE1D9
(220,225,217)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #675A49 color. Also use rgb(103,90,73) instead hex code.

Text Font Color

.myTextColor { color: #675A49; }

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

This text font color is #675A49.


Background Color

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

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

This div background color is #675A49.


Border color

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

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

This div border color is #675A49.


Opacity

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

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

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

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

This text has shadow with #675A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675A49 on black background.


Color preview on white background

This text has color #675A49 on white background.



Black color preview on #675A49 background

This text has black color on #675A49 background.


White color preview on #675A49 background

This text has white color on #675A49 background.