COLOR #675146

HEX: #675146
RGB: (103,81,70)

Color info

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

RGB color model

#675146 color RGB value is (103,81,70).

  • red value is 103;
  • green value is 81;
  • blue value is 70.
RGB:
(103,81,70)
(40%,32%,27%)

RGB channels and saturation

R 103 of 255 = 40%
G 81 of 255 = 32%
B 70 of 255 = 27%

103
81
70

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

Portions of RGB colors in percentages

R + G + B =
103 + 81 + 70 = 254 (100%)
R 103 of 254 ~ 40.55%
G 81 of 254 ~ 31.89%
B 70 of 254 ~ 27.56%

%40.55
%31.89
%27.56

CMYK color model

#675146 color CMYK value is (0,21,32,60).

  • cyan value is 0.00%
  • magenta value is 21.36%
  • yellow value is 32.04%
  • key color value is 59.61%
CMYK:
(0,21,32,60)
C0M21Y32K60 
(0%,21%,32%,60%)
(0.00/0.21/0.32/0.60)	

CMYK percentages

%0
%21.36
%32.04
%59.61

Codes

Color #675146 in popluar color models

675146
RGB1038170
HSL20°19.08%33.92%
HSB/HSV20°32.04%40.39%
CMYK0.00%21.36%32.04%
59.61%

Color #675146 in popluar number systems.

HEX675146
Decimal1038170
Binary110011110100011000110
Octal147121106

Shades and tints

Shades of #675146

#675146
(103,81,70)
#5E4A40
(94,74,64)
#55433A
(85,67,58)
#4C3C34
(76,60,52)
#43352E
(67,53,46)
#3A2E28
(58,46,40)
#312722
(49,39,34)
#28201C
(40,32,28)
#1F1916
(31,25,22)
#161210
(22,18,16)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #675146

#675146
(103,81,70)
#746056
(116,96,86)
#816F66
(129,111,102)
#8E7E76
(142,126,118)
#9B8D86
(155,141,134)
#A89C96
(168,156,150)
#B5ABA6
(181,171,166)
#C2BAB6
(194,186,182)
#CFC9C6
(207,201,198)
#DCD8D6
(220,216,214)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675146; }

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

This text font color is #675146.


Background Color

.myBgColor { background-color: #675146; }

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

This div background color is #675146.


Border color

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

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

This div border color is #675146.


Opacity

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

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

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

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

This text has shadow with #675146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675146 on black background.


Color preview on white background

This text has color #675146 on white background.



Black color preview on #675146 background

This text has black color on #675146 background.


White color preview on #675146 background

This text has white color on #675146 background.