COLOR #68373A

HEX: #68373A
RGB: (104,55,58)

Color info

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

RGB color model

#68373A color RGB value is (104,55,58).

  • red value is 104;
  • green value is 55;
  • blue value is 58.
RGB:
(104,55,58)
(41%,22%,23%)

RGB channels and saturation

R 104 of 255 = 41%
G 55 of 255 = 22%
B 58 of 255 = 23%

104
55
58

R + G + B ~ 29%. #68373A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 55 + 58 = 217 (100%)
R 104 of 217 ~ 47.93%
G 55 of 217 ~ 25.35%
B 58 of 217 ~ 26.73%

%47.93
%25.35
%26.73

CMYK color model

#68373A color CMYK value is (0,47,44,59).

  • cyan value is 0.00%
  • magenta value is 47.12%
  • yellow value is 44.23%
  • key color value is 59.22%
CMYK:
(0,47,44,59)
C0M47Y44K59 
(0%,47%,44%,59%)
(0.00/0.47/0.44/0.59)	

CMYK percentages

%0
%47.12
%44.23
%59.22

Codes

Color #68373A in popluar color models

68373A
RGB1045558
HSL356°30.82%31.18%
HSB/HSV356°47.12%40.78%
CMYK0.00%47.12%44.23%
59.22%

Color #68373A in popluar number systems.

HEX68373A
Decimal1045558
Binary1101000110111111010
Octal1506772

Shades and tints

Shades of #68373A

#68373A
(104,55,58)
#5F3235
(95,50,53)
#562D30
(86,45,48)
#4D282B
(77,40,43)
#442326
(68,35,38)
#3B1E21
(59,30,33)
#32191C
(50,25,28)
#291417
(41,20,23)
#200F12
(32,15,18)
#170A0D
(23,10,13)
#0E0508
(14,5,8)
#000000
(0,0,0)

Tints of #68373A

#68373A
(104,55,58)
#75494B
(117,73,75)
#825B5C
(130,91,92)
#8F6D6D
(143,109,109)
#9C7F7E
(156,127,126)
#A9918F
(169,145,143)
#B6A3A0
(182,163,160)
#C3B5B1
(195,181,177)
#D0C7C2
(208,199,194)
#DDD9D3
(221,217,211)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68373A color. Also use rgb(104,55,58) instead hex code.

Text Font Color

.myTextColor { color: #68373A; }

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

This text font color is #68373A.


Background Color

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

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

This div background color is #68373A.


Border color

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

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

This div border color is #68373A.


Opacity

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

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

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

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

This text has shadow with #68373A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68373A on black background.


Color preview on white background

This text has color #68373A on white background.



Black color preview on #68373A background

This text has black color on #68373A background.


White color preview on #68373A background

This text has white color on #68373A background.