COLOR #68957D

HEX: #68957D RGB: (104,149,125)

Color info

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

RGB color model

#68957D color RGB value is (104,149,125).

RGB: (104,149,125) (41%, 58%, 49%)

RGB channels and saturation

R 104 of 255 = 41%
G 149 of 255 = 58%
B 125 of 255 = 49%

104
149
125

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

Portions of RGB colors in percentages

R + G + B = 104 + 149 + 125 = 378 (100%)
R 104 of 378 ~ 27.51%
G 149 of 378 ~ 39.42%
B 125 of 378 ~ 33.07'%

%27.51
%39.42
%33.07

CMYK color model

#68957D color CMYK value is (30,0,16,42).

  • cyan value is 30.20%
  • magenta value is 0.00%
  • yellow value is 16.11%
  • key color value is 41.57%

CMYK: (30,0,16,42)
C30M0Y16K42 (30%, 0%, 16%, 42%)
(0.30 / 0.00 / 0.16 / 0.42)

CMYK percentages

%30.2
%0
%16.11
%41.57

Codes

Color #68957D in popluar color models

68 95 7D
RGB 104 149 125
HSL 148° 17.79% 49.61%
HSB/HSV 148° 30.20% 58.43%
CMYK 30.20% 0.00% 16.11%
41.57%

Color #68957D in popluar number systems.

HEX 68 95 7D
Decimal 104 149 125
Binary 1101000 10010101 1111101
Octal 150 225 175

Shades and tints

Shades of #68957D

#68957D
(104,149,125)
#5F8872
(95,136,114)
#567B67
(86,123,103)
#4D6E5C
(77,110,92)
#446151
(68,97,81)
#3B5446
(59,84,70)
#32473B
(50,71,59)
#293A30
(41,58,48)
#202D25
(32,45,37)
#17201A
(23,32,26)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #68957D

#68957D
(104,149,125)
#759E88
(117,158,136)
#82A793
(130,167,147)
#8FB09E
(143,176,158)
#9CB9A9
(156,185,169)
#A9C2B4
(169,194,180)
#B6CBBF
(182,203,191)
#C3D4CA
(195,212,202)
#D0DDD5
(208,221,213)
#DDE6E0
(221,230,224)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68957D color. Also use rgb(104,149,125) instead hex code.

Text Font Color

.myTextColor { color: #68957D; }

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

This text font color is #68957D.

Background Color

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

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

This div background color is #68957D.

Border color

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

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

This div border color is #68957D.

Opacity

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

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

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

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

This text has shadow with #68957D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68957D.

Preview

Color preview on black background

This text has color #68957D on black background.


Color preview on white background

This text has color #68957D on white background.


Black color preview on #68957D background

This text has black color on #68957D background.


White color preview on #68957D background

This text has white color on #68957D background.


Related colors

Complementary color

Complementary color for #hex is #976A82.


I love getcolorcode.com

Triadic colors

1 #7D6895 and #957D68 with #68957D are triadic colors.

2 #7D9568 and #95687D with #68957D are triadic colors.