COLOR #68738B

HEX: #68738B
RGB: (104,115,139)

Color info

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

RGB color model

#68738B color RGB value is (104,115,139).

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

RGB channels and saturation

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

104
115
139

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

Portions of RGB colors in percentages

R + G + B =
104 + 115 + 139 = 358 (100%)
R 104 of 358 ~ 29.05%
G 115 of 358 ~ 32.12%
B 139 of 358 ~ 38.83%

%29.05
%32.12
%38.83

CMYK color model

#68738B color CMYK value is (25,17,0,45).

  • cyan value is 25.18%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(25,17,0,45)
C25M17Y0K45 
(25%,17%,0%,45%)
(0.25/0.17/0.00/0.45)	

CMYK percentages

%25.18
%17.27
%0
%45.49

Codes

Color #68738B in popluar color models

68738B
RGB104115139
HSL221°14.40%47.65%
HSB/HSV221°25.18%54.51%
CMYK25.18%17.27%0.00%
45.49%

Color #68738B in popluar number systems.

HEX68738B
Decimal104115139
Binary1101000111001110001011
Octal150163213

Shades and tints

Shades of #68738B

#68738B
(104,115,139)
#5F697F
(95,105,127)
#565F73
(86,95,115)
#4D5567
(77,85,103)
#444B5B
(68,75,91)
#3B414F
(59,65,79)
#323743
(50,55,67)
#292D37
(41,45,55)
#20232B
(32,35,43)
#17191F
(23,25,31)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #68738B

#68738B
(104,115,139)
#757F95
(117,127,149)
#828B9F
(130,139,159)
#8F97A9
(143,151,169)
#9CA3B3
(156,163,179)
#A9AFBD
(169,175,189)
#B6BBC7
(182,187,199)
#C3C7D1
(195,199,209)
#D0D3DB
(208,211,219)
#DDDFE5
(221,223,229)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68738B; }

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

This text font color is #68738B.


Background Color

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

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

This div background color is #68738B.


Border color

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

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

This div border color is #68738B.


Opacity

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

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

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

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

This text has shadow with #68738B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68738B on black background.


Color preview on white background

This text has color #68738B on white background.



Black color preview on #68738B background

This text has black color on #68738B background.


White color preview on #68738B background

This text has white color on #68738B background.