COLOR #68625B

HEX: #68625B
RGB: (104,98,91)

Color info

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

RGB color model

#68625B color RGB value is (104,98,91).

  • red value is 104;
  • green value is 98;
  • blue value is 91.
RGB:
(104,98,91)
(41%,38%,36%)

RGB channels and saturation

R 104 of 255 = 41%
G 98 of 255 = 38%
B 91 of 255 = 36%

104
98
91

R + G + B ~ 38%. #68625B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 98 + 91 = 293 (100%)
R 104 of 293 ~ 35.49%
G 98 of 293 ~ 33.45%
B 91 of 293 ~ 31.06%

%35.49
%33.45
%31.06

CMYK color model

#68625B color CMYK value is (0,6,13,59).

  • cyan value is 0.00%
  • magenta value is 5.77%
  • yellow value is 12.50%
  • key color value is 59.22%
CMYK:
(0,6,13,59)
C0M6Y13K59 
(0%,6%,13%,59%)
(0.00/0.06/0.13/0.59)	

CMYK percentages

%0
%5.77
%12.5
%59.22

Codes

Color #68625B in popluar color models

68625B
RGB1049891
HSL32°6.67%38.24%
HSB/HSV32°12.50%40.78%
CMYK0.00%5.77%12.50%
59.22%

Color #68625B in popluar number systems.

HEX68625B
Decimal1049891
Binary110100011000101011011
Octal150142133

Shades and tints

Shades of #68625B

#68625B
(104,98,91)
#5F5A53
(95,90,83)
#56524B
(86,82,75)
#4D4A43
(77,74,67)
#44423B
(68,66,59)
#3B3A33
(59,58,51)
#32322B
(50,50,43)
#292A23
(41,42,35)
#20221B
(32,34,27)
#171A13
(23,26,19)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #68625B

#68625B
(104,98,91)
#757069
(117,112,105)
#827E77
(130,126,119)
#8F8C85
(143,140,133)
#9C9A93
(156,154,147)
#A9A8A1
(169,168,161)
#B6B6AF
(182,182,175)
#C3C4BD
(195,196,189)
#D0D2CB
(208,210,203)
#DDE0D9
(221,224,217)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68625B color. Also use rgb(104,98,91) instead hex code.

Text Font Color

.myTextColor { color: #68625B; }

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

This text font color is #68625B.


Background Color

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

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

This div background color is #68625B.


Border color

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

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

This div border color is #68625B.


Opacity

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

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

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

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

This text has shadow with #68625B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68625B on black background.


Color preview on white background

This text has color #68625B on white background.



Black color preview on #68625B background

This text has black color on #68625B background.


White color preview on #68625B background

This text has white color on #68625B background.