COLOR #68634A

HEX: #68634A
RGB: (104,99,74)

Color info

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

RGB color model

#68634A color RGB value is (104,99,74).

  • red value is 104;
  • green value is 99;
  • blue value is 74.
RGB:
(104,99,74)
(41%,39%,29%)

RGB channels and saturation

R 104 of 255 = 41%
G 99 of 255 = 39%
B 74 of 255 = 29%

104
99
74

R + G + B ~ 36%. #68634A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 99 + 74 = 277 (100%)
R 104 of 277 ~ 37.55%
G 99 of 277 ~ 35.74%
B 74 of 277 ~ 26.71%

%37.55
%35.74
%26.71

CMYK color model

#68634A color CMYK value is (0,5,29,59).

  • cyan value is 0.00%
  • magenta value is 4.81%
  • yellow value is 28.85%
  • key color value is 59.22%
CMYK:
(0,5,29,59)
C0M5Y29K59 
(0%,5%,29%,59%)
(0.00/0.05/0.29/0.59)	

CMYK percentages

%0
%4.81
%28.85
%59.22

Codes

Color #68634A in popluar color models

68634A
RGB1049974
HSL50°16.85%34.90%
HSB/HSV50°28.85%40.78%
CMYK0.00%4.81%28.85%
59.22%

Color #68634A in popluar number systems.

HEX68634A
Decimal1049974
Binary110100011000111001010
Octal150143112

Shades and tints

Shades of #68634A

#68634A
(104,99,74)
#5F5A44
(95,90,68)
#56513E
(86,81,62)
#4D4838
(77,72,56)
#443F32
(68,63,50)
#3B362C
(59,54,44)
#322D26
(50,45,38)
#292420
(41,36,32)
#201B1A
(32,27,26)
#171214
(23,18,20)
#0E090E
(14,9,14)
#000000
(0,0,0)

Tints of #68634A

#68634A
(104,99,74)
#75715A
(117,113,90)
#827F6A
(130,127,106)
#8F8D7A
(143,141,122)
#9C9B8A
(156,155,138)
#A9A99A
(169,169,154)
#B6B7AA
(182,183,170)
#C3C5BA
(195,197,186)
#D0D3CA
(208,211,202)
#DDE1DA
(221,225,218)
#EAEFEA
(234,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68634A color. Also use rgb(104,99,74) instead hex code.

Text Font Color

.myTextColor { color: #68634A; }

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

This text font color is #68634A.


Background Color

.myBgColor { background-color: #68634A; }

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

This div background color is #68634A.


Border color

.myBorderColor { border: 1px solid #68634A; }

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

This div border color is #68634A.


Opacity

.myOpacity80 { color: #68634A; opacity: 0.8; }

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

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

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

This text has shadow with #68634A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68634A on black background.


Color preview on white background

This text has color #68634A on white background.



Black color preview on #68634A background

This text has black color on #68634A background.


White color preview on #68634A background

This text has white color on #68634A background.