COLOR #675151

HEX: #675151
RGB: (103,81,81)

Color info

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

RGB color model

#675151 color RGB value is (103,81,81).

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

RGB channels and saturation

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

103
81
81

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

Portions of RGB colors in percentages

R + G + B =
103 + 81 + 81 = 265 (100%)
R 103 of 265 ~ 38.87%
G 81 of 265 ~ 30.57%
B 81 of 265 ~ 30.57%

%38.87
%30.57
%30.57

CMYK color model

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

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

CMYK percentages

%0
%21.36
%21.36
%59.61

Codes

Color #675151 in popluar color models

675151
RGB1038181
HSL11.96%36.08%
HSB/HSV21.36%40.39%
CMYK0.00%21.36%21.36%
59.61%

Color #675151 in popluar number systems.

HEX675151
Decimal1038181
Binary110011110100011010001
Octal147121121

Shades and tints

Shades of #675151

#675151
(103,81,81)
#5E4A4A
(94,74,74)
#554343
(85,67,67)
#4C3C3C
(76,60,60)
#433535
(67,53,53)
#3A2E2E
(58,46,46)
#312727
(49,39,39)
#282020
(40,32,32)
#1F1919
(31,25,25)
#161212
(22,18,18)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #675151

#675151
(103,81,81)
#746060
(116,96,96)
#816F6F
(129,111,111)
#8E7E7E
(142,126,126)
#9B8D8D
(155,141,141)
#A89C9C
(168,156,156)
#B5ABAB
(181,171,171)
#C2BABA
(194,186,186)
#CFC9C9
(207,201,201)
#DCD8D8
(220,216,216)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675151; }

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

This text font color is #675151.


Background Color

.myBgColor { background-color: #675151; }

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

This div background color is #675151.


Border color

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

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

This div border color is #675151.


Opacity

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

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

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

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

This text has shadow with #675151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675151 on black background.


Color preview on white background

This text has color #675151 on white background.



Black color preview on #675151 background

This text has black color on #675151 background.


White color preview on #675151 background

This text has white color on #675151 background.