COLOR #6C6353

HEX: #6C6353
RGB: (108,99,83)

Color info

#6C6353 contains red, green and blue colors in about the same proportion. Web safe color of #6C6353 is #666666 (or #666).

RGB color model

#6C6353 color RGB value is (108,99,83).

  • red value is 108;
  • green value is 99;
  • blue value is 83.
RGB:
(108,99,83)
(42%,39%,33%)

RGB channels and saturation

R 108 of 255 = 42%
G 99 of 255 = 39%
B 83 of 255 = 33%

108
99
83

R + G + B ~ 38%. #6C6353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 99 + 83 = 290 (100%)
R 108 of 290 ~ 37.24%
G 99 of 290 ~ 34.14%
B 83 of 290 ~ 28.62%

%37.24
%34.14
%28.62

CMYK color model

#6C6353 color CMYK value is (0,8,23,58).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 23.15%
  • key color value is 57.65%
CMYK:
(0,8,23,58)
C0M8Y23K58 
(0%,8%,23%,58%)
(0.00/0.08/0.23/0.58)	

CMYK percentages

%0
%8.33
%23.15
%57.65

Codes

Color #6C6353 in popluar color models

6C6353
RGB1089983
HSL38°13.09%37.45%
HSB/HSV38°23.15%42.35%
CMYK0.00%8.33%23.15%
57.65%

Color #6C6353 in popluar number systems.

HEX6C6353
Decimal1089983
Binary110110011000111010011
Octal154143123

Shades and tints

Shades of #6C6353

#6C6353
(108,99,83)
#635A4C
(99,90,76)
#5A5145
(90,81,69)
#51483E
(81,72,62)
#483F37
(72,63,55)
#3F3630
(63,54,48)
#362D29
(54,45,41)
#2D2422
(45,36,34)
#241B1B
(36,27,27)
#1B1214
(27,18,20)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #6C6353

#6C6353
(108,99,83)
#797162
(121,113,98)
#867F71
(134,127,113)
#938D80
(147,141,128)
#A09B8F
(160,155,143)
#ADA99E
(173,169,158)
#BAB7AD
(186,183,173)
#C7C5BC
(199,197,188)
#D4D3CB
(212,211,203)
#E1E1DA
(225,225,218)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6353 color. Also use rgb(108,99,83) instead hex code.

Text Font Color

.myTextColor { color: #6C6353; }

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

This text font color is #6C6353.


Background Color

.myBgColor { background-color: #6C6353; }

<div style="background-color:#6C6353">Inner text</div>

This div background color is #6C6353.


Border color

.myBorderColor { border: 1px solid #6C6353; }

<div style="border:3px solid #6C6353">Div</div>

This div border color is #6C6353.


Opacity

.myOpacity80 { color: #6C6353; opacity: 0.8; }

<p style="color:#6C6353;opacity:0.8;">80%</p>

Text with #6C6353 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 #6C6353;}

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

This text has shadow with #6C6353 color.

.textShadow {text-shadow: 3px 3px 1px #6C6353, 3px 3px 1px red;}

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

This text has shadow with #6C6353 primary color and red secondary color.


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

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

This text has shadow with #6C6353 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6353 on black background.


Color preview on white background

This text has color #6C6353 on white background.



Black color preview on #6C6353 background

This text has black color on #6C6353 background.


White color preview on #6C6353 background

This text has white color on #6C6353 background.