COLOR #68332B

HEX: #68332B RGB: (104,51,43)

Color info

#68332B contains mainly red and green colors. Web safe color of #68332B is #663333 (or #633).

RGB color model

#68332B color RGB value is (104,51,43).

RGB: (104,51,43) (41%, 20%, 17%)

RGB channels and saturation

R 104 of 255 = 41%
G 51 of 255 = 20%
B 43 of 255 = 17%

104
51
43

R + G + B ~ 26%. #68332B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 51 + 43 = 198 (100%)
R 104 of 198 ~ 52.53%
G 51 of 198 ~ 25.76%
B 43 of 198 ~ 21.72'%

%52.53
%25.76
%21.72

CMYK color model

#68332B color CMYK value is (0,51,59,59).

  • cyan value is 0.00%
  • magenta value is 50.96%
  • yellow value is 58.65%
  • key color value is 59.22%

CMYK: (0,51,59,59)
C0M51Y59K59 (0%, 51%, 59%, 59%)
(0.00 / 0.51 / 0.59 / 0.59)

CMYK percentages

%0
%50.96
%58.65
%59.22

Codes

Color #68332B in popluar color models

68 33 2B
RGB 104 51 43
HSL 41.50% 28.82%
HSB/HSV 58.65% 40.78%
CMYK 0.00% 50.96% 58.65%
59.22%

Color #68332B in popluar number systems.

HEX 68 33 2B
Decimal 104 51 43
Binary 1101000 110011 101011
Octal 150 63 53

Shades and tints

Shades of #68332B

#68332B
(104,51,43)
#5F2F28
(95,47,40)
#562B25
(86,43,37)
#4D2722
(77,39,34)
#44231F
(68,35,31)
#3B1F1C
(59,31,28)
#321B19
(50,27,25)
#291716
(41,23,22)
#201313
(32,19,19)
#170F10
(23,15,16)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #68332B

#68332B
(104,51,43)
#75453E
(117,69,62)
#825751
(130,87,81)
#8F6964
(143,105,100)
#9C7B77
(156,123,119)
#A98D8A
(169,141,138)
#B69F9D
(182,159,157)
#C3B1B0
(195,177,176)
#D0C3C3
(208,195,195)
#DDD5D6
(221,213,214)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68332B color. Also use rgb(104,51,43) instead hex code.

Text Font Color

.myTextColor { color: #68332B; }

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

This text font color is #68332B.

Background Color

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

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

This div background color is #68332B.

Border color

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

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

This div border color is #68332B.

Opacity

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

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

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

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

This text has shadow with #68332B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68332B.

Preview

Color preview on black background

This text has color #68332B on black background.


Color preview on white background

This text has color #68332B on white background.


Black color preview on #68332B background

This text has black color on #68332B background.


White color preview on #68332B background

This text has white color on #68332B background.


Related colors

Complementary color

Complementary color for #hex is #97CCD4.


I love getcolorcode.com

Triadic colors

1 #2B6833 and #332B68 with #68332B are triadic colors.

2 #2B3368 and #33682B with #68332B are triadic colors.