COLOR #68935E

HEX: #68935E RGB: (104,147,94)

Color info

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

RGB color model

#68935E color RGB value is (104,147,94).

RGB: (104,147,94) (41%, 58%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 147 of 255 = 58%
B 94 of 255 = 37%

104
147
94

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

Portions of RGB colors in percentages

R + G + B = 104 + 147 + 94 = 345 (100%)
R 104 of 345 ~ 30.14%
G 147 of 345 ~ 42.61%
B 94 of 345 ~ 27.25'%

%30.14
%42.61
%27.25

CMYK color model

#68935E color CMYK value is (29,0,36,42).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 36.05%
  • key color value is 42.35%

CMYK: (29,0,36,42)
C29M0Y36K42 (29%, 0%, 36%, 42%)
(0.29 / 0.00 / 0.36 / 0.42)

CMYK percentages

%29.25
%0
%36.05
%42.35

Codes

Color #68935E in popluar color models

68 93 5E
RGB 104 147 94
HSL 109° 21.99% 47.25%
HSB/HSV 109° 36.05% 57.65%
CMYK 29.25% 0.00% 36.05%
42.35%

Color #68935E in popluar number systems.

HEX 68 93 5E
Decimal 104 147 94
Binary 1101000 10010011 1011110
Octal 150 223 136

Shades and tints

Shades of #68935E

#68935E
(104,147,94)
#5F8656
(95,134,86)
#56794E
(86,121,78)
#4D6C46
(77,108,70)
#445F3E
(68,95,62)
#3B5236
(59,82,54)
#32452E
(50,69,46)
#293826
(41,56,38)
#202B1E
(32,43,30)
#171E16
(23,30,22)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #68935E

#68935E
(104,147,94)
#759C6C
(117,156,108)
#82A57A
(130,165,122)
#8FAE88
(143,174,136)
#9CB796
(156,183,150)
#A9C0A4
(169,192,164)
#B6C9B2
(182,201,178)
#C3D2C0
(195,210,192)
#D0DBCE
(208,219,206)
#DDE4DC
(221,228,220)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68935E color. Also use rgb(104,147,94) instead hex code.

Text Font Color

.myTextColor { color: #68935E; }

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

This text font color is #68935E.

Background Color

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

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

This div background color is #68935E.

Border color

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

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

This div border color is #68935E.

Opacity

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

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

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

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

This text has shadow with #68935E color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68935E; -webkit-box-shadow: 1px 1px 3px 2px #68935E; box-shadow:1px 1px 3px 2px #68935E;">
Div content here
</div>

This div box has shadow with color #68935E.

Preview

Color preview on black background

This text has color #68935E on black background.


Color preview on white background

This text has color #68935E on white background.


Black color preview on #68935E background

This text has black color on #68935E background.


White color preview on #68935E background

This text has white color on #68935E background.


Related colors

Complementary color

Complementary color for #hex is #976CA1.


I love getcolorcode.com

Triadic colors

1 #5E6893 and #935E68 with #68935E are triadic colors.

2 #5E9368 and #93685E with #68935E are triadic colors.