COLOR #68333D

HEX: #68333D
RGB: (104,51,61)

Color info

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

RGB color model

#68333D color RGB value is (104,51,61).

  • red value is 104;
  • green value is 51;
  • blue value is 61.
RGB:
(104,51,61)
(41%,20%,24%)

RGB channels and saturation

R 104 of 255 = 41%
G 51 of 255 = 20%
B 61 of 255 = 24%

104
51
61

R + G + B ~ 28%. #68333D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 51 + 61 = 216 (100%)
R 104 of 216 ~ 48.15%
G 51 of 216 ~ 23.61%
B 61 of 216 ~ 28.24%

%48.15
%23.61
%28.24

CMYK color model

#68333D color CMYK value is (0,51,41,59).

  • cyan value is 0.00%
  • magenta value is 50.96%
  • yellow value is 41.35%
  • key color value is 59.22%
CMYK:
(0,51,41,59)
C0M51Y41K59 
(0%,51%,41%,59%)
(0.00/0.51/0.41/0.59)	

CMYK percentages

%0
%50.96
%41.35
%59.22

Codes

Color #68333D in popluar color models

68333D
RGB1045161
HSL349°34.19%30.39%
HSB/HSV349°50.96%40.78%
CMYK0.00%50.96%41.35%
59.22%

Color #68333D in popluar number systems.

HEX68333D
Decimal1045161
Binary1101000110011111101
Octal1506375

Shades and tints

Shades of #68333D

#68333D
(104,51,61)
#5F2F38
(95,47,56)
#562B33
(86,43,51)
#4D272E
(77,39,46)
#442329
(68,35,41)
#3B1F24
(59,31,36)
#321B1F
(50,27,31)
#29171A
(41,23,26)
#201315
(32,19,21)
#170F10
(23,15,16)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #68333D

#68333D
(104,51,61)
#75454E
(117,69,78)
#82575F
(130,87,95)
#8F6970
(143,105,112)
#9C7B81
(156,123,129)
#A98D92
(169,141,146)
#B69FA3
(182,159,163)
#C3B1B4
(195,177,180)
#D0C3C5
(208,195,197)
#DDD5D6
(221,213,214)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68333D color. Also use rgb(104,51,61) instead hex code.

Text Font Color

.myTextColor { color: #68333D; }

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

This text font color is #68333D.


Background Color

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

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

This div background color is #68333D.


Border color

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

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

This div border color is #68333D.


Opacity

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

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

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

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

This text has shadow with #68333D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68333D on black background.


Color preview on white background

This text has color #68333D on white background.



Black color preview on #68333D background

This text has black color on #68333D background.


White color preview on #68333D background

This text has white color on #68333D background.