COLOR #68475D

HEX: #68475D
RGB: (104,71,93)

Color info

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

RGB color model

#68475D color RGB value is (104,71,93).

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

RGB channels and saturation

R 104 of 255 = 41%
G 71 of 255 = 28%
B 93 of 255 = 36%

104
71
93

R + G + B ~ 35%. #68475D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 71 + 93 = 268 (100%)
R 104 of 268 ~ 38.81%
G 71 of 268 ~ 26.49%
B 93 of 268 ~ 34.7%

%38.81
%26.49
%34.7

CMYK color model

#68475D color CMYK value is (0,32,11,59).

  • cyan value is 0.00%
  • magenta value is 31.73%
  • yellow value is 10.58%
  • key color value is 59.22%
CMYK:
(0,32,11,59)
C0M32Y11K59 
(0%,32%,11%,59%)
(0.00/0.32/0.11/0.59)	

CMYK percentages

%0
%31.73
%10.58
%59.22

Codes

Color #68475D in popluar color models

68475D
RGB1047193
HSL320°18.86%34.31%
HSB/HSV320°31.73%40.78%
CMYK0.00%31.73%10.58%
59.22%

Color #68475D in popluar number systems.

HEX68475D
Decimal1047193
Binary110100010001111011101
Octal150107135

Shades and tints

Shades of #68475D

#68475D
(104,71,93)
#5F4155
(95,65,85)
#563B4D
(86,59,77)
#4D3545
(77,53,69)
#442F3D
(68,47,61)
#3B2935
(59,41,53)
#32232D
(50,35,45)
#291D25
(41,29,37)
#20171D
(32,23,29)
#171115
(23,17,21)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #68475D

#68475D
(104,71,93)
#75576B
(117,87,107)
#826779
(130,103,121)
#8F7787
(143,119,135)
#9C8795
(156,135,149)
#A997A3
(169,151,163)
#B6A7B1
(182,167,177)
#C3B7BF
(195,183,191)
#D0C7CD
(208,199,205)
#DDD7DB
(221,215,219)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68475D color. Also use rgb(104,71,93) instead hex code.

Text Font Color

.myTextColor { color: #68475D; }

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

This text font color is #68475D.


Background Color

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

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

This div background color is #68475D.


Border color

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

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

This div border color is #68475D.


Opacity

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

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

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

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

This text has shadow with #68475D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68475D on black background.


Color preview on white background

This text has color #68475D on white background.



Black color preview on #68475D background

This text has black color on #68475D background.


White color preview on #68475D background

This text has white color on #68475D background.