COLOR #68738D

HEX: #68738D
RGB: (104,115,141)

Color info

#68738D contains red, green and blue colors in about the same proportion. Web safe color of #68738D is #666699 (or #669).

RGB color model

#68738D color RGB value is (104,115,141).

  • red value is 104;
  • green value is 115;
  • blue value is 141.
RGB:
(104,115,141)
(41%,45%,55%)

RGB channels and saturation

R 104 of 255 = 41%
G 115 of 255 = 45%
B 141 of 255 = 55%

104
115
141

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

Portions of RGB colors in percentages

R + G + B =
104 + 115 + 141 = 360 (100%)
R 104 of 360 ~ 28.89%
G 115 of 360 ~ 31.94%
B 141 of 360 ~ 39.17%

%28.89
%31.94
%39.17

CMYK color model

#68738D color CMYK value is (26,18,0,45).

  • cyan value is 26.24%
  • magenta value is 18.44%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(26,18,0,45)
C26M18Y0K45 
(26%,18%,0%,45%)
(0.26/0.18/0.00/0.45)	

CMYK percentages

%26.24
%18.44
%0
%44.71

Codes

Color #68738D in popluar color models

68738D
RGB104115141
HSL222°15.10%48.04%
HSB/HSV222°26.24%55.29%
CMYK26.24%18.44%0.00%
44.71%

Color #68738D in popluar number systems.

HEX68738D
Decimal104115141
Binary1101000111001110001101
Octal150163215

Shades and tints

Shades of #68738D

#68738D
(104,115,141)
#5F6981
(95,105,129)
#565F75
(86,95,117)
#4D5569
(77,85,105)
#444B5D
(68,75,93)
#3B4151
(59,65,81)
#323745
(50,55,69)
#292D39
(41,45,57)
#20232D
(32,35,45)
#171921
(23,25,33)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #68738D

#68738D
(104,115,141)
#757F97
(117,127,151)
#828BA1
(130,139,161)
#8F97AB
(143,151,171)
#9CA3B5
(156,163,181)
#A9AFBF
(169,175,191)
#B6BBC9
(182,187,201)
#C3C7D3
(195,199,211)
#D0D3DD
(208,211,221)
#DDDFE7
(221,223,231)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68738D color. Also use rgb(104,115,141) instead hex code.

Text Font Color

.myTextColor { color: #68738D; }

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

This text font color is #68738D.


Background Color

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

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

This div background color is #68738D.


Border color

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

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

This div border color is #68738D.


Opacity

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

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

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

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

This text has shadow with #68738D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68738D on black background.


Color preview on white background

This text has color #68738D on white background.



Black color preview on #68738D background

This text has black color on #68738D background.


White color preview on #68738D background

This text has white color on #68738D background.