COLOR #68583D

HEX: #68583D
RGB: (104,88,61)

Color info

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

RGB color model

#68583D color RGB value is (104,88,61).

  • red value is 104;
  • green value is 88;
  • blue value is 61.
RGB:
(104,88,61)
(41%,35%,24%)

RGB channels and saturation

R 104 of 255 = 41%
G 88 of 255 = 35%
B 61 of 255 = 24%

104
88
61

R + G + B ~ 33%. #68583D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 88 + 61 = 253 (100%)
R 104 of 253 ~ 41.11%
G 88 of 253 ~ 34.78%
B 61 of 253 ~ 24.11%

%41.11
%34.78
%24.11

CMYK color model

#68583D color CMYK value is (0,15,41,59).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 41.35%
  • key color value is 59.22%
CMYK:
(0,15,41,59)
C0M15Y41K59 
(0%,15%,41%,59%)
(0.00/0.15/0.41/0.59)	

CMYK percentages

%0
%15.38
%41.35
%59.22

Codes

Color #68583D in popluar color models

68583D
RGB1048861
HSL38°26.06%32.35%
HSB/HSV38°41.35%40.78%
CMYK0.00%15.38%41.35%
59.22%

Color #68583D in popluar number systems.

HEX68583D
Decimal1048861
Binary11010001011000111101
Octal15013075

Shades and tints

Shades of #68583D

#68583D
(104,88,61)
#5F5038
(95,80,56)
#564833
(86,72,51)
#4D402E
(77,64,46)
#443829
(68,56,41)
#3B3024
(59,48,36)
#32281F
(50,40,31)
#29201A
(41,32,26)
#201815
(32,24,21)
#171010
(23,16,16)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #68583D

#68583D
(104,88,61)
#75674E
(117,103,78)
#82765F
(130,118,95)
#8F8570
(143,133,112)
#9C9481
(156,148,129)
#A9A392
(169,163,146)
#B6B2A3
(182,178,163)
#C3C1B4
(195,193,180)
#D0D0C5
(208,208,197)
#DDDFD6
(221,223,214)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68583D color. Also use rgb(104,88,61) instead hex code.

Text Font Color

.myTextColor { color: #68583D; }

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

This text font color is #68583D.


Background Color

.myBgColor { background-color: #68583D; }

<div style="background-color:#68583D">Inner text</div>

This div background color is #68583D.


Border color

.myBorderColor { border: 1px solid #68583D; }

<div style="border:3px solid #68583D">Div</div>

This div border color is #68583D.


Opacity

.myOpacity80 { color: #68583D; opacity: 0.8; }

<p style="color:#68583D;opacity:0.8;">80%</p>

Text with #68583D 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 #68583D;}

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

This text has shadow with #68583D color.

.textShadow {text-shadow: 3px 3px 1px #68583D, 3px 3px 1px red;}

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

This text has shadow with #68583D primary color and red secondary color.


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

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

This text has shadow with #68583D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68583D on black background.


Color preview on white background

This text has color #68583D on white background.



Black color preview on #68583D background

This text has black color on #68583D background.


White color preview on #68583D background

This text has white color on #68583D background.