COLOR #664B4C

HEX: #664B4C
RGB: (102,75,76)

Color info

#664B4C contains red, green and blue colors in about the same proportion. Web safe color of #664B4C is #663333 (or #633).

RGB color model

#664B4C color RGB value is (102,75,76).

  • red value is 102;
  • green value is 75;
  • blue value is 76.
RGB:
(102,75,76)
(40%,29%,30%)

RGB channels and saturation

R 102 of 255 = 40%
G 75 of 255 = 29%
B 76 of 255 = 30%

102
75
76

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

Portions of RGB colors in percentages

R + G + B =
102 + 75 + 76 = 253 (100%)
R 102 of 253 ~ 40.32%
G 75 of 253 ~ 29.64%
B 76 of 253 ~ 30.04%

%40.32
%29.64
%30.04

CMYK color model

#664B4C color CMYK value is (0,26,25,60).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 25.49%
  • key color value is 60.00%
CMYK:
(0,26,25,60)
C0M26Y25K60 
(0%,26%,25%,60%)
(0.00/0.26/0.25/0.60)	

CMYK percentages

%0
%26.47
%25.49
%60

Codes

Color #664B4C in popluar color models

664B4C
RGB1027576
HSL358°15.25%34.71%
HSB/HSV358°26.47%40.00%
CMYK0.00%26.47%25.49%
60.00%

Color #664B4C in popluar number systems.

HEX664B4C
Decimal1027576
Binary110011010010111001100
Octal146113114

Shades and tints

Shades of #664B4C

#664B4C
(102,75,76)
#5D4546
(93,69,70)
#543F40
(84,63,64)
#4B393A
(75,57,58)
#423334
(66,51,52)
#392D2E
(57,45,46)
#302728
(48,39,40)
#272122
(39,33,34)
#1E1B1C
(30,27,28)
#151516
(21,21,22)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #664B4C

#664B4C
(102,75,76)
#735B5C
(115,91,92)
#806B6C
(128,107,108)
#8D7B7C
(141,123,124)
#9A8B8C
(154,139,140)
#A79B9C
(167,155,156)
#B4ABAC
(180,171,172)
#C1BBBC
(193,187,188)
#CECBCC
(206,203,204)
#DBDBDC
(219,219,220)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664B4C color. Also use rgb(102,75,76) instead hex code.

Text Font Color

.myTextColor { color: #664B4C; }

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

This text font color is #664B4C.


Background Color

.myBgColor { background-color: #664B4C; }

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

This div background color is #664B4C.


Border color

.myBorderColor { border: 1px solid #664B4C; }

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

This div border color is #664B4C.


Opacity

.myOpacity80 { color: #664B4C; opacity: 0.8; }

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

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

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

This text has shadow with #664B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664B4C on black background.


Color preview on white background

This text has color #664B4C on white background.



Black color preview on #664B4C background

This text has black color on #664B4C background.


White color preview on #664B4C background

This text has white color on #664B4C background.