COLOR #67664C

HEX: #67664C
RGB: (103,102,76)

Color info

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

RGB color model

#67664C color RGB value is (103,102,76).

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

RGB channels and saturation

R 103 of 255 = 40%
G 102 of 255 = 40%
B 76 of 255 = 30%

103
102
76

R + G + B ~ 37%. #67664C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 102 + 76 = 281 (100%)
R 103 of 281 ~ 36.65%
G 102 of 281 ~ 36.3%
B 76 of 281 ~ 27.05%

%36.65
%36.3
%27.05

CMYK color model

#67664C color CMYK value is (0,1,26,60).

  • cyan value is 0.00%
  • magenta value is 0.97%
  • yellow value is 26.21%
  • key color value is 59.61%
CMYK:
(0,1,26,60)
C0M1Y26K60 
(0%,1%,26%,60%)
(0.00/0.01/0.26/0.60)	

CMYK percentages

%0
%0.97
%26.21
%59.61

Codes

Color #67664C in popluar color models

67664C
RGB10310276
HSL58°15.08%35.10%
HSB/HSV58°26.21%40.39%
CMYK0.00%0.97%26.21%
59.61%

Color #67664C in popluar number systems.

HEX67664C
Decimal10310276
Binary110011111001101001100
Octal147146114

Shades and tints

Shades of #67664C

#67664C
(103,102,76)
#5E5D46
(94,93,70)
#555440
(85,84,64)
#4C4B3A
(76,75,58)
#434234
(67,66,52)
#3A392E
(58,57,46)
#313028
(49,48,40)
#282722
(40,39,34)
#1F1E1C
(31,30,28)
#161516
(22,21,22)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #67664C

#67664C
(103,102,76)
#74735C
(116,115,92)
#81806C
(129,128,108)
#8E8D7C
(142,141,124)
#9B9A8C
(155,154,140)
#A8A79C
(168,167,156)
#B5B4AC
(181,180,172)
#C2C1BC
(194,193,188)
#CFCECC
(207,206,204)
#DCDBDC
(220,219,220)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67664C color. Also use rgb(103,102,76) instead hex code.

Text Font Color

.myTextColor { color: #67664C; }

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

This text font color is #67664C.


Background Color

.myBgColor { background-color: #67664C; }

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

This div background color is #67664C.


Border color

.myBorderColor { border: 1px solid #67664C; }

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

This div border color is #67664C.


Opacity

.myOpacity80 { color: #67664C; opacity: 0.8; }

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

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

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

This text has shadow with #67664C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67664C on black background.


Color preview on white background

This text has color #67664C on white background.



Black color preview on #67664C background

This text has black color on #67664C background.


White color preview on #67664C background

This text has white color on #67664C background.