COLOR #68736E

HEX: #68736E RGB: (104,115,110)

Color info

#68736E contains red, green and blue colors in about the same proportion. Web safe color of #68736E is #666666 (or #666).

RGB color model

#68736E color RGB value is (104,115,110).

RGB: (104,115,110) (41%, 45%, 43%)

RGB channels and saturation

R 104 of 255 = 41%
G 115 of 255 = 45%
B 110 of 255 = 43%

104
115
110

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

Portions of RGB colors in percentages

R + G + B = 104 + 115 + 110 = 329 (100%)
R 104 of 329 ~ 31.61%
G 115 of 329 ~ 34.95%
B 110 of 329 ~ 33.43'%

%31.61
%34.95
%33.43

CMYK color model

#68736E color CMYK value is (10,0,4,55).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 54.90%

CMYK: (10,0,4,55)
C10M0Y4K55 (10%, 0%, 4%, 55%)
(0.10 / 0.00 / 0.04 / 0.55)

CMYK percentages

%9.57
%0
%4.35
%54.9

Codes

Color #68736E in popluar color models

68 73 6E
RGB 104 115 110
HSL 153° 5.02% 42.94%
HSB/HSV 153° 9.57% 45.10%
CMYK 9.57% 0.00% 4.35%
54.90%

Color #68736E in popluar number systems.

HEX 68 73 6E
Decimal 104 115 110
Binary 1101000 1110011 1101110
Octal 150 163 156

Shades and tints

Shades of #68736E

#68736E
(104,115,110)
#5F6964
(95,105,100)
#565F5A
(86,95,90)
#4D5550
(77,85,80)
#444B46
(68,75,70)
#3B413C
(59,65,60)
#323732
(50,55,50)
#292D28
(41,45,40)
#20231E
(32,35,30)
#171914
(23,25,20)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #68736E

#68736E
(104,115,110)
#757F7B
(117,127,123)
#828B88
(130,139,136)
#8F9795
(143,151,149)
#9CA3A2
(156,163,162)
#A9AFAF
(169,175,175)
#B6BBBC
(182,187,188)
#C3C7C9
(195,199,201)
#D0D3D6
(208,211,214)
#DDDFE3
(221,223,227)
#EAEBF0
(234,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68736E color. Also use rgb(104,115,110) instead hex code.

Text Font Color

.myTextColor { color: #68736E; }

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

This text font color is #68736E.

Background Color

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

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

This div background color is #68736E.

Border color

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

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

This div border color is #68736E.

Opacity

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

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

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

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

This text has shadow with #68736E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68736E.

Preview

Color preview on black background

This text has color #68736E on black background.


Color preview on white background

This text has color #68736E on white background.


Black color preview on #68736E background

This text has black color on #68736E background.


White color preview on #68736E background

This text has white color on #68736E background.


Related colors

Complementary color

Complementary color for #hex is #978C91.


I love getcolorcode.com

Triadic colors

1 #6E6873 and #736E68 with #68736E are triadic colors.

2 #6E7368 and #73686E with #68736E are triadic colors.