COLOR #68474E

HEX: #68474E
RGB: (104,71,78)

Color info

#68474E contains red, green and blue colors in about the same proportion. Web safe color of #68474E is #663366 (or #636).

RGB color model

#68474E color RGB value is (104,71,78).

  • red value is 104;
  • green value is 71;
  • blue value is 78.
RGB:
(104,71,78)
(41%,28%,31%)

RGB channels and saturation

R 104 of 255 = 41%
G 71 of 255 = 28%
B 78 of 255 = 31%

104
71
78

R + G + B ~ 33%. #68474E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 71 + 78 = 253 (100%)
R 104 of 253 ~ 41.11%
G 71 of 253 ~ 28.06%
B 78 of 253 ~ 30.83%

%41.11
%28.06
%30.83

CMYK color model

#68474E color CMYK value is (0,32,25,59).

  • cyan value is 0.00%
  • magenta value is 31.73%
  • yellow value is 25.00%
  • key color value is 59.22%
CMYK:
(0,32,25,59)
C0M32Y25K59 
(0%,32%,25%,59%)
(0.00/0.32/0.25/0.59)	

CMYK percentages

%0
%31.73
%25
%59.22

Codes

Color #68474E in popluar color models

68474E
RGB1047178
HSL347°18.86%34.31%
HSB/HSV347°31.73%40.78%
CMYK0.00%31.73%25.00%
59.22%

Color #68474E in popluar number systems.

HEX68474E
Decimal1047178
Binary110100010001111001110
Octal150107116

Shades and tints

Shades of #68474E

#68474E
(104,71,78)
#5F4147
(95,65,71)
#563B40
(86,59,64)
#4D3539
(77,53,57)
#442F32
(68,47,50)
#3B292B
(59,41,43)
#322324
(50,35,36)
#291D1D
(41,29,29)
#201716
(32,23,22)
#17110F
(23,17,15)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #68474E

#68474E
(104,71,78)
#75575E
(117,87,94)
#82676E
(130,103,110)
#8F777E
(143,119,126)
#9C878E
(156,135,142)
#A9979E
(169,151,158)
#B6A7AE
(182,167,174)
#C3B7BE
(195,183,190)
#D0C7CE
(208,199,206)
#DDD7DE
(221,215,222)
#EAE7EE
(234,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68474E color. Also use rgb(104,71,78) instead hex code.

Text Font Color

.myTextColor { color: #68474E; }

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

This text font color is #68474E.


Background Color

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

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

This div background color is #68474E.


Border color

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

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

This div border color is #68474E.


Opacity

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

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

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

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

This text has shadow with #68474E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68474E on black background.


Color preview on white background

This text has color #68474E on white background.



Black color preview on #68474E background

This text has black color on #68474E background.


White color preview on #68474E background

This text has white color on #68474E background.