COLOR #675E51

HEX: #675E51 RGB: (103,94,81)

Color info

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

RGB color model

#675E51 color RGB value is (103,94,81).

RGB: (103,94,81) (40%, 37%, 32%)

RGB channels and saturation

R 103 of 255 = 40%
G 94 of 255 = 37%
B 81 of 255 = 32%

103
94
81

R + G + B ~ 36%. #675E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 94 + 81 = 278 (100%)
R 103 of 278 ~ 37.05%
G 94 of 278 ~ 33.81%
B 81 of 278 ~ 29.14'%

%37.05
%33.81
%29.14

CMYK color model

#675E51 color CMYK value is (0,9,21,60).

  • cyan value is 0.00%
  • magenta value is 8.74%
  • yellow value is 21.36%
  • key color value is 59.61%

CMYK: (0,9,21,60)
C0M9Y21K60 (0%, 9%, 21%, 60%)
(0.00 / 0.09 / 0.21 / 0.60)

CMYK percentages

%0
%8.74
%21.36
%59.61

Codes

Color #675E51 in popluar color models

67 5E 51
RGB 103 94 81
HSL 35° 11.96% 36.08%
HSB/HSV 35° 21.36% 40.39%
CMYK 0.00% 8.74% 21.36%
59.61%

Color #675E51 in popluar number systems.

HEX 67 5E 51
Decimal 103 94 81
Binary 1100111 1011110 1010001
Octal 147 136 121

Shades and tints

Shades of #675E51

#675E51
(103,94,81)
#5E564A
(94,86,74)
#554E43
(85,78,67)
#4C463C
(76,70,60)
#433E35
(67,62,53)
#3A362E
(58,54,46)
#312E27
(49,46,39)
#282620
(40,38,32)
#1F1E19
(31,30,25)
#161612
(22,22,18)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #675E51

#675E51
(103,94,81)
#746C60
(116,108,96)
#817A6F
(129,122,111)
#8E887E
(142,136,126)
#9B968D
(155,150,141)
#A8A49C
(168,164,156)
#B5B2AB
(181,178,171)
#C2C0BA
(194,192,186)
#CFCEC9
(207,206,201)
#DCDCD8
(220,220,216)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675E51; }

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

This text font color is #675E51.

Background Color

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

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

This div background color is #675E51.

Border color

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

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

This div border color is #675E51.

Opacity

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

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

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

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

This text has shadow with #675E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #675E51.

Preview

Color preview on black background

This text has color #675E51 on black background.


Color preview on white background

This text has color #675E51 on white background.


Black color preview on #675E51 background

This text has black color on #675E51 background.


White color preview on #675E51 background

This text has white color on #675E51 background.


Related colors

Complementary color

Complementary color for #hex is #98A1AE.


I love getcolorcode.com

Triadic colors

1 #51675E and #5E5167 with #675E51 are triadic colors.

2 #515E67 and #5E6751 with #675E51 are triadic colors.