COLOR #68594B

HEX: #68594B
RGB: (104,89,75)

Color info

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

RGB color model

#68594B color RGB value is (104,89,75).

  • red value is 104;
  • green value is 89;
  • blue value is 75.
RGB:
(104,89,75)
(41%,35%,29%)

RGB channels and saturation

R 104 of 255 = 41%
G 89 of 255 = 35%
B 75 of 255 = 29%

104
89
75

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

Portions of RGB colors in percentages

R + G + B =
104 + 89 + 75 = 268 (100%)
R 104 of 268 ~ 38.81%
G 89 of 268 ~ 33.21%
B 75 of 268 ~ 27.99%

%38.81
%33.21
%27.99

CMYK color model

#68594B color CMYK value is (0,14,28,59).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 27.88%
  • key color value is 59.22%
CMYK:
(0,14,28,59)
C0M14Y28K59 
(0%,14%,28%,59%)
(0.00/0.14/0.28/0.59)	

CMYK percentages

%0
%14.42
%27.88
%59.22

Codes

Color #68594B in popluar color models

68594B
RGB1048975
HSL29°16.20%35.10%
HSB/HSV29°27.88%40.78%
CMYK0.00%14.42%27.88%
59.22%

Color #68594B in popluar number systems.

HEX68594B
Decimal1048975
Binary110100010110011001011
Octal150131113

Shades and tints

Shades of #68594B

#68594B
(104,89,75)
#5F5145
(95,81,69)
#56493F
(86,73,63)
#4D4139
(77,65,57)
#443933
(68,57,51)
#3B312D
(59,49,45)
#322927
(50,41,39)
#292121
(41,33,33)
#20191B
(32,25,27)
#171115
(23,17,21)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #68594B

#68594B
(104,89,75)
#75685B
(117,104,91)
#82776B
(130,119,107)
#8F867B
(143,134,123)
#9C958B
(156,149,139)
#A9A49B
(169,164,155)
#B6B3AB
(182,179,171)
#C3C2BB
(195,194,187)
#D0D1CB
(208,209,203)
#DDE0DB
(221,224,219)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68594B color. Also use rgb(104,89,75) instead hex code.

Text Font Color

.myTextColor { color: #68594B; }

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

This text font color is #68594B.


Background Color

.myBgColor { background-color: #68594B; }

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

This div background color is #68594B.


Border color

.myBorderColor { border: 1px solid #68594B; }

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

This div border color is #68594B.


Opacity

.myOpacity80 { color: #68594B; opacity: 0.8; }

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

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

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

This text has shadow with #68594B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68594B on black background.


Color preview on white background

This text has color #68594B on white background.



Black color preview on #68594B background

This text has black color on #68594B background.


White color preview on #68594B background

This text has white color on #68594B background.