COLOR #68474A

HEX: #68474A
RGB: (104,71,74)

Color info

#68474A contains red, green and blue colors in about the same proportion. Web safe color of #68474A is #663333 (or #633).

RGB color model

#68474A color RGB value is (104,71,74).

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

RGB channels and saturation

R 104 of 255 = 41%
G 71 of 255 = 28%
B 74 of 255 = 29%

104
71
74

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

Portions of RGB colors in percentages

R + G + B =
104 + 71 + 74 = 249 (100%)
R 104 of 249 ~ 41.77%
G 71 of 249 ~ 28.51%
B 74 of 249 ~ 29.72%

%41.77
%28.51
%29.72

CMYK color model

#68474A color CMYK value is (0,32,29,59).

  • cyan value is 0.00%
  • magenta value is 31.73%
  • yellow value is 28.85%
  • key color value is 59.22%
CMYK:
(0,32,29,59)
C0M32Y29K59 
(0%,32%,29%,59%)
(0.00/0.32/0.29/0.59)	

CMYK percentages

%0
%31.73
%28.85
%59.22

Codes

Color #68474A in popluar color models

68474A
RGB1047174
HSL355°18.86%34.31%
HSB/HSV355°31.73%40.78%
CMYK0.00%31.73%28.85%
59.22%

Color #68474A in popluar number systems.

HEX68474A
Decimal1047174
Binary110100010001111001010
Octal150107112

Shades and tints

Shades of #68474A

#68474A
(104,71,74)
#5F4144
(95,65,68)
#563B3E
(86,59,62)
#4D3538
(77,53,56)
#442F32
(68,47,50)
#3B292C
(59,41,44)
#322326
(50,35,38)
#291D20
(41,29,32)
#20171A
(32,23,26)
#171114
(23,17,20)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #68474A

#68474A
(104,71,74)
#75575A
(117,87,90)
#82676A
(130,103,106)
#8F777A
(143,119,122)
#9C878A
(156,135,138)
#A9979A
(169,151,154)
#B6A7AA
(182,167,170)
#C3B7BA
(195,183,186)
#D0C7CA
(208,199,202)
#DDD7DA
(221,215,218)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68474A; }

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

This text font color is #68474A.


Background Color

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

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

This div background color is #68474A.


Border color

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

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

This div border color is #68474A.


Opacity

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

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

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

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

This text has shadow with #68474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68474A on black background.


Color preview on white background

This text has color #68474A on white background.



Black color preview on #68474A background

This text has black color on #68474A background.


White color preview on #68474A background

This text has white color on #68474A background.