COLOR #68854E

HEX: #68854E
RGB: (104,133,78)

Color info

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

RGB color model

#68854E color RGB value is (104,133,78).

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

RGB channels and saturation

R 104 of 255 = 41%
G 133 of 255 = 52%
B 78 of 255 = 31%

104
133
78

R + G + B ~ 41%. #68854E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 133 + 78 = 315 (100%)
R 104 of 315 ~ 33.02%
G 133 of 315 ~ 42.22%
B 78 of 315 ~ 24.76%

%33.02
%42.22
%24.76

CMYK color model

#68854E color CMYK value is (22,0,41,48).

  • cyan value is 21.80%
  • magenta value is 0.00%
  • yellow value is 41.35%
  • key color value is 47.84%
CMYK: (22,0,41,48) C22M0Y41K48 (22%,0%,41%,48%) (0.22/0.00/0.41/0.48)

CMYK percentages

%21.8
%0
%41.35
%47.84

Codes

Color #68854E in popluar color models

68854E
RGB10413378
HSL92°26.07%41.37%
HSB/HSV92°41.35%52.16%
CMYK21.80%0.00%41.35%
47.84%

Color #68854E in popluar number systems.

HEX68854E
Decimal10413378
Binary1101000100001011001110
Octal150205116

Shades and tints

Shades of #68854E

#68854E
(104,133,78)
#5F7947
(95,121,71)
#566D40
(86,109,64)
#4D6139
(77,97,57)
#445532
(68,85,50)
#3B492B
(59,73,43)
#323D24
(50,61,36)
#29311D
(41,49,29)
#202516
(32,37,22)
#17190F
(23,25,15)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #68854E

#68854E
(104,133,78)
#75905E
(117,144,94)
#829B6E
(130,155,110)
#8FA67E
(143,166,126)
#9CB18E
(156,177,142)
#A9BC9E
(169,188,158)
#B6C7AE
(182,199,174)
#C3D2BE
(195,210,190)
#D0DDCE
(208,221,206)
#DDE8DE
(221,232,222)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68854E color. Also use rgb(104,133,78) instead hex code.

Text Font Color

.myTextColor { color: #68854E; }

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

This text font color is #68854E.


Background Color

.myBgColor { background-color: #68854E; }

<div style="background-color:#68854E">Inner text</div>

This div background color is #68854E.


Border color

.myBorderColor { border: 1px solid #68854E; }

<div style="border:3px solid #68854E">Div</div>

This div border color is #68854E.


Opacity

.myOpacity80 { color: #68854E; opacity: 0.8; }

<p style="color:#68854E;opacity:0.8;">80%</p>

Text with #68854E 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 #68854E;}

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

This text has shadow with #68854E color.

.textShadow {text-shadow: 3px 3px 1px #68854E, 3px 3px 1px red;}

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

This text has shadow with #68854E primary color and red secondary color.


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

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

This text has shadow with #68854E and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #68854E; -webkit-box-shadow:	1px 1px 3px 2px #68854E; box-shadow:	1px 1px 3px 2px #68854E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #68854E; -webkit-box-shadow: 1px 1px 3px 2px #68854E; box-shadow:1px 1px 3px 2px #68854E;">
Div content here</div>
This div box has shadow with color #68854E.

Preview

Color preview on black background

This text has color #68854E on black background.


Color preview on white background

This text has color #68854E on white background.



Black color preview on #68854E background

This text has black color on #68854E background.


White color preview on #68854E background

This text has white color on #68854E background.