COLOR #68856D

HEX: #68856D
RGB: (104,133,109)

Color info

#68856D contains red, green and blue colors in about the same proportion. Web safe color of #68856D is #669966 (or #696).

RGB color model

#68856D color RGB value is (104,133,109).

  • red value is 104;
  • green value is 133;
  • blue value is 109.
RGB:
(104,133,109)
(41%,52%,43%)

RGB channels and saturation

R 104 of 255 = 41%
G 133 of 255 = 52%
B 109 of 255 = 43%

104
133
109

R + G + B ~ 45%. #68856D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 133 + 109 = 346 (100%)
R 104 of 346 ~ 30.06%
G 133 of 346 ~ 38.44%
B 109 of 346 ~ 31.5%

%30.06
%38.44
%31.5

CMYK color model

#68856D color CMYK value is (22,0,18,48).

  • cyan value is 21.80%
  • magenta value is 0.00%
  • yellow value is 18.05%
  • key color value is 47.84%
CMYK:
(22,0,18,48)
C22M0Y18K48 
(22%,0%,18%,48%)
(0.22/0.00/0.18/0.48)	

CMYK percentages

%21.8
%0
%18.05
%47.84

Codes

Color #68856D in popluar color models

68856D
RGB104133109
HSL130°12.24%46.47%
HSB/HSV130°21.80%52.16%
CMYK21.80%0.00%18.05%
47.84%

Color #68856D in popluar number systems.

HEX68856D
Decimal104133109
Binary1101000100001011101101
Octal150205155

Shades and tints

Shades of #68856D

#68856D
(104,133,109)
#5F7964
(95,121,100)
#566D5B
(86,109,91)
#4D6152
(77,97,82)
#445549
(68,85,73)
#3B4940
(59,73,64)
#323D37
(50,61,55)
#29312E
(41,49,46)
#202525
(32,37,37)
#17191C
(23,25,28)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #68856D

#68856D
(104,133,109)
#75907A
(117,144,122)
#829B87
(130,155,135)
#8FA694
(143,166,148)
#9CB1A1
(156,177,161)
#A9BCAE
(169,188,174)
#B6C7BB
(182,199,187)
#C3D2C8
(195,210,200)
#D0DDD5
(208,221,213)
#DDE8E2
(221,232,226)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68856D color. Also use rgb(104,133,109) instead hex code.

Text Font Color

.myTextColor { color: #68856D; }

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

This text font color is #68856D.


Background Color

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

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

This div background color is #68856D.


Border color

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

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

This div border color is #68856D.


Opacity

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

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

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

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

This text has shadow with #68856D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68856D on black background.


Color preview on white background

This text has color #68856D on white background.



Black color preview on #68856D background

This text has black color on #68856D background.


White color preview on #68856D background

This text has white color on #68856D background.