COLOR #68374B

HEX: #68374B
RGB: (104,55,75)

Color info

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

RGB color model

#68374B color RGB value is (104,55,75).

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

RGB channels and saturation

R 104 of 255 = 41%
G 55 of 255 = 22%
B 75 of 255 = 29%

104
55
75

R + G + B ~ 31%. #68374B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 55 + 75 = 234 (100%)
R 104 of 234 ~ 44.44%
G 55 of 234 ~ 23.5%
B 75 of 234 ~ 32.05%

%44.44
%23.5
%32.05

CMYK color model

#68374B color CMYK value is (0,47,28,59).

  • cyan value is 0.00%
  • magenta value is 47.12%
  • yellow value is 27.88%
  • key color value is 59.22%
CMYK:
(0,47,28,59)
C0M47Y28K59 
(0%,47%,28%,59%)
(0.00/0.47/0.28/0.59)	

CMYK percentages

%0
%47.12
%27.88
%59.22

Codes

Color #68374B in popluar color models

68374B
RGB1045575
HSL336°30.82%31.18%
HSB/HSV336°47.12%40.78%
CMYK0.00%47.12%27.88%
59.22%

Color #68374B in popluar number systems.

HEX68374B
Decimal1045575
Binary11010001101111001011
Octal15067113

Shades and tints

Shades of #68374B

#68374B
(104,55,75)
#5F3245
(95,50,69)
#562D3F
(86,45,63)
#4D2839
(77,40,57)
#442333
(68,35,51)
#3B1E2D
(59,30,45)
#321927
(50,25,39)
#291421
(41,20,33)
#200F1B
(32,15,27)
#170A15
(23,10,21)
#0E050F
(14,5,15)
#000000
(0,0,0)

Tints of #68374B

#68374B
(104,55,75)
#75495B
(117,73,91)
#825B6B
(130,91,107)
#8F6D7B
(143,109,123)
#9C7F8B
(156,127,139)
#A9919B
(169,145,155)
#B6A3AB
(182,163,171)
#C3B5BB
(195,181,187)
#D0C7CB
(208,199,203)
#DDD9DB
(221,217,219)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68374B color. Also use rgb(104,55,75) instead hex code.

Text Font Color

.myTextColor { color: #68374B; }

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

This text font color is #68374B.


Background Color

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

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

This div background color is #68374B.


Border color

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

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

This div border color is #68374B.


Opacity

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

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

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

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

This text has shadow with #68374B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68374B on black background.


Color preview on white background

This text has color #68374B on white background.



Black color preview on #68374B background

This text has black color on #68374B background.


White color preview on #68374B background

This text has white color on #68374B background.