COLOR #68633B

HEX: #68633B RGB: (104,99,59)

Color info

#68633B contains red, green and blue colors in about the same proportion. Web safe color of #68633B is #666633 (or #663).

RGB color model

#68633B color RGB value is (104,99,59).

RGB: (104,99,59) (41%, 39%, 23%)

RGB channels and saturation

R 104 of 255 = 41%
G 99 of 255 = 39%
B 59 of 255 = 23%

104
99
59

R + G + B ~ 34%. #68633B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 99 + 59 = 262 (100%)
R 104 of 262 ~ 39.69%
G 99 of 262 ~ 37.79%
B 59 of 262 ~ 22.52'%

%39.69
%37.79
%22.52

CMYK color model

#68633B color CMYK value is (0,5,43,59).

  • cyan value is 0.00%
  • magenta value is 4.81%
  • yellow value is 43.27%
  • key color value is 59.22%

CMYK: (0,5,43,59)
C0M5Y43K59 (0%, 5%, 43%, 59%)
(0.00 / 0.05 / 0.43 / 0.59)

CMYK percentages

%0
%4.81
%43.27
%59.22

Codes

Color #68633B in popluar color models

68 63 3B
RGB 104 99 59
HSL 53° 27.61% 31.96%
HSB/HSV 53° 43.27% 40.78%
CMYK 0.00% 4.81% 43.27%
59.22%

Color #68633B in popluar number systems.

HEX 68 63 3B
Decimal 104 99 59
Binary 1101000 1100011 111011
Octal 150 143 73

Shades and tints

Shades of #68633B

#68633B
(104,99,59)
#5F5A36
(95,90,54)
#565131
(86,81,49)
#4D482C
(77,72,44)
#443F27
(68,63,39)
#3B3622
(59,54,34)
#322D1D
(50,45,29)
#292418
(41,36,24)
#201B13
(32,27,19)
#17120E
(23,18,14)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #68633B

#68633B
(104,99,59)
#75714C
(117,113,76)
#827F5D
(130,127,93)
#8F8D6E
(143,141,110)
#9C9B7F
(156,155,127)
#A9A990
(169,169,144)
#B6B7A1
(182,183,161)
#C3C5B2
(195,197,178)
#D0D3C3
(208,211,195)
#DDE1D4
(221,225,212)
#EAEFE5
(234,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68633B color. Also use rgb(104,99,59) instead hex code.

Text Font Color

.myTextColor { color: #68633B; }

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

This text font color is #68633B.

Background Color

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

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

This div background color is #68633B.

Border color

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

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

This div border color is #68633B.

Opacity

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

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

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

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

This text has shadow with #68633B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68633B.

Preview

Color preview on black background

This text has color #68633B on black background.


Color preview on white background

This text has color #68633B on white background.


Black color preview on #68633B background

This text has black color on #68633B background.


White color preview on #68633B background

This text has white color on #68633B background.


Related colors

Complementary color

Complementary color for #hex is #979CC4.


I love getcolorcode.com

Triadic colors

1 #3B6863 and #633B68 with #68633B are triadic colors.

2 #3B6368 and #63683B with #68633B are triadic colors.