COLOR #67684C

HEX: #67684C
RGB: (103,104,76)

Color info

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

RGB color model

#67684C color RGB value is (103,104,76).

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

RGB channels and saturation

R 103 of 255 = 40%
G 104 of 255 = 41%
B 76 of 255 = 30%

103
104
76

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

Portions of RGB colors in percentages

R + G + B =
103 + 104 + 76 = 283 (100%)
R 103 of 283 ~ 36.4%
G 104 of 283 ~ 36.75%
B 76 of 283 ~ 26.86%

%36.4
%36.75
%26.86

CMYK color model

#67684C color CMYK value is (1,0,27,59).

  • cyan value is 0.96%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 59.22%
CMYK:
(1,0,27,59)
C1M0Y27K59 
(1%,0%,27%,59%)
(0.01/0.00/0.27/0.59)	

CMYK percentages

%0.96
%0
%26.92
%59.22

Codes

Color #67684C in popluar color models

67684C
RGB10310476
HSL62°15.56%35.29%
HSB/HSV62°26.92%40.78%
CMYK0.96%0.00%26.92%
59.22%

Color #67684C in popluar number systems.

HEX67684C
Decimal10310476
Binary110011111010001001100
Octal147150114

Shades and tints

Shades of #67684C

#67684C
(103,104,76)
#5E5F46
(94,95,70)
#555640
(85,86,64)
#4C4D3A
(76,77,58)
#434434
(67,68,52)
#3A3B2E
(58,59,46)
#313228
(49,50,40)
#282922
(40,41,34)
#1F201C
(31,32,28)
#161716
(22,23,22)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #67684C

#67684C
(103,104,76)
#74755C
(116,117,92)
#81826C
(129,130,108)
#8E8F7C
(142,143,124)
#9B9C8C
(155,156,140)
#A8A99C
(168,169,156)
#B5B6AC
(181,182,172)
#C2C3BC
(194,195,188)
#CFD0CC
(207,208,204)
#DCDDDC
(220,221,220)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67684C; }

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

This text font color is #67684C.


Background Color

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

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

This div background color is #67684C.


Border color

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

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

This div border color is #67684C.


Opacity

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

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

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

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

This text has shadow with #67684C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67684C on black background.


Color preview on white background

This text has color #67684C on white background.



Black color preview on #67684C background

This text has black color on #67684C background.


White color preview on #67684C background

This text has white color on #67684C background.